Re: Amazing stuff with Tomcat

2008-08-15 Thread ying lcs
On Sat, Aug 9, 2008 at 8:11 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > We now doing absolutely incredible stuff with Tomcat... and I just want to > show you where we at. > > For those that dont know... we made Tomcat not only do our web stuff, Tomcat > is also our application server... > But have

Setting SC_INTERNAL_SERVER_ERROR in http servlet response

2007-09-05 Thread ying lcs
Hi, In my servlet, I set the response code to 500, like this: response.setStatus(HttpServletResponse.SC_INTERNAL_SERVER_ERROR); Why tomcat attached this in my http response? And how can I disable it? Thank you. Apache Tomcat/4.1.36 - Error report