This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes HTTP method GET is not supported by this URL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "HTTP method GET is not supported by this URL" Watch "HTTP method GET is not supported by this URL" New topic
Author

HTTP method GET is not supported by this URL

vineet walia
Ranch Hand

Joined: Feb 16, 2008
Posts: 138
my code is :




url:http://localhost:8084/ap_08/loginservlet

output:
--------------------------------------------------------------------------------

type Status report

message HTTP method GET is not supported by this URL

description The specified HTTP method is not allowed for the requested resource (HTTP method GET is not supported by this URL).


--------------------------------------------------------------------------------


whats wrong with this code?
vineet walia
Ranch Hand

Joined: Feb 16, 2008
Posts: 138
got my error

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35440
    
    9
That's why the @Override annotation is so valuable.


Android appsImageJ pluginsJava web charts
vineet walia
Ranch Hand

Joined: Feb 16, 2008
Posts: 138
Ulf Dittmer wrote:That's why the @Override annotation is so valuable.



yes brother
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: HTTP method GET is not supported by this URL
 
Similar Threads
Help me please
HTML form
Servlet Invocation
Requested Dispatcher
error to login page