Hi,
I have an intranet  application done by servlet e jsp pages.
With IE5.0 everything work fine while with Netscape 4.7 or greater when
the servlet call the jsp with the following code:
String path="/Didattica/dinamic/test.jsp";
       req.setAttribute("Host",host);
       RequestDispatcher rd = sc.getRequestDispatcher(path);
       if (rd != null){
       try{
               rd.include(req, res);
            }
          catch (Exception e){
                   sc.log("Problema nella request dispatch", e);
          }
       }

the result is a  page with the source code of the called jsp.

I'm using JRun 3.01 with Winn2000 and IIS5.0.

Any help will be appreciated

ciao

Elena

___________________________________________________________________________
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

Reply via email to