Re: Making an application disabled at startup

2003-03-27 Thread Jeff Tulley
Sorry, that was meant for the user list!  Oops.

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

>>> [EMAIL PROTECTED] 3/27/03 4:41:01 PM >>>
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  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Making an application disabled at startup

2003-03-27 Thread Jeff Tulley
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  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]