Re: Multiple Struts Applications

2004-07-29 Thread James Williamson
> 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

RE: Multiple Struts Applications

2004-07-29 Thread Frank Zammetti
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