Arul, this might be due to buffering.  This went away for me when I used 
Apache as the external web server, and for the JRun web server when I 
manually set the buffer size, like so in the jsp:

<%@ page 
         buffer="32kb"
         autoFlush="true"
         language="java"
         import="allaire.taglib.*, java.sql.*" %>

Hope that helps, BenG.

Arul wrote:

>Hi 
>
>I had a peculiar problem with Jrun .We have a live site and for some 
>specific users it throws up an error "Page Cannot be displayed"
>
>It's not happenning to all , all the time .For a specific set of Users 
>it throws it occasionally.
>
>What could be the problem.??
>
>For the users who get this error , in their browsers the cookies are set 
>properly and they are not behind a firewall.
>
>The Problem is like this.They could see the Homepage(html) and they 
>could click on the JSP page (login.jsp) and when they try to submit , 
>the next instant they get this error.Is it cause of Get /Post problem in 
>Jrun
>
>we donot use any external web servers.
>
>and why does this happen with Jrun. we use Jrun3.0 with SP2
>
>-Arul
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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