How-to make default Running status = false

2007-05-23 Thread Roger Tismeer
Hi there,

 

I've been perusing the wiki and other avenues for some help in regards
to being able to not Start any of the webapps that I have loaded when I
start up Tomcat.  Is this possible?

 

The only thing I have found recommended is to remove webapps you don't
need  This does not help me.

 

It takes about 4 minutes or so to (re)start Tomcat  granted I have
30 webapps loaded, but isn't there a switch somewhere that I can toggle
to not auto-start any non-Tomcat webapps?  This way I can simply Start
the few apps I need via the Manager and as I need more or less, I can do
so.

 

 

Thanks,

Roger Tismeer

(480) 570-4987

 



RE: How-to make default Running status = false

2007-05-24 Thread Roger Tismeer
Tweaking server.xml | host section | variable autoDeploy = false does
not do anything  all 30 webapps are still Running = true when
restarting Tomcat

Now if I actually tweak unpackWARs = false, then 7 of my webapps are
Running = false  which is good, but then when I try to start them
then nothing happens, they just remain as is i.e., false

-Original Message-
From: Mark H. Wood,UL 0115A,+1 317 274 0749,
[mailto:[EMAIL PROTECTED] On Behalf Of Mark H. Wood
Sent: Wednesday, May 23, 2007 11:22
To: Tomcat Users List
Subject: Re: How-to make default Running status = false

On Wed, May 23, 2007 at 12:20:53PM -0500, Roger Tismeer wrote:
> I've been perusing the wiki and other avenues for some help in regards
> to being able to not Start any of the webapps that I have loaded when
I
> start up Tomcat.  Is this possible?

In server.xml the 'host' element's 'deployOnStartup' attribute looks
like it would do this, if set to 'false'.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is "intuitive" he
means the exact opposite.


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