Hi all!
I have the following problem under JRun 2.3.3 b157 on WINNT4.0.
I have a servlet with 2 methods, one calls a JSP page (method A), the
other method (method B) builds an XML page that is sent to the client
(using println command) .
The behaviour of this servlet is very strange for me, in fact if I first
call the method B and then method A I can see perfectly the XML page but
I can't visualize the JSP page due to this error:
"HTTP Error 405
405 Method Not Allowed
The method specified in the Request Line is not allowed for the resource
identified by the request. Please ensure that you have the proper MIME
type set up for the resource you are requesting.
Please contact the server's administrator if this problem persists."
On the other hand if I first call the method A then method B and finally
again method A, I can see perfectly the JSP page, then the XML page,
but finally I have the same error.
Could someone help me?
Thanks in advance.
Katiuscia.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets