Re: Tomcat 5.5.12 - Why does app undeploy when war file deleted

2005-10-21 Thread Jay Thompson
At 12:58 PM 10/21/2005, you wrote: 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"

Re: Tomcat 5.5.12 - Why does app undeploy when war file deleted

2005-10-21 Thread Jay Thompson
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Jay Thompson Support Systems Analyst, Sr. Northern Arizona University School of Forestry [EMAIL PROTECTED] (928) 523-8033

Tomcat 5.5.12 - Why does app undeploy when war file deleted

2005-10-21 Thread Jay Thompson
) Now, when I use the same approach under Tomcat 5.5.12, as soon as I delete the war file, Tomcat "undeploys" the application. Is there a way to config TC 5.x to not do this? ------- Jay Thompson Support Systems A

Multiple SSL Virtual Hosts on Port 443 - Tomcat 5.5.12

2005-10-20 Thread Jay Thompson
use Apache as the server. When I set httpd.conf as... Listen 443 It works fine, but if I set httpd.conf as... Listen 111.112.113.114:443 I get the same behavior I got with tomcat. Any ideas? ------- Jay Thompson Support Syst