Hi subha...You have extended your servlet class from GenericServlet or
HttpServlet?? If it's HttpServlet..In doGet method pass HttpServletRequest
and HttpServletResponse as argument..(if u try to pass ServletRequest and
ServletRespoonse as argument..it'll thro erro as get method not supported)..

regards
moorthi
-----Original Message-----
From: v suba <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, March 28, 2000 8:33 PM
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