Re: Suppressing log output to ERROR

2006-07-02 Thread Garth Patil
Thanks Boris! One follow up question. That works for ERROR and FATAL, but is there any way to suppress ERROR and only show FATAL? Best, Garth On 7/2/06, Boris Unckel <[EMAIL PROTECTED]> wrote: Hi Garth, Garth Patil wrote: > Hi, > I'm trying to limit the logging output to ca

Suppressing log output to ERROR

2006-07-02 Thread Garth Patil
Hi, I'm trying to limit the logging output to catalina.out by the org.apache.catalina.core classes to only ERROR and FATAL. I changed the value of org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to ERROR, but there was no effect. What am I missing? Best, Garth

Re: Critical bug in RequestDispatcher.include(..) in Tomcat 5.5.16 ?

2006-07-01 Thread Garth Patil
Sorry. I don't think I read your initial post closely enough the first time. It appears that the DefalutServlet (when called in this fashion) that is serving the static html resource is closing the output stream. The Servlet specification seems to indicate that attempts to do that should be ignore

Re: Serving files to Windows Media Player -- ClientAbortException: java.net.SocketException: Broken pipe (or) Connection reset

2006-06-30 Thread Garth Patil
Thanks Hassan. Windows Media Player actually supports Flash files up to flash version 6. Best, Garth On 6/30/06, Hassan Schroeder <[EMAIL PROTECTED]> wrote: On 6/30/06, Garth Patil <[EMAIL PROTECTED]> wrote: > I'm trying to debug an application that serves small (20-10

Re: Critical bug in RequestDispatcher.include(..) in Tomcat 5.5.16 ?

2006-06-30 Thread Garth Patil
Try using the same code in a servlet, and you won't have a problem. If you try this in a jsp and there is _any_ whitespace after the last "%>" the jsp renderer will try to reopen the output stream (to render the whitespace), which is already closed. That is the error you are seeing here. If you wa

Serving files to Windows Media Player -- ClientAbortException: java.net.SocketException: Broken pipe (or) Connection reset

2006-06-30 Thread Garth Patil
Hi all, I'm trying to debug an application that serves small (20-100k) media files of various types (.swf, .wmv) to Windows Media Player (primarily versions 9, 10, 11). The problem I'm experiencing is that I'm seeing a SocketException with about 50% of the requests. I get one of the two following

Unexpected shutdown

2006-04-10 Thread Garth Patil
Hi, I experienced an unexpected shutdown of Tomcat, and haven't been able to find any similar experiences or explanations in the mailing list archives. One of my servers shut down on its own without calling bin/shutdown.sh. The logs show only the following exception after the shutdown sequence init