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. The
> specified HTTP method is not allowed for the requested resource (HTTP method
> GET is not supported by this URL). "
> 
> What could be the problem for that? I defined the mime type
> (response.setContentType()). I added a new context for my files, could it be
> the problem? is there anywhere I should define something bout get/post?
> 
> Thnaks in advance,
> David Treves.
> 

Does your servlet define a doGet method?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to