On Wed, 16 Jan 2002, Oto Buchta wrote:

> Date: Wed, 16 Jan 2002 13:16:31 +0100
> From: Oto Buchta <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: SOLVED: Re: How to receive Session Manager from servlet?
>
> Dne st 16. leden 2002 11:18 Oto Buchta napsal(a):
> > Dne út 15. leden 2002 18:17 Craig R. McClanahan napsal(a):
> > > Within the same webapp, you can track sessions pretty easily -- just
> > > create and register an HttpSessionListener that will then here about all
> > > session created and session destroyed events.  You can keep your own
> > > private collection of the session instances, without having to delve
> > > inside the container.
> >
> > And could you tell me how can I register the listener, if the web-app
> > element of web.xml, hardwired in xerces distributed with Catalina, doesn't
> > support element listener? I've tried to set the appropriate dtd (PUBLIC
> > "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"), I've downloaded
> > the dtd from Sun's site, xmlnorm or emacs's PSGML verified the xml document
> > with element listener, I've added the listener element to the document's
> > header and I've received:
>
> OOPS! I'm sory, the problem was between the monitor and the chair.
> It is necessary to use dtd version 2.3 instead of 2.2.
>

This was also a question more suited to the TOMCAT-USER list than here.

> --
> Oto 'tapik' Buchta

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to