Re: Tomcat 6.0.35 NIO CometProcessor redeploy issue

2011-12-19 Thread Mark Thomas
On 19/12/2011 17:50, Peter Balogh wrote: > Hi Mark, > > I've tried to reproduce the issue without Eclipse, but I couldn't. > The only way I could make tomcat to reload my app was to change the > autoDeploy tag to true in the server.xml, so I'm not sure, if it's not > tomcat related. > Can changing

Re: Tomcat 6.0.35 NIO CometProcessor redeploy issue

2011-12-19 Thread Peter Balogh
Hi Mark, I've tried to reproduce the issue without Eclipse, but I couldn't. The only way I could make tomcat to reload my app was to change the autoDeploy tag to true in the server.xml, so I'm not sure, if it's not tomcat related. Can changing this small change in the server xml make a differe

Re: Tomcat 6.0.35 NIO CometProcessor redeploy issue

2011-12-19 Thread Mark Thomas
On 18/12/2011 16:13, Peter Balogh wrote: > Hi, > > I'm not sure, if it's the right list to ask for help in this. > I'm using Tomcat 6.0.35 from Eclipse. > If I change the webapp, and publish it, the next request for the > CometProcessor implementation never ends (I'm inspecting the behavior in > f

Tomcat 6.0.35 NIO CometProcessor redeploy issue

2011-12-18 Thread Peter Balogh
Hi, I'm not sure, if it's the right list to ask for help in this. I'm using Tomcat 6.0.35 from Eclipse. If I change the webapp, and publish it, the next request for the CometProcessor implementation never ends (I'm inspecting the behavior in firebug). Restarting the server seems to fix the pro