After you generate a Java Applet/Servlet Proxy, each \deploy\servlet\<component> directory contains a JAR file containing the proxy servlet and the required runtimes. For the Web Server to access the Java Proxy code, you should copy this JAR file into a Web Server directory as follows:
Follow these steps:
The CLASSPATH of the product that provides the servlet support must be modified to include the full path and JAR file name of the servlet, for example:
C:/myservlets/<component>.jar
If you have generated more than one proxy, you must repeat this procedure for each one.
Note: It is possible to extract the individual classes and directories from the JAR file. This permits only the directory to be included in the CLASSPATH, rather than each servlet JAR file being included individually.
Note: The Web Server runs as a service on Windows operating systems, so you must ensure that all environment variables are part of the system environment.
Note: To test using the sample clientUI applet, see Running the Sample Applet/Servlet JavaBean in this chapter.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|