--- mojoRising <[EMAIL PROTECTED]> wrote: > We have struts running great on a single server but when we test in our > clustered environment there are problems: The user is not staying on the > same server the initial request came in on, so their session is getting > lost. Does struts 2 support a clustered enterprise environment? If so, is > there anything special that needs to be done to make this work? Our > environment is Apache,weblogic9.2, struts2.
This is almost certainly a server configuration issue; in general nothing on the framework / application side should have anything to do with session management or even be aware of it. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

