The IllegalStateException is being raised due to either of the following
reasons:
1) The included program (jsp or servlet) is attempting to set a response
header after the body of the response is sent or is being sent. Check that
you aren't setting any headers in the included jsp/servlet
2) If the included program is a servlet, it is using
response.getOutputStream() instead of response.getWriter()

RS



                                                                                       
                    
                      Erick Todd                                                       
                    
                      <erick@coloradosp        To:       Tomcat Users List             
                    
                      rings.com>                <[EMAIL PROTECTED]>       
                    
                                               cc:                                     
                    
                      09/17/02 10:28 AM        Subject:  Re: JSP Include error         
                    
                      Please respond to                                                
                    
                      "Tomcat Users                                                    
                    
                      List"                                                            
                    
                                                                                       
                    
                                                                                       
                    




This isn't a SSI include.  It is a jsp include native to the jsp
specification?  I did enable SSI just for kicks, but it doesn't change
anything.

Anyone??  I am really frustrated.  What do I need to do to get rid of
the Illegal State Exception on a jsp:include?

I include on the first line, later, nested includes, none of them work.

HELP!!

On Mon, 2002-09-16 at 21:40, Robert L Sowders wrote:
> Did you follow directions?
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html
>
> rls
>
>
>
>
> Erick Todd <[EMAIL PROTECTED]>
> 09/16/2002 01:30 PM
> Please respond to "Tomcat Users List"
>
>
>         To:     Tomcat Users List <[EMAIL PROTECTED]>
>         cc:
>         Subject:        JSP Include error
>
> Anyone had any problems with doing a <jsp:include> ??
>
> It justs throws an unknown error, not even to the screen.
>
> Anything I do with an jsp:include doesn't work.
>
> Ideas??
>
>
>
>
> --
> To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
>
>
>
>
>
> --
> To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
>



--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>







--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to