Re: Comet API Question

2008-01-11 Thread Jens Hagel
marks the request/response as non comet, > and then calls 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 > >

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 myself

Re: Comet: response.sendRedirect() Problem

2007-11-20 Thread Jens Hagel
at > http://people.apache.org/~fhanik/patches/comet-begin-event-close.patch > > Filip > > Jens Hagel wrote: > > hi, > > > > i'm implementing comet support for different servlet containers in an > > ajax framework. > > with jetty and glassfish comet sup

Re: Comet: response.sendRedirect() Problem

2007-11-12 Thread Jens Hagel
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

Re: Comet: response.sendRedirect() Problem

2007-11-08 Thread Jens Hagel
ect, try with our current 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, >

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.