1. Home
  2. Knowledge Base
  3. On premise
  4. Application Server
  5. How to deploy the Principal Toolbox in Apache Tomcat

How to deploy the Principal Toolbox in Apache Tomcat

To deploy the Principal Toolbox in Apache Tomcat, a “Context Descriptor” is required. A “Context Descriptor” is simply an XML file that contains Tomcat related configuration for the application. Attached to this topic, you’ll find an example.

Deploying the Principal Toolbox in Apache Tomcat

Open Windows Explorer on the application server, and browse to the \conf\Catalina\localhost\ directory of the Apache Tomcat application. The default location of this folder is C:\Program Files\Apache Software Foundation\Tomcat 8.0\conf\Catalina\localhost\. Copy the ROOT.xml file (attached to this page) to this directory.

tomcat_root_xml.png

Open the ROOT.xml file in notepad. Change the docBase location, and point this to the application directory of the Principal Toolbox application.

3.png

C:\Program Files\Apache Software Foundation\Tomcat 8.0\conf\Catalina\localhost
ROOT.xml

 After the file is changed, you’ll need to restart the Apache Tomcat serviceExamine the Tomcat log files to see if the Principal Toolbox starts successfully.

Was this article helpful?

Related Articles