What would cause JRun to generate this message when trying to compile a jsp
1.0 page?

400 Bad Request

HTTP method GET is not supported by this URL

I'm not GETting anything from a form submittal on another page, I get this
error when I attempt to call up its URL directly.

For the record:
I'm extending a superclass called <blah>HttpServlet using
<jsp:directive.page extends = " ... " />
Since <blah>HttpServlet doesn't adhere to this "contract" defined in
sections 3.2.1/3.2.2 of the JavaServer Pages 1.0 spec, I've invoked the
jspInit() and jspDestroy() methods in the jsp page as follows:
<%! public void jspInit() {} %>
...
<%! public void jspDestroy() {} %>

Any help is much appreciated.

Stuart G. Hargreaves
[EMAIL PROTECTED]
(W) 415.659.6314

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to