RE: Application redeployment on Tomcat startup only

2007-11-20 Thread Beth Hechanova
Users List Subject: Re: Application redeployment on Tomcat startup only Always a good idea to read the manual http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html also a good idea to read the comments carefully Autodeploy If the Host autoDeploy attribute is true, the Host will attempt

Application redeployment on Tomcat startup only

2007-11-19 Thread Beth Hechanova
Hi, I am trying to configure Tomcat to only reploy my application war file when Tomcat is started up. I have set the autoDeploy attribute in server.xml to false - this prevents my application from deploying dynamically, which is the behavior that I want. But then when I restart Tomcat I

Re: Application redeployment on Tomcat startup only

2007-11-19 Thread david delbecq
If all you need to redeploy to occur is remove directories, just modify the statup script so it deleted the webapps directories. Beth Hechanova a écrit : Hi, I am trying to configure Tomcat to only reploy my application war file when Tomcat is started up. I have set the autoDeploy

Re: Application redeployment on Tomcat startup only

2007-11-19 Thread mgainty
on Tomcat startup only Hi, I am trying to configure Tomcat to only reploy my application war file when Tomcat is started up. I have set the autoDeploy attribute in server.xml to false - this prevents my application from deploying dynamically, which is the behavior that I want. But then when

RE: Application redeployment on Tomcat startup only

2007-11-19 Thread Beth Hechanova
be it. Thanks, Beth Btw, I forgot to mention that I'm running Tomcat 6.0.14 on a Linux machine. -Original Message- From: david delbecq [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 9:20 AM To: Tomcat Users List Subject: Re: Application redeployment on Tomcat startup only If all

RE: Application redeployment on Tomcat startup only

2007-11-19 Thread Beth Hechanova
: Application redeployment on Tomcat startup only Hi, I am trying to configure Tomcat to only reploy my application war file when Tomcat is started up. I have set the autoDeploy attribute in server.xml to false - this prevents my application from deploying dynamically, which is the behavior

Re: Application redeployment on Tomcat startup only

2007-11-19 Thread Martin Gainty
deployOnStartup = true M- - Original Message - From: Beth Hechanova [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, November 19, 2007 1:50 PM Subject: RE: Application redeployment on Tomcat startup only If I set the autoDeploy attribute to true, then the application