Deploy Java WebApp on Tomcat
07 Jan 2016Deploying WAR File on Tomcat
- Copy WAR file to
$CATALINA_HOME/webapps
- Restart the Server
- Exploded WAR can be found in the
$CATALINA_HOME/webapps/<project_folder>
Accessing the Deployed Application
http://localhost:<port>/<project>