Rico,

I figured out the problem and submitted a patch
(http://issues.apache.org/jira/browse/MYFACES-81).  You can either
apply the patch (the second one) yourself or wait for it to be
committed to the source code (probably tomorrow.)

sean


On Fri, 14 Jan 2005 15:44:41 +0100, Rico Wiese
<[EMAIL PROTECTED]> wrote:
> 
> Hi Sean, 
> 
> -thank you! 
> 
> But we switched to server-side persistence because of bad performance with
> client-side persistence. 
> Using client-side persistence our application was able to work with about 80
> users. 
> With server-sitde persistence it is able to work much more. And it has to
> work with about 700 users. 
> 
> Rico 
> 
> > In the meantime, you can use client-side persistence by editing
> > faces-config.xml by adding
> 
> ...is web.xml isn't it. 
> 
> 
> 
> Sean Schofield <[EMAIL PROTECTED]> schrieb am 14.01.2005 15:20:07:
> 
> > Rico,
> > 
> > This isn't a problem with session replication its session
> > serialization.  The state data needs to be stored either on the server
> > (session serialization - the default) or on the client.
> > 
> > This should work but there is a known bug
> > (http://issues.apache.org/jira/browse/MYFACES-75) that still needs to
> > be solved.  I am going to look into it once I finish up the stuff I'm
> > working on with "forceId."
> > 
> > In the meantime, you can use client-side persistence by editing
> > faces-config.xml by adding
> > 
> > <context-param>
> >    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
> >    <param-value>client</param-value>
> > </context-param>
> > 
> > 
> > HTH,
> > 
> > sean
> > 
> > On Fri, 14 Jan 2005 13:37:54 +0100, Rico Wiese
> > <[EMAIL PROTECTED]> wrote:
> > > 
> > > Hi, 
> > > 
> > > I don't need the session replication. Is there any setup for tomcat to
> turn
> > > off the session replication. 
> > > 
> > > I get this error when I use state_saving_method = server in web.xml. 
> > > 
> > > Any help? 
> > > 
> > > Thanks! 
> > > 
> > > 
> > > 09:20:07 [     10]  ERROR - e.catalina.session.ManagerBase - IOException
> > > while loading persisted sessions: java.io.WriteAbortedExc 
> > > eption: writing aborted; java.io.NotSerializableException:
> > > javax.faces.application.StateManager$SerializedView 
> > > ...
> > 
>

Reply via email to