On Thu, Mar 11, 1999 at 03:15:34AM +0200, Oguz Baktir wrote:
> I set this servlet on my Java Server, and whan I call it from the URL,
> I get the message:
>  400 Bad Request
> GET is not supported by this URL
> What may be the reason?

        As per the JSDK documentation, the default implementation of
doGet() returns an HTTP BAD_REQUEST response. Accessing a URL
"directly" is, by default, a GET.

        If you're hazy on GET, POST, etc, read the RFC or pick up a
good book on CGI. O'Reilly's book on CGI programming is really good,
and is a useful reference even if you're not working in Perl.

--
Robert Crawford                 [EMAIL PROTECTED]
http://www.iac.net/~crawford

___________________________________________________________________________
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