the problm you have i that you are accessing your servlet with the getr
method ( the default method you shuld include a routine for the get method
to handle situations when the user tries to make a get  rom your servlet
asnan example you culd include a routne to handle get ..
doGet ()
{
out.writeln("you shoyudl use the post method " ) ;

}





                                        Mario Rendon Aldaraca



On Mon, 24 May 1999, Duke Martin wrote:

> Hello,
>
> Why is it that  when I begin my servlet with 'doPost' rather thatn 'doGet',
> I receive a "GET is not supported by this url" error???
>
> Duke
>
> ___________________________________________________________________________
> 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