Re: reloadable problem with filters

2008-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Blumenthal wrote: I'm actually getting an error in catalina.out *during compilation* (see log extract below). That's deployment, not compilation. I think that what's happening is that somehow the reload process is being triggered

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
Sorry, I forgot to mention. This is for Tomcat 5.5.23. _ From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 1:40 PM To: 'Tomcat Users List' Subject: reloadable problem with filters I'm having an odd problem. When filters are enabled in my application

Re: reloadable problem with filters

2008-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Blumenthal wrote: I'm having an odd problem. When filters are enabled in my application (e.g., to add an Expires header to certain files), I have to restart the tomcat server every time I recompile. When the filters are disabled,

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
org.apache.catalina.session.StandardContext start SEVERE: Context [/myapp] startup failed du to previous errors compilation completes at 4:23:40 PM -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 3:32 PM To: Tomcat Users List Subject: Re: reloadable problem

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 3:32 PM To: Tomcat Users List Subject: Re: reloadable problem with filters -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Blumenthal wrote: I'm having an odd problem. When filters are enabled in my application

RE: reloadable problem with filters

2008-08-15 Thread Caldarale, Charles R
From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Subject: RE: reloadable problem with filters I'm actually getting an error in catalina.out *during compilation* (see log extract below). Are you compiling into the deployment directory of an active application? I don't know how you could

RE: reloadable problem with filters

2008-08-15 Thread Daniel Blumenthal
: RE: reloadable problem with filters From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Subject: RE: reloadable problem with filters I'm actually getting an error in catalina.out *during compilation* (see log extract below). Are you compiling into the deployment directory of an active

RE: reloadable problem with filters

2008-08-15 Thread Caldarale, Charles R
From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Subject: RE: reloadable problem with filters On my development machine, I do compile into the same directory that I'm running from. You could try turning off autoDeploy and then manually initiate a redeployment when the compilations are done