POST/GET problems

2001-01-21 Thread David Treves
Hi, I recently downloaded Tomcat 4 (b1) from apache site. After installing it I tried to write a servlet to test it's operation. I keep getting the following message from the server: "HTTP Status 405 - HTTP method GET is not supported by this URL. The specified HTTP method is not allowe

Re: POST/GET problems

2001-01-21 Thread William Brogden
David Treves wrote: > > Hi, > > I recently downloaded Tomcat 4 (b1) from apache site. After installing > it I tried to write a servlet to test it's operation. > > I keep getting the following message from the server: > > "HTTP Status 405 - HTTP method GET is not supported by this URL