Caldarale, Charles R wrote:
From: Johnny Clark [mailto:jcl...@acteksoft.com] Subject: How to Run a Single Application instead of all Applications under webapps

I can't figure out how to get Tomcat to run a specific application as opposed to every application under the webapps directory.

The proper terminology is "deploy", not "run".  Turn off auto-deploy, and use 
the manager app to start, stop, and redeploy individual webapps as needed.

http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Automatic%20Application%20Deployment


And I would like to add that the normal purpose for putting an application under /webapps/, is to have tomcat run it. If you don't want them to run, just don't put them there.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to