Re: Making an application disabled at startup

2003-03-27 Thread Craig R. McClanahan
On Thu, 27 Mar 2003, Jeff Tulley wrote: > Date: Thu, 27 Mar 2003 16:46:01 -0700 > From: Jeff Tulley <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Making an application disabled at startup > > I'm lo

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