Gayathri: You need to simply write a doGet method in your servlet. (That's what a doGet does: "does a get"!;-)) That method is what is called when you call the servlet "directly".
Geeta Gayathri Palicherla wrote: > I like to know is there a way to call servlet directly from the browser. > instead of calling servlet from html form action, i like to call servlet from browser > specifying class name in the URL, then display html/jsp page. Can i Do this????????? > > Thanks, > Gayathri. > > ___________________________________________________________________________ > 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
