http 405 error

2004-07-19 Thread Sandy Bingham-Porter
Would anyone have any ideas why I would be receiving a 405 error (page cannot be displayed address is incorrect) when my struts application tries to initiate a .do action servlet call? I have checked the web.xml file and ensured the servlet mapping for all *.do paths are correct. If I tried

http 405 error

2004-06-18 Thread Navjot Singh
hi, I have deployed my app on Jboss 3.2.3(with Tomcat 4.1.29). Success. When i try to access http://localhost:8080/myapp/ShowReg.do It says HTTP 405 : The specified HTTP method is not allowed for the requested resource (HTTP method GET is not supported by this URL). No where in web.xml, i ahve

Re: http 405 error

2004-06-18 Thread Peng Tuck Kwok
Hi Navot, Is there lots of complaints comming out of the log file (JBoss console) ? Don't recall having such an error with struts tomcat + jboss combo. On Fri, 18 Jun 2004 18:50:35 +0530, Navjot Singh [EMAIL PROTECTED] wrote: hi, I have deployed my app on Jboss 3.2.3(with Tomcat

Re: http 405 error

2004-06-18 Thread Navjot Singh
hi peng, That's the problem. Nothing comes on to my jboss console. I couldn't see anything happening here. Even the jboss's error log shows nothing. However, access log does show a url was visited and the respose code returned in 405. navjot Peng Tuck Kwok wrote: Hi Navot, Is there lots

Re: http 405 error

2004-06-18 Thread Navjot Singh
url. you need to specify 'ShowReg.do' (don't give forward slash). are you using absolute url or relative url? -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 8:21 AM To: Struts Users Mailing List Subject: http 405 error hi, I have deployed my app

Re: http 405 error

2004-06-18 Thread Navjot Singh
web-console works fine and in thay if i see my WAR file. it shows no error to me. something fishy is goin on here that i am unable to find out. Peng Tuck Kwok wrote: That's strange, since it is complaining about the GET method. Does the jboss web-console work ? On Fri, 18 Jun 2004 19:08:13