1 Reply Latest reply on Sep 18, 2003 7:04 AM by jonlee

    java.lang.IllegalStateException: Cannot forward because the

    sameer

      Hi,

      java.lang.IllegalStateException: Cannot forward because the response has already been committed

      this exception is thrown in the servlet when a request is forwarded. Can anyone please let me know Why this exception is thrown and how can it be handled.

      I am using JBOss/Tomcat Server, the exception is thrown in the servlet when a request is forwarded with large size of data. This exception is not thrown always.