To the best of my knowledge I don't think you can pick and choose. But
you can stop tomcat from autodeploying apps (see below) and deploy the
applications you want using the Manager or the client deployer
(http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html).

To disable autodeploy, you may want to take a look at:

http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html#Deployment%2
0on%20Tomcat%20startup

and check your conf/server.xml for the "Host" element and the autoDeploy
and deployOnStartup 
attributes (http://tomcat.apache.org/tomcat-5.5-doc/config/host.html) to
prevent Tomcat from
deploying *any* web apps automatically.

I hope this helps.

Florian
-----Original Message-----
From: pedro76 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 28, 2008 7:58 AM
To: users@tomcat.apache.org
Subject: disabling webapps in Tomcat 5.5


Hi all.
Is there a way to configure my Tomcat 5.5 installation to not deploy
some of the applications that lie in the webapps directory? I don't want
to touch anything inside those webapps for different reasons.

Thanks in advance,
R
--
View this message in context:
http://www.nabble.com/disabling-webapps-in-Tomcat-5.5-tp17511003p1751100
3.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly 
prohibited and may be unlawful.  If you have received this communication 
in error, please immediately notify the sender by reply e-mail and destroy 
all copies of the communication and any attachments.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to