[jetty-user] Servlet post method is not called in embedded jetty

Shaid <[email protected]> Fri, 18 Mar 2011 12:00:06 -0400
Newsgroups gmane.comp.java.jetty.support
Message-ID <[email protected]>
Servlet post method is getting not called in the embedded jetty. I am
getting the following error as:

HTTP method GET is not supported by this URL

The embedded jetty code is:

        Server server = new Server(8080);
        Context context = new Context(server,"/hello",Context.SESSIONS);
        context.addServlet(new ServletHolder(new HelloWorld()), "/*");
        server.start();
        server.join();

Can any body help me how to fix this problem?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email