Hi
i ve written a simple servlet example which displays a message "Hello world".
i am using Tomcat 6.
when i run that servlet as
http://localhost:9090/Temp/tempServlet
i got error
HTTP Status 405 - HTTP method GET is not supported by this URL
can any one tell me wats going on there.
thanks in advance.