Re: HttpSessionListener

2007-09-05 Thread OFFICIAL WEBSITE
: SHA1 > > Ashok, > > OFFICIAL WEBSITE wrote: > > 3. Problem. The listener class does not report sessionCreate and > > sessionDestroy. It responds perfectly to all other types of event > > listeners. The servlet class, of course, reports each HttpRequest as > > they

HttpSessionListener

2007-08-30 Thread OFFICIAL WEBSITE
1. Aim: To display online the status of each incoming HttpSession 2. Design used: In webapps/myapplication/WEB-INF/web.xml, along with the servlet application deployed in section, another Class is deployed in the section that implements HttpSessionListener (and all other listeners too) and feeds

Re: Interacting with an embedded Tomcat

2007-08-29 Thread OFFICIAL WEBSITE
a reference into > the web-app contexts that are deployed in that Tomcat. I've never worked > with Tomcat as embedded, and frankly, I can't seem to find documentation or > code-samples for it. If anyone can point me to anything, I'd appreciate it. > > Thanks aga

Re: Interacting with an embedded Tomcat

2007-08-29 Thread OFFICIAL WEBSITE
If I understand correctly, external applications were started on one JVM and the tomcat is on another JVM, started separately or by the external application itself. Two JVMS running on on machine have nothing in common other than system resources. Open a serversocket at a named port on the externa