You must install this sample before you can run it.
| Application server | Configuration |
|---|---|
| WebSphere® Application Server | <InstallDir>/executionserver/samples/j2eerulesession/websphere<version_number>/jndi.properties: java.naming.provider.url=corbaloc:iiop:localhost:<Port> This parameter defines the URL to the computer that runs the JNDI service. |
| WebLogic Server 10 and 12c | <InstallDir>/executionserver/samples/j2eerulesession/weblogic<version_number>/build.properties: WL_HOME=${env.WL_HOME}By default, the variable is set to your WL_HOME environment variable. <InstallDir>/executionserver/samples/j2eerulesession/weblogic<version_number>/jndi.properties: java.naming.provider.url=<JNDIService>This
parameter defines the URL of the computer that runs the JNDI service.
For example:
|
| Tomcat 7 | <InstallDir>/executionserver/samples/j2eerulesession/tomcat7/build.properties: TOMCAT_HOME=${env.TOMCAT_HOME}By default, the variable is set to your TOMCAT_HOME environment variable. |