I'm writing a fairly large JSP-based application (using model 2 which,
incidentally, I think is terriffic). Thus far, I've shied away from <USEBEAN
... LIFESPAN="session"> because our application must be able to scale to use
multiple webservers. Unfortunately, this means that all of my beans, when
they need session information, must talk to our application server in
another VM. Obnoxious. What I'm wondering is:
Does there exist now, or are there plans for a mechanism by which
LIFESPAN="session" will work across multiple webservers? Also, is there
anybody else out there who is dealing with a similar situation, and if so,
how?
JSP-on!
chris
--
Chris Fesler
Software Engineer
InstantObjects, Inc.
[EMAIL PROTECTED]
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".