RE: .do's come back as 404 file not found

2003-12-10 Thread Dhaliwal, Pritpal (HQP)
To: [EMAIL PROTECTED] Subject: RE: .do's come back as 404 file not found All ritey... Time to bring up my good ol eclipse debugger.. It would be verrryyy nice if others can tell me about SUCH experiences with struts.. And what they tried to resolve.. It would help me out in debugging

RE: .do's come back as 404 file not found

2003-12-08 Thread Dhaliwal, Pritpal (HQP)
- From: ajay brar [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2003 1:29 AM To: [EMAIL PROTECTED] Subject: RE: .do's come back as 404 file not found hi! i had the same problem with my tomcat, and this happened only on my online account and not on my home pc. The app worked fine earlier

RE: .do's come back as 404 file not found

2003-12-06 Thread ajay brar
if you do find the problem. Ajay From: Dhaliwal, Pritpal (HQP) [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: .do's come back as 404 file not found Date: Fri, 5 Dec 2003 14:15:24 -0800 Hello Joe, Its maps

.do's come back as 404 file not found

2003-12-05 Thread Dhaliwal, Pritpal (HQP)
Hello Everyone, I am using: Struts and Resin 2.1.11 All of sudden my index.do, or any other .do is not being recognized by resin anymore. It was working fine two days ago, all of sudden I am getting 404s In the logs I see that its picking up the correct struts-config.xml and it is that

RE: .do's come back as 404 file not found

2003-12-05 Thread Joe Hertz
What's the url pattern for your action servlet defined in web.xml? -Original Message- From: Dhaliwal, Pritpal (HQP) [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 1:48 PM To: Struts Users Mailing List Subject: .do's come back as 404 file not found Hello Everyone

RE: .do's come back as 404 file not found

2003-12-05 Thread Dhaliwal, Pritpal (HQP)
' Subject: RE: .do's come back as 404 file not found What's the url pattern for your action servlet defined in web.xml? -Original Message- From: Dhaliwal, Pritpal (HQP) [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 1:48 PM To: Struts Users Mailing List Subject: .do's come back

Re: file not found

2003-10-03 Thread Max Cooper
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 02, 2003 7:19 PM Subject: file not found hi! i am a new struts user. i am having the following problem when i click on a link that is supposed to perform an action and either return an error or success, it says fileTransfer.do not found here

file not found

2003-10-02 Thread ajay brar
the program works fine at home where i'm using tomcat 5.0 (the one that comes with java web services developer's pack) however when i upload it to my hosting service provider, www,eroute.net (which uses Tomcat 4.1.24), i get the File Not Found Error the file can be seen at www.ajaybrar.net/projectv2

Anyone getting a file not found error after upgrading to 1.1 final

2003-06-30 Thread Giampiero De Ciantis
I was using 1.1 rc2 to develop an application. I switched the jars to the 1.1 final build and now when my web app is initializing in the container I get a fileNotFound error. Here is the trace. All I did was replace the rc2 jars with final release jars, repackage, and redeploy. I am using Jboss

Re: Anyone getting a file not found error after upgrading to 1.1 final

2003-06-30 Thread gfaerman
PROTECTED] To Struts User Mailing List [EMAIL PROTECTED] cc Subject Anyone getting a file not found error after upgrading to 1.1 final I was using 1.1 rc2 to develop an application. I switched the jars to the 1.1 final build and now when my web app is initializing in the container I get

RE: Anyone getting a file not found error after upgrading to 1.1 final

2003-06-30 Thread Giampiero De Ciantis
Nevermind, the JBoss VM was pulling tricks on me. -Original Message- From: Giampiero De Ciantis [mailto:[EMAIL PROTECTED] Sent: June 30, 2003 12:50 PM To: Struts User Mailing List ([EMAIL PROTECTED]) Subject: Anyone getting a file not found error after upgrading to 1.1 final I