why not?.... if you define your bean's scope to be application, then you can access
from other application. But i don't how it's gonna scale if one or more of your
apps
runs on and different machine or different virtual host.
Leo Fu wrote:
> Hi,
>
> The design of my project consists of several web-applications (as
> defined in section 1.5 of the JSP1.0 spec). One application provides the
> functionality of user authentication and the other are the applications
> which the user can execute after login. The problem is from one
> application it can't obtain the user session object created by the User
> Authentication application (req.getSession() returns null). Am I missing
> anything here? Seems like the "resources" among web applications can't
> be shared. Is there any work around?
>
> Thanks in advance.
>
> -Leo
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html