I need to run my Java application on cPanel
. I have successfully installed Tomcat,
I can run my application by copying war
file into my
If you can't edit server.xml
, Then you can delete ROOT.war and rename your war file to ROOT.war or just extract your .war file to a directory name ROOT.
Next time you open your site ex - www.example.com , index.jsp will be shown to you.
I have done the same for my site at Openshift which provides free PAAS service