User guide
Developing Java Applications
7-35
If the Java application to be executed uses a trust store file other than the JDK or JSSE default, a
system property must be specified as shown in the table below. For default file details, refer to Creating
a Trust Store File.
Table 7-20 Setting System Properties for Java Applications (Trust File other than JDK or JSEE)
System Property Value to be Set
javax.net.ssl.trustStore Absolute path name of trust store file to be used.
Remark
The same system property value is used by all applications that operate within the same VM.
(2) Activating Application
Information on how to activate an application is provided below.
Activation of a Servlet Application that Receives Authentication Information from a Client
Before activating a servlet application that uses the single sign-on JavaAPI, the Interstage Management
Console must be used to set an IJServer WorkUnit and copy JSSE libraries to a directory ext under the
IJServer directory.
• Setting an IJServer WorkUnit
Use the Interstage Management Console to select [System] > [WorkUnit] > [IJServer] > [Settings]
tab and implement WorkUnit settings. The table below lists the values to be set. To change the
servlet JavaVM version, change the Java version.
Table 7-21 Values That Need To Be Set
Definition Name Value to be Set
JavaVM option -Djava.security.auth.login.config=login-configuration-file-
absolute-pathname
Add the system properties required for the environment. For
the required system properties, refer to “Setting System
Property.”
Class path JDK1.3
Absolute path name of isssomod.jar
JDK1.4
Absolute path name of isssomod14.jar
Java version Select 1.3 or 1.4
• Copying JSSE libraries
Copy the JSSE library modules (jsse.jar, jcert.jar, jnet.jar) to an ext directory under the IJServer
directory where the servlet application is deployed.
The copy source directories are shown below.
C:\Interstage\J2EE\lib