Re: Comet API Question

2008-01-11 Thread Jens Hagel
response.finishResponse(), this will write any left over bytes to the socket. Filip Jens Hagel wrote: Hi, i need to detect if the user reloads the webapp or rather if the connection gets interrupted. i therefore use the CometEvent.EventSubType but the events don't get fired

Comet API Question

2007-12-29 Thread Jens Hagel
Hi, i need to detect if the user reloads the webapp or rather if the connection gets interrupted. i therefore use the CometEvent.EventSubType but the events don't get fired. in the context.xml i've uncommented the CometConnectionManagerValve. Do I have to instantiate the ConnectionManager by

Re: Comet: response.sendRedirect() Problem

2007-11-20 Thread Jens Hagel
Filip Jens Hagel wrote: hi, i'm implementing comet support for different servlet containers in an ajax framework. with jetty and glassfish comet support it works very well, but with tomcat something is going wrong with the Servlet API sendRedirect()- function which i cannot

Re: Comet: response.sendRedirect() Problem

2007-11-12 Thread Jens Hagel
/v6.0.15/bin/ Filip Jens Hagel wrote: Hello, I'm trying to use the sendRedirect() function in the begin event of a simple CometServlet, but nothing happens. Does anyone has an idea what's going wrong? kind regards, jens hagel -- import

Re: Comet: response.sendRedirect() Problem

2007-11-08 Thread Jens Hagel
release candidate http://people.apache.org/~remm/tomcat-6/v6.0.15/bin/ Filip Jens Hagel wrote: Hello, I'm trying to use the sendRedirect() function in the begin event of a simple CometServlet, but nothing happens. Does anyone has an idea what's going wrong? kind regards, jens

Comet: response.sendRedirect() Problem

2007-11-07 Thread Jens Hagel
Hello, I'm trying to use the sendRedirect() function in the begin event of a simple CometServlet, but nothing happens. Does anyone has an idea what's going wrong? kind regards, jens hagel -- import org.apache.catalina.CometProcessor; import org.apache.catalina.CometEvent