Hi All,

I am using weblogic 5.1.0 with netscape server 3.6. I have problems using
getRequestDispatcher(), method. No error at the  weblogic and netscape log files,
it is compiling the jsp file and creating
myserver/classfiles/jsp_servlet/_jsp/_confirm classfile under weblogic directory,
but the netscape displaying just the html tags as if it is a text file, IE is
saying page cannot be displayed,

The code is like this,

getServletConfig().getServletContext().getRequestDispatcher
("/jsp/Test.jsp").forward(req, res);

It is working fine with weblogic 4.5 and netscape server 3.6.

Please some one help me.

Thanks in advance.

-Naren

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

Reply via email to