Re: How to forward to a page out of .war file

2007-09-11 Thread Aram Mkhitaryan
If you configure your web applications so that the context is shared then you will be able to get resources from the other web applications. See for more details the documentation for the web application context configuration (context.xml). As Struts uses standard RequestDispatcher, then you shou

Re: How to forward to a page out of .war file

2007-09-11 Thread Jorge Martín Cuervo
can't you use a redirect? i think you can't forward outside the same context (but i'm not sure, maybe some servlet containers can do it). El lun, 10-09-2007 a las 17:45 -0700, [EMAIL PROTECTED] escribió: > Hi, > > The present application structure has multiple .war files in a .ear file. > Now my