Hi all!
I've been using Jrun2.3.3 but now i am using Tomcat 3.0.(its free)

Under Jrun i used to use <jsp:include page="/some_dir/somepage.html" />.
I had a servlet that was called using GET and a servlet that was called
using POST, they both called the JSP page in question, and everything was
ok. (i use getRequestDispatcher to call the JSP )

Now, with Tomcat 3.0, when i call the JSP page from a servlet called using
GET and use
<jsp:include page="/some_dir/somepage.html" /> it works ok.
When i call the JSP page from a servlet called using POST, (using
getRequestDispatcher to call the JSP) and use <jsp:include
page="/some_dir/somepage.html" /> in the JSP page i get this:
Included servlet error: 400: HTTP method POST is not supported by this URL

If i use <%@ include file= .... everything is OK.

I dont get it!
Can anyone pleas help?
THank you!
        Telmo

===========================================================================
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