Re: Context path errors

2025-05-18 Thread Lukasz Lenart
śr., 14 maj 2025 o 23:54 Deborah White napisał(a): > > Updating to Struts 7 and I am receiving context path errors like: > > 13:46:46,495 WARN [org.apache.struts2.dispatcher.Dispatcher] (default > task-1) Could not find action or result: /SOTAS/sotas/storeUserName.action: > There is no Action m

Re: Context path

2004-10-13 Thread Andrew Hill
From the stack trace it looks a classloading issue. I presume that your com.tes.HomeForm and HomeAction classes are in your WEB-INF/classes or a jar in WEB-INF/lib? (Confirm that first though given it worked in 1.3 and assuming you changed nothing else it should still be the case!) Where is you

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

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", all application deployed under > apps will have