Posts Tagged ‘tomcat web project’

There are two methods to deploy an application in tomcat 1- Deploy the application in webapps directory directly under tomcat directory. Put the .war file of project in webapp directory and restart tomcat. 2- You have a working project with correct directory structure anywhere on filesystem and you want to deploy that without moving it […]