Re: war not redeploying

2010-08-22 Thread Mark Thomas
On 20/08/2010 15:02, Sean McEligot wrote: I'm trying to figure out the logic behind redeploying a war. From examining HostConfig.java, it looks like: 1. remembered date of the war file is compared to the current date of the war file and the application is redeployed if the current date

Re: war not redeploying

2010-08-20 Thread Sean McEligot
()) Never gets here -                        log.info(sm.getString(hostConfig.undeploy, app. I'm trying to figure out the logic behind redeploying a war. From examining HostConfig.java, it looks like: 1. remembered date of the war file is compared to the current date of the war file

Re: war not redeploying

2010-08-19 Thread Pid
On 18/08/2010 20:04, Sean McEligot wrote: By the way, please create or edit your webapp's META-INF/context.xml, not the default one. I've reset context.xml back to default except jdbc resources and access logging. How are you configuring access logging in conf/context.xml? And why?

Re: war not redeploying

2010-08-19 Thread Sean McEligot
@tomcat.apache.org Sent: Wed, August 18, 2010 12:04:46 PM Subject: Re: war not redeploying On Wed, Aug 18, 2010 at 11:56 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 6.0.25 An odd version... I'm in the middle of purchasing springsource-tc. The version is actually springsource tomcat

Re: war not redeploying

2010-08-19 Thread Sean McEligot
On Thu, Aug 19, 2010 at 3:41 AM, Pid p...@pidster.com wrote: On 18/08/2010 20:04, Sean McEligot wrote:   By the way, please create or edit your webapp's META-INF/context.xml,  not the default one. I've reset context.xml back to default except jdbc resources and access logging. How are

RE: war not redeploying

2010-08-19 Thread Caldarale, Charles R
From: Sean McEligot [mailto:seanmc...@gmail.com] Subject: Re: war not redeploying I probably just saw another Valve commented out there (comet) and added this one in the same place. Where should it go? Normally, one just uncomments the existing AccessLogValve in conf/server.xml. - Chuck

Re: war not redeploying

2010-08-19 Thread Sean McEligot
On Thu, Aug 19, 2010 at 9:11 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Sean McEligot [mailto:seanmc...@gmail.com] Subject: Re: war not redeploying I probably just saw another Valve commented out there (comet) and added this one in the same place. Where should it go

Re: war not redeploying

2010-08-19 Thread Sean McEligot
I now have one war that redeploys correctly (Cavs.war) and one that does not redeploy (blview.war) $ ls -l work/Catalina/localhost/ total 0 drwxrwx---+ 1 Administrators SYSTEM 0 2010-08-19 14:35 Cavs drwxrwx---+ 1 Administrators SYSTEM 0 2010-08-19 14:01 blview (todays date) $ ls -l webapps/

war not redeploying

2010-08-18 Thread Sean McEligot
My goal is that when I put an updated war file in webapps, it is deployed either immediately or on the next startup. I prefer startup, but I'd be happy with either. What happens now is sometimes even after restarting the expanded war is older than the war in webapps. Nothing seems to get tomcat

Re: war not redeploying

2010-08-18 Thread Pid
On 18/08/2010 15:57, Sean McEligot wrote: My goal is that when I put an updated war file in webapps, it is deployed either immediately or on the next startup. I prefer startup, but I'd be happy with either. What happens now is sometimes even after restarting the expanded war is older than the

Re: war not redeploying

2010-08-18 Thread Sean McEligot
On Wed, Aug 18, 2010 at 11:30 AM, Pid p...@pidster.com wrote: On 18/08/2010 15:57, Sean McEligot wrote: My goal is that when I put an updated war file in webapps, it is deployed either immediately or on the next startup. I prefer startup, but I'd  be happy with either. What happens now is

Re: war not redeploying

2010-08-18 Thread Konstantin Kolinko
6.0.25 An odd version... shutdown; rm -rf webapps/appname work/* temp/*; startup. Do you run rm -rf on Windows? Note, that there is also the following file: conf/Catalina/localhost/appname.xml What is its modification time? Is clock set up correctly on the machine? antiJARLocking=true

Re: war not redeploying

2010-08-18 Thread Sean McEligot
On Wed, Aug 18, 2010 at 11:56 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 6.0.25 An odd version... I'm in the middle of purchasing springsource-tc. The version is actually springsource tomcat-6.0.25.A-RELEASE, but I don't think they change anything except they have multiple

Re: war not redeploying

2010-08-18 Thread Mark Eggers
. /mde/ - Original Message From: Sean McEligot seanmc...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wed, August 18, 2010 12:04:46 PM Subject: Re: war not redeploying On Wed, Aug 18, 2010 at 11:56 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 6.0.25 An odd version