java - How to deploy a war file in Tomcat 7 -
java - How to deploy a war file in Tomcat 7 -
i have copied sample.war
file webapps
directory of tomcat, , can access localhost:8080
.
now how tomcat deploy it, mean need open in browser? how can access application?
you can access application from: http://localhost:8080/sample
deploying or redeploying of war files automatic default - after copying/overwriting file sample.war
, check webapps
folder extracted folder sample
.
if doesn't open properly, check log files (e.g. tomcat/logs/catalina.out) problems deployment.
java tomcat war
Comments
Post a Comment