while deploying servlet application on Tomcat5.5 ,i am gettin error like "HTTP METHOD GET IS NOT SUPPORTED BY THIS URL"while using post form method.
plz help me solve this problem.
therefore in the tomcat console i am gettin nullpointerexception.
Printable View
while deploying servlet application on Tomcat5.5 ,i am gettin error like "HTTP METHOD GET IS NOT SUPPORTED BY THIS URL"while using post form method.
plz help me solve this problem.
therefore in the tomcat console i am gettin nullpointerexception.
Error code 405 define that, requested method is not allowed. Recheck the requested URL, and the requested method. Without knowing what you have done no one can say anything about your question.