User guide
Chapter 5: HTTP Tunneling of J2EE
5-2
Use of HTTP Tunneling in J2EE Application Client
To use HTTP tunneling with a J2EE application client, specify a gateway for processing HTTP tunneling
using HTTPGW of the JNDI environment property.
The environment property specifies the gateway using either of the following methods.
1. The FJjndi.properties file
The FJjndi.properties file must be placed in the following location:
C:\Interstage\J2EE\etc
/etc/opt/FJSVj2ee/etc
However, if the system name (environment property: com.fujitsu.interstage.isas.SystemName) is
specified by the argument environment of new javax.naming.InitialContext(Hashtable
environment) or the argument (-D) on the command line when starting an application, the
FJjndi.properties file must be placed in the following location:
/var/opt/FJSVisas/system/system_name/FJSVj2ee/etc/
/etc/opt/FJSVj2ee/etc
2. The argument environment of new javax.naming.InitialContext(Hashtable environment) in
application.
3. The argument (-D) in command line when application starts.
If a duplicate environment property is specified, overwriting occurs in the following order (the
environment property specified by step 3 takes the top priority).
1. FJjndi.properties file.
2. javax.naming.InitialContext(Hashtable environment) argument.
3. Argument (-D) on the command line when starting an application.
Environment property strings are case-sensitive.
Environment property and value strings are case-sensitive.