Category: Private Tomcat

Deploy War File on Private Instance of Tomcat using Tomcat Manager Web GUI:

To deploy a war file using tomcat manager when the war is located on the server use the following syntax:

  1. In the Context textbox, type the name of the context you would like to use: e.g. if you want to create a web application which runs on the following URL: www.yourdomain.com/test
  2. Next type /test in the textbox, if you want your web application to run on the root of your domain e.g. www.yourdomain.com, you can type / into the textbox
  3. If you copy the war into the root of your FTP folder, then type the following into the URL textbox:
file:d:websites[YOURDOMAIN[WARNAME.war

 

Tags:

Private Tomcat

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.