Hi,

When you are trying to invoke a servlet directly by entering the URL in the
address bar of browser, the method that should be present in the servlet is
doGet or service method. Please check your servlet coding, if you have used
doPost method, change that to doGet method. It should work for you.

        -----Original Message-----
        From:   v suba [SMTP:[EMAIL PROTECTED]]
        Sent:   Tuesday, March 28, 2000 9:53 AM
        To:     [EMAIL PROTECTED]
        Subject:        jws prob

        hi
        i wrote a servlet prog and stored it in the servlet
        directory of the java web server . Then i added the
        servlet class to the javaw web server and tried to
        open it using Http://my ip
        address:8080/servlets/myserv
        I am getting an error like.Get method not supported or
        something. can you explain?

        __________________________________________________
        Do You Yahoo!?
        Talk to your friends online with Yahoo! Messenger.
        http://im.yahoo.com


___________________________________________________________________________
        To unsubscribe, send email to [EMAIL PROTECTED] and include in
the body
        of the message "signoff SERVLET-INTEREST".

        Archives:
http://archives.java.sun.com/archives/servlet-interest.html
        Resources:
http://java.sun.com/products/servlet/external-resources.html
        LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to