Check the javadoc for HttpServletResponse.sendRedirect(String),
an interface that CoyoteResponseFacade implements.
Did your servlet commit a response, or have a bad URL?

If you've written output before the sendRedirect,
you may have filled the output buffer, thereby committing it.

Layton Berry

>-----Original Message-----
>From: Dr. Franz X. Steinparz [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, July 07, 2004 12:28 PM
>To: Tomcat Users List
>Subject: IllegalStateException
>
>
>Hello
>
>I urgently need help.
>
>I have a problem deploying an application developped under Oracles
>JDeveloper to Tomcat. The application consists of several servlets,
>passing over request and esponse objects from one servlet to another.
>
>The application works fine within Oracles IDE and it's built in servlet
>runner. However after deploying the app to Tomcat, Tomcat raises an
>"IllegalStateException" 
>(java.lang.IllegalStateException
>        
>org.apache.coyote.tomcat5.CoyoteResponseFacade.sendRedirect(Coy
>oteResponseFacade.java:399)
>        ... 
>when a reponse object is handed over to another servlet.
>
>thank you
>
>franz steinparz
> 
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to