I have a question about shared servlets web hosting.

My web hoster provides a single Java servlet engine (Apache jserv)
which shared across many Apache virtual host. Because of people
writing bad servlets, the web hoster has adopted the policty of shutdowning
and restarting the servlet engine every 15 minutes.

The consequence is that all sessions are gone.

1) Can one detect when the servlet engine starts or shutdown?
(Probably look in the JServ open source )

2) Can one recreate sessions at start up?
(Probably look in the JServ open source )

3) Is there a way to save the sessions to a database or persistant file store?

4) Has anyone done this for Jserv or any another engine?

--
Peter Pilgrim
G.O.A.T
                    "The Greatest of All Time"



--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorised copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to