Did you make sure all objects that are stored in HttpSession, including any
object fields of objects all implement Serializable as well as provide the
static long serailVersionUID = ....; in every class file?


> -----Original Message-----
> From: Mike N. Christoff [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 26, 2001 1:25 PM
> To: Orion-Interest
> Subject: Re: orion not replicating session state - relatively urgent
> 
> 
> Thanks for the advice, however after adding this our session 
> data is still
> being lost when the server we initially connected to goes 
> down.  We are
> currently testing with two servers, both of which belong to 
> the same cluster
> island.  What still boggles us here is that the sample 
> applications (like
> servlets/SessionServlet) work perfectly.  We even moved our 
> web application
> into the orion\default-web-app directory and in this 
> directory they also
> work.
> 
> In summary: only the default web application is replicating 
> state properly.
> Our other applications must be missing a setting somewhere 
> that specifies
> that their session data should be shared with servers in the 
> cluster island
> as is the case with the default application.
> 
> 
> 
> Michael N. Christoff
> Developer, Eldan Software, Ltd.
> Toronto, Canada
> www.eldan.com
> 
> ----- Original Message -----
> From: "Rafael Alvarez" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Thursday, April 26, 2001 2:55 PM
> Subject: Re: orion not replicating session state - relatively urgent
> 
> 
> > Hello Mike,
> >
> > Try using this orion-web.xml.
> > The persistence-path is not specified by default, so you need to
> > declare it. This is the place where sessions are persisted across
> > server restarts.
> >
> > <orion-web-app
> >         deployment-version="1.4.5"
> >         persistence-path="session"
> > >
> > </orion-web-app>
> >
> > Thursday, April 26, 2001, 12:20:39 PM, you wrote:
> >
> 
> 

Reply via email to