User guide

Developing Java Applications
7-43
/**
* sample login config file
*/
com.fujitsu.interstage.sso{
com.fujitsu.interstage.sso.auth.module.ISCredentialLoginModule Required
serverport="81" <- Edit here.
;
};
com.fujitsu.interstage.sso.uidpass{
com.fujitsu.interstage.sso.auth.module.ISLoginModule Required
serverport="81" <- Edit here.
;
};
(5) Copying JSSE Libraries
Copy JSSE library modules to directory ext under the IJServer directory.
C:\Interstage\J2EE\var\deployment\ijserver\IJServer\ext>copy
C:\Interstage\J2EE\lib\jsse.jar
copy one file.
C:\Interstage\J2EE\var\deployment\ijserver\IJServer\ext>copy
C:\Interstage\J2EE\lib\jnet.jar
copy one file.
C:\Interstage\J2EE\var\deployment\ijserver\IJServer\ext>copy
C:\Interstage\J2EE\lib\jcert.jar
copy one file.
# cp /opt/FJSVj2ee/lib/jsse.jar
/opt/FJSVj2ee/var/deployment/ijserver/IJServer/ext
# cp /opt/FJSVj2ee/lib/jnet.jar
/opt/FJSVj2ee/var/deployment/ijserver/IJServer/ext
# cp /opt/FJSVj2ee/lib/jcert.jar
/opt/FJSVj2ee/var/deployment/ijserver/IJServer/ext
(6) Registering Certificate
For a servlet application that receives a user ID/password from a client to perform authentication, the
SSL environment must be set up as a Java application operation environment. Obtain the site
certificate of the authentication server and CA certificate issued by the site certificate issuer and register
them in the business server Interstage certificate environment. For details, refer to Creating a Trust
Store File. If a load balancer (such as Interstage Traffic Director is used), use a site certificate issued
with the load balancer FQDN.