From: "Jay Thompson" <[EMAIL PROTECTED]>

So, to stop the behavior, I needed to change the host lines that read:...

unpackWARs="true"
autoDeploy="true"

to read...

unpackWARs="true"
autoDeploy="false"
deployOnStartup="true"

You could set unpackWARs="false" and then you wouldn't have to bother removing the .war files.

--
Wendy Smoak

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

Reply via email to