Deploying the help system on Apache Tomcat

If you did not install the product on the server you are deploying the help, you can use Apache Tomcat as a simple application server solution on which to deploy your help system.

Before you begin

Procedure

To deploy the help.war:

  1. In a browser, enter the following URL to open the Tomcat Manager Application: http://localhost:8080/manager/html
  2. Enter the user name and password.
  3. In the Deploy > WAR file to deploy section, click Choose file.
  4. Select the help.war file.
  5. Click Deploy. The help.war file is deployed, started, and displayed in the Applications section. The help.war file is also copied to the CATALINA_HOME/webapps directory.
  6. Verify that you can access the help system by adding help/index.jsp to the end of your server application URL where help is the name of your .war file. Example: http://localhost:8080/help/index.jsp.
    Note:
    • The help system might not contain help content yet. You might be required to install the documentation into the help system next.
    • If your help system is deployed on the same Apache Tomcat server as the product, the help system starts and stops when the product application is started and stopped.

What to do next


Feedback