How to deploy Tomcat WAR file in cPanel server?

Here is the tutorial how to deploy WAR file:

STEP-1) Build your web app suppose example.war; Now Rename it exactly as "ROOT.war"

STEP-2) In your cPanel server goto /ea-tomcat85/webapps/ location (Under root path)

STEP-3) Copy your "ROOT.war" file into the location.

Now, It will automatically extract to /ea-tomcat85/webapps/ROOT/ AND, your website will be live.

Note: Do not upload anything to public_html and this will not work.

To delete contents, delete all files under /ea-tomcat85/webapps/ROOT/* and follow STEP-1 to STEP-3 again.

If you face any difficulties, upload the .war file and update us via SUPPORT TICKET or, LIVECHAT.

Was this answer helpful?

 Print this Article

Also Read

HTTP Error Codes !

400 Bad Request The user’s request contains incorrect syntax.   401 Unauthorized The...

I have problems accessing my mysql database remotely

If you have problems accessing your database remotely please make sure that: You are using the...

How do I auto-redirect my web pages?

Redirects are used when you want to point a specific url or web page to another location. For...

How can I execute php code as .htm or .html files?

In your .htaccess file insert this line of code:AddType application/x-httpd-php .html .htm...

What's the Hostname & Port for MySQL?

When configuring any of your scripts on the server, use the following connection info to connect...