How to deploy an application in tomcat
I'm assuming you have installed tomcat 6. I'm sure this works on most current tomcat installs.
My webapps directory is at: /usr/local/tomcat6.0.20/webapps.
If you're using Eclipse, just export your application to a WAR (web archive). Then drop that WAR file in the webapps folder shown above or wherever yours is located.
Restart tomcat.
If the WAR was named myapp.war, then you will access it at http://www.example.com/myapp/ ».
I think you can customize that for sure, but I'm not sure how at this point. Maybe in the server.xml, but I really don't know.
[Click to add or edit comments])
Please prepend comments below including a date