OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/J

[Contents][Index][Back][Next]

1.3.3 Execution environment

TP1/Server server version
TP1/Server Base version 03-05 or later can process requests from TP1/Client/J.

Cosminexus Application Server
To use TP1/Client/J from a Java servlet, EJB, or JSP in the J2EE server mode# of Cosminexus Application Server, you must have specified the following settings in advance:
  1. Edit the option definition file of the J2EE server# and specify the following character string:
    add.class.path=<TP1/Client/J-installation-directory>/TP1Client.jar
  2. Edit the option definition file of the server management command# and specify the following character string:
    In Windows
    set USRCONF_JVM_CLASSPATH=<TP1/Client/J-installation-directory>/TP1Client.jar
    In UNIX
    set USRCONF_JVM_CLPATH=<TP1/Client/J-installation-directory>/TP1Client.jar
    Specify the path name of the installation directory in the format supported by the operating system being used.
#
For details about the J2EE server mode, option definition of the J2EE server, and option definition of the server management commands, see the manuals Cosminexus Function Description and Cosminexus Reference - Definition.