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