Why are there so many J2EE phantoms running?

The connection pool of J2EE phantoms is automatically sized based on the number of UV licenses you have available on your server. The default setting is sized based on the number of connections that works best for a Solar customer.

If you are not a full Solar customer, or if do not wish to open as many connections, you may manually set the minimum and maximum number of connection pool J2EE phantoms.

The connection pool parameters are stored in $ACCOUNT_HOME/modules-conf/solar-jca.properties:

# The following settings control the size of the connection pool (min & max).
#
# If you don't specify a min or a max, the connection pool is automatically
# sized based on the number of UV licenses for the server.  This is good because
# we don't have to remember to change this file as the customer grows.  However,
# you probably want to restrict the connection pool size by setting the min and
# max for training/play accounts.
#
# The default for the min is 15% of the UV licenses.  The default for the max
# is the number of UV licenses - 5 (-5 if they have WOE) (-5 if they have
# BC:XML).  For example, 100 UV licenses and no companions: max of 95.  100 UV
# licenses and BC:XML: max of 90.

If you wish to change these parameters, the syntax is as follows:

pool.maxTotal=25
pool.minTotal=10

You must restart JBoss for the new settings to take effect.

How do I install the Solar client?

The Solar client is installed directly from your application server using Java. The only prerequisite is Java 6, which you can find on the web start page below.

To access the server, you will need to know the correct web start URL to enter in your web browser. To assemble this, you will need to know two pieces of information:

The installation URL will look similar to: http://192.168.0.100:2080/

To install Solar, navigate to the URL using the web browser of your choice and click the Click Here to Install Solar Eclipse button.

If you receive an error, make sure that Java 6 is installed. If not, use the Click Here to Install Java link to install the appropriate version of Java. You will need administrator privileges to install Java, but not Solar.

Solar is a Java Webstart application, so it is installed on a per-user basis, not a per-workstation basis like Eterm. The benefit is that all users, even non-administrator users, can install Solar. The downside is that you cannot load Solar one time for all users of the workstation. You may, however, create a normal Windows shortcut to the Solar URL, which will allow users to click a single link to launch Solar, regardless of whether it was previously installed or not.

To give users a direct link from which to install or launch Solar, you may send a hyperlink or create shortcut directly to the web start URL. To obtain this URL, right-click on the Click Here to Install Solar Eclipse link and copy the URL. The URL should be similar to to following:

http://172.17.188.36:2080/SolarInstallService.jnlp