Hi,

When an authenticated user accesses a specific URL, I need to save its session to restore it if the server is stopped abruptly. That is why I plan to write my own session persistence manager.

I'd like to learn how to do this, I think do:
- Download the sources of tomcat 5.5
- Compile
- Write my code
- ...

Should I write my code in org.apache.catalina.session?

How to install my persistent session manager? I must provide my compiled tomcat or copy my compiled class in the “shared/classes” directory?

How to get the persistence session manager from a struts action?

Is it possible to recover the httpSessionListener defined in the configuration file from an struts action or from my manager?

Thx for your help ;)

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to