RE: context path problem - please help

2004-08-06 Thread Jim Barrows
> -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"

context path problem - please help

2004-08-06 Thread Yu, Joel, Contractor
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 in my jsp (with set up in my struts-config.xml), it goes to http://somhost.com/foo/test.action,