Skip to main content

Apache Tomcat 8.0 - Cantara Administration Console Installation

Make sure you have done the following before deploying the Cantara Administration Console:

To deploy an instance of the Cantara Administration Console
  1. Create the context definition xml file in $CATALINA_HOME/conf/Catalina/localhost, this file should be have the same name as the desired context for the application. Below is an example context file.

  2. Example Context console.xml

     

    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/console" docBase="/u01/rinami/console.war">
      <Manager pathname="" />
    </Context>
  3. Start the Apache Tomcat instance.
  4. If the deployment is successful, you should see the Cantara Console in the list of applications with its running state set to true. If the deployment fails to start, check the appropriate Tomcat logs for deployment errors.
  5. Launch the web application to start the configuration process.

 

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.