While this section assumes that you use the Tomcat server, you can use other application servers.

The JSP application depends on several paths related to the Tomcat Web server and Java SDK. This section assumes the following paths in your environment:

In the following procedures, adjust the paths as needed for your environment.

To set up the JSP application:

  1. Copy the reference implementation user interface directory %ENDECA_REFERENCE_DIR%\endeca_jspref into the C:\jakarta-tomcat-version\webapps directory.

    The %ENDECA_REFERENCE_DIR% variable is set as part of the Platform Services installation.

  2. (Optional.) Navigate to C:\jakarta-tomcat-version\conf and open the server.xml file in a text editor. You can modify the file as follows:

  3. If your version of Java requires it, make sure that the JAVA_HOME environment variable is set to the location of the Java SDK directory. For example, the location might be C:\j2sdk-version .

    To set the JAVA_HOME environment variable:

  4. Copy the following file from the PresentationAPI\<version>\java\lib directory to C:\jakarta-tomcat-version\webapps\endeca_jspref\WEB-INF\lib:

  5. Copy the following file from the $ENDECA_ROOT/lib/java/ directory to C:\jakarta-tomcat-version\webapps\endeca_jspref\WEB-INF\lib:

  6. Copy the following Report Generator file from the %ENDECA_ROOT%\lib\java directory to C:\jakarta-tomcat-version\webapps\endeca_jspref\WEB-INF\lib:

  7. Start the Tomcat server. See the Tomcat documentation for specific instructions.

The JSP application is set up and you can now use it for diagnostics and debugging.


Copyright © Legal Notices