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
> >
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
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
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
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,
>
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.