You can use settings in the JBoss Application Server on UNIX to set up JAVA and memory settings, and JAAS login information for authentication for your Workplace XT Web application.
JAVA_HOME=/export/home/apps/jboss/jdk1.5.0_06
If your JDK 1.5.0 version is different, substitute your version for the one listed above (_06).
Adjusting this setting prevents the application server from running out of memory, a condition in which users would not be able to log in to Workplace XT.
In the first JAVA_OPTS entry, as per the examples below, change the -Xms and -Xmx values for your configuration.
JAVA_OPTS=$JAVA_OPTS -Xms128m -Xmx512m
See your application server vendor recommendation for Initial and Maximum heap size values. For IBM® specific recommendations, see the IBM FileNet P8 Performance Tuning Guide.
JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME"
JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME -Dfilenet.pe.peorb.pool.min=2 -Dfilenet.pe.peorb.pool.max=5"
-DFileNet.EJB.ContextProperties=java.naming.factory.initial=
org.jboss.naming.NamingContextFactory
The path for your entry might be slightly different depending on the version of your client installations, or whether you have chosen a custom path for installation. For example, if your Content Engine Client is at 4.0.x, this path might include a samples directory under the config directory. Verify the location of the jaas.conf.JBoss file before you enter the path.
JAVA_OPTS="$JAVA_OPTS -Djava.security.auth.login.config=/opt/IBM/FileNet/WebClient/CE_API/config/jaas.conf.JBoss"