You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by micael <ca...@harbornet.com> on 2002/10/01 09:12:07 UTC

Re: [Help] Sharing Request Objects across Web Applications

Other issues aside, you might try pp. 11-56 in Component Development for 
the Java Platform.

At 08:12 AM 10/1/2002 +0100, you wrote:
>I'd like to know whether it is allowed or advisable to share request
>attributes (string or object) across web applications.
>
>It is possible to forward to a path in another web application by using
>ServletContext.getContext to get the ServletContext of the other
>application, then getting the RequestDispatcher from it. However I can't
>find any rules in the Servlet specification for the request in this
>situation. I understand that the classes of request objects should not be
>loaded by the web application class loader, but rather a common or EJB
>class loader; given this, will a request attribute object set in the source
>web application be available in the target web application?
>
>Thanks
>
>Andrew Harris
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>