Private JVM tool
You can access your Private JVM tool from your cPanel control panel under the “Mocha Tools” (Paper lantern theme) or “Preference” (x3 theme) section of your cPanel control panel.1) Installing your Tomcat instance:
In order to deploy your private JVM Tomcat instance, first you need to install an Apache-Tomcat from the left drop-down located inside our Private JVM tool area - then choose Apache-Tomcat version from the right drop-down and click on the INSTALL button. That will deploy the Tomcat instance in your home directory. IMPORTANT: Please, double check your Java application requirements for the required JDK and Tomcat versions. You will run into a lot of issues if you are running incorrect JDK/Tomcat version and your application will most likely fail to start.2) Domain Mappings:
Before your Tomcat can handle your JSP pages and Java applications you need to define which domain names> you want to be processed by the Tomcat application service. To do this select the desired Domain Name from the drop-down box located under “Map a domain to private JVM”. This will create a domain definition inside the server.xml file and will deploy a default application WAR. For each domain name you are handling there is a docBase Directory located at: /home/username/jvm/apache-tomcat-xx/domains/3) Deploy your Application:
There are several ways to deploy your Java application, the most convenient is deploying a WAR file (not supported under our Shared JVM packages). IMPORTANT: If you want your application to work at http://domain.name you have to rename your .WAR to ROOT.war and then deploy it. Any other file names will result in your application accessible at http://domain.name/filenameI. Deploying your application via WAR:
* You may deploy your war file through our Private JVM tool. Inside our private JVM tool under “Mapped Domains” go to Upload WAR and follow the instructions. * You may deploy your war file through your Tomcat management application: Tomcat Manager or Psi Probe. * You may deploy your war file via FTP. Inside our Private JVM applicationu nder “Mapped Domains” you can see your exact path (/home/yourusername/jvm/apache-tomcat-x.x.xx/domains/yourdomain.name/). Upload the WAR file in that folder.II. Deploying the application files directly:
- You need to upload all of your files via FTP to the path specified in “Mapped Domains”. The path needs to be something like: /home/yourusername/jvm/apache-tomcat-x.x.xx/domains/yourdomain.name/

