To: "Tapestry users"
Sent: Monday, September 08, 2008 12:59 PM
Subject: Re: Tapestry App Replication
Tapestry is designed to be "a good citizen" of an application server
that supports clustering. It's careful about what it writes into the
HttpSession. The framework under
Tapestry is designed to be "a good citizen" of an application server
that supports clustering. It's careful about what it writes into the
HttpSession. The framework understands that the server that receives
a request may not be the same one that rendered the page initially;
this knowlege affects
I think you have to do it on application server level. Tomcat sticky
sessions etc.
2008/9/8 Carl Crowder <[EMAIL PROTECTED]>
> Hi all,
>
> Is it possible to run multiple instances of a Tapestry app on various
> servers, but have them share session and application state?
>
> Carl
>
> -