You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Yu, Joel, Contractor" <Jo...@asamra.hoffman.army.mil> on 2004/08/06 16:18:52 UTC

context path problem - please help

hi,
I have server called "apps", all application deployed under apps will have
/apps
in it's uri. for example to access application named "foo":
http://somehost.com/apps/foo


my problem is when I say <logic:redirect forward="test"> in my jsp (with
<forward name="test" path="/test.action" /> set up in my struts-config.xml),
it goes to http://somhost.com/foo/test.action,  it drops out "apps".  How
can I fix this problem?

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org