----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 6/13/2000 2:17 PM, jserv at [EMAIL PROTECTED] wrote:
> hi...
> does somebody know how to configure Apache-Jserv WServer to
> supports saving sessions across a server restart... or a reload of classes ???
>
> thanks in advance...
reload of classes already works fine. no configuration needed other than
putting things in the right classpath.
saving sessions will never be implemented. you need to switch to Tomcat for
that or implement that yourself in your own code. ie: wrap everything that
you put into your own object and then implement the binding methods in the
HttpSession object to save the data. that is the approach i took with
Turbine.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]