You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jeff Tulley <JT...@novell.com> on 2003/03/28 00:41:01 UTC

Making an application disabled at startup

I'm looking for a way to have an application in the webapps directory,
but stopped by default when Tomcat starts up.  I see in the code
(o.a.c.core.StandardContext.java) the "setAvailable" method, which
should correspond to an XML attribute 'available="true"'.  Setting this
has no effect.

Is this supposed to work this way, or is there another built-in way to
achieve the same results?

It would be ideal if the user could enable these applications through
built-in mechanisms like Tomcat's Manager HTML interface.

Jeff Tulley  (jtulley@novell.com)
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org