While this section assumes that you use the Tomcat server, you can use other application servers.
The location of the Tomcat installation | C:\jakarta-tomcat-version |
The location of the Java SDK installation | C:\j2sdk-version |
In the following procedures, adjust the paths as needed for your environment.
To set up the JSP reference implementation:
<Server port="8005" shutdown="SHUTDOWN">
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --> <Connector port="8080" ...
To set the JAVA_HOME environment variable:
If JAVA_HOME does not exist, select New, and then in the Variable Name field, enter JAVA_HOME
The JSP reference implementation is set up and you can now test your Endeca installation with it.