You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Bono, Chris" <ch...@zilliant.com> on 2001/12/11 23:06:14 UTC

forwarding to another webapp

Is there any way to forward from one webapp to another? By looking at the
code of ActionServlet, the ActionMapping forward attribute is just appened
to request.getContextPath(). This doesn't seem correct. Shouldn't you be
able to forward from one webapp to another via struts? You can do it in
Servlet2.2.

Given the following struts action mapping :
<action path="/jumpPage" forward="/jumpWebApp/aJSP.jsp"></action>
The final result in ActionServlet is a path = request.getContextPath() +
"/jumpWebApp/aJSP.jsp";

Any suggestions out there?
TIA

Chris Bono
bonoc@zilliant.com
512.531.8518
http://www.zilliant.com
 

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