> -----Original Message-----
> From: Yu, Joel, Contractor 
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 06, 2004 7:19 AM
> To: 'Struts Users Mailing List'
> Subject: 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?

The problem doesnt seem to be in the jsp tags or struts config.... It doesn't sound 
like your webapp knows what is' context is, which could be a web.xml thing.

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

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

Reply via email to