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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]