RE: context path problem - urgent

2004-08-09 Thread Yu, Joel, Contractor
I am using Bea Weglogic 8.1. -Original Message- From: Geoffrey Morris [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 12:24 PM To: [EMAIL PROTECTED] Subject: RE: context path problem - urgent The problem is that you are deploying your app to "/foo" instead of

RE: context path problem - urgent

2004-08-06 Thread Geoffrey Morris
The problem is that you are deploying your app to "/foo" instead of "/apps/foo". Struts relies on the value returned by request.getContextPath(), which in your case should be "/apps/foo". You didn't mention which servlet container you're using but if it's Tomcat 5, I can show you how to deploy