Re: Tomcat 7 manager quirk?

2012-10-29 Thread Rainer Frey
On 27.10.2012, at 11:31, Pid p...@pidster.com wrote: I don't like the idea of .war uploads via the Manager app to a production server, myself... Out of interest: how do you do deployment to production? Rainer - To

Re: Tomcat 7 manager quirk?

2012-10-27 Thread Pid
On 27/10/2012 04:45, Caldarale, Charles R wrote: From: Josh Gooding [mailto:josh.good...@gmail.com] Subject: Tomcat 7 manager quirk? Is there a way that I can get tomcat to NOT start auto-deploying immediately when the manager is invoked with a deploy / update command? When I run

Tomcat 7 manager quirk?

2012-10-26 Thread Josh Gooding
Hey group, I'm working with Tomcat 7's manager application for text deployments. I am having a bit of a quirky issue here. I am deploying a web application that is approx 75MB as a war file that uses Tomcat's ROOT context. Is there a way that I can get tomcat to NOT start auto-deploying

Re: Tomcat 7 manager quirk?

2012-10-26 Thread Josh Gooding
Igor, I figured it out. If you set the deployOnStartup attribute to true, but the autoDeploy attribute to false, the war files that are in the webapps folder at the time of startup will load. Then you can run the manager via script (command line). Simply pass the undeploy command to the