If the apps are in different contexts, I'm relatively certain you can't do this (unless I'm wrong :) ). I think your option is to send a redirect, with the attributes from your request appended as a query string. If I remember correctly, a forward is only for inter-context, a redirect is for intra-context.

If they are actually within the same context though, then this shouldn't be an issue at all, but based on you saying they are two distinct apps, I'm beting they are different contexts.

Frank W. Zammetti
Chief Software Architect
Omnytex Technologies
www.omnytex.com

From: Scott Mulligan <[EMAIL PROTECTED]>
Reply-To: "Struts Developers List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Multiple Struts Applications
Date: Thu, 29 Jul 2004 14:42:10 +0000 (UTC)

I have two distinct Struts applications running in Tomcat between which I
would like to forward a request. I have not been able to create a forward to
do this. I was able to do this with multiple modules within the same
application, but I would like to be able to forward the request from one
struts application to another and still have visibility to the request
attributes.


Is this possible? If so, how? Examples would be much appreciated.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Don�t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to