Sounds like IE is checking another port for the JSP page and Netscape is
not.  I had the same problem because the server simply wasn't aware on that
particular port but was aware on port 8080 (where I had set up my server).
So any other port just displayed all the code.  What needed to happed was to
restrict those ports for JSP pages.  Somewhat simple to set up via
httpd.conf in Apache and under web site properties in IIS.

Hope that helps.

Matt

----- Original Message -----
From: "Elena Palanca" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 20, 2001 8:01 AM
Subject: Netscape can't visualize the jsp page


> 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
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to