Re: 405 Error

2002-10-14 Thread Michael Finney
Solved: The ISAPI filter was pointing at old stuff. Michael --- Michael Finney <[EMAIL PROTECTED]> wrote: > Version 3.3.1 of Tomcat. > Redirect via ISAPI filter IIS and Tomcat. > > When I POST using a form, I get a 405 Error. Why? > This did not happen in 3.2.1 la

Re: 405 Error

2002-10-14 Thread Padhu Vinirs
In 4.0, I think you need an entry for the webapp context in server.xml and your servlet/jsp in web.xml unless you turn on the InvokerServlet. -- padhu Michael Finney wrote: >Version 3.3.1 of Tomcat. >Redirect via ISAPI filter IIS and Tomcat. > >When I POST using a form, I get

405 Error

2002-10-14 Thread Michael Finney
Version 3.3.1 of Tomcat. Redirect via ISAPI filter IIS and Tomcat. When I POST using a form, I get a 405 Error. Why? This did not happen in 3.2.1 land. Of course, I may have missed a config file setting or something. My web.xml is essentially empty. The root tag is all that is there. Do I

3.2.x inprocess 405 error

2002-10-09 Thread Michael Finney
I have set tomcat 3.2.4 to work with IIS 5.0 as inprocess. The html pages seem fine (all ISS). However, the JSP pages do not work. The browser gets: HTTP 405 - Resource not allowed Internet Information Services I looked up the status code on Microsoft site and all I saw was "405 - Method no

R: HTTP 405 error

2002-06-24 Thread Alessio Fiore
PUT tomcat role1 Regards Alessio [EMAIL PROTECTED] -Messaggio originale- Da: Halil AKINCI [mailto:[EMAIL PROTECTED]] Inviato: lunedì 24 giugno 2002 16.39 A: Tomcat Users List Oggetto: Re: HTTP 405 error Yes, this this error message is displayed o

Re: HTTP 405 error

2002-06-24 Thread Halil AKINCI
: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 5:35 PM Subject: RE: HTTP 405 error > do u get any errors on the console window of tomcat?? > > Anoop Kumar V. > > -Original Message- > From: Halil AKINCI [mailto:[EMAIL PR

RE: HTTP 405 error

2002-06-24 Thread Anoop Kumar V
do u get any errors on the console window of tomcat?? Anoop Kumar V. -Original Message- From: Halil AKINCI [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 7:57 PM To: Tomcat Users List; JSP groups Subject: HTTP 405 error please help me, I can't run my JSP files. I can r

HTTP 405 error

2002-06-24 Thread Halil AKINCI
please help me, I can't run my JSP files. I can run my servlet using jakarta-tomcat-3.3.1, but I want to run my jsp files and when I want to run my jsp files I receive HTTP 405 error message. what can I do?

405 error?

2002-03-03 Thread Thomas Cherry
I am trying to set up a new servlet on my tomcat 3.3 server. Can anyone tell me why I may be getting this error? Error: 405 Location: /tom/servlet/tomServ HTTP method GET is not supported by this URL -- If you strike me down, I shall become more powerful than you can possibly imagine. -Obi

RE: Form Authentication works on standalone no with IIS ? - 405 Error

2001-01-29 Thread BBueckers
I found the root of the HTTP 405 Error. I had my 'login.jsp' page in a directory called '/security' however I did not have an entry in the 'uriworkermap.properties' file for the '/security' directory as such '/security/*=ajp12'. The result

rights (405 error)

2000-12-19 Thread Bruce Van Horn
I'm getting a 405 error when I try to run a servlet that uses the getPost method. I'm assuming this is a permissions error? How can I set this up so I don't get this error? I'm placing the servlets in the default servlets directory.