RE: Tomcat does not respond

2009-05-28 Thread Caldarale, Charles R
From: Diego Castorina [mailto:di...@quince.nl] Subject: RE: Tomcat does not respond SEVERE: Servlet.service() for servlet springapp threw exception java.lang.IllegalStateException: getOutputStream() has already been called for this response

RE: Tomcat does not respond

2009-05-28 Thread Diego Castorina
. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: giovedì 28 maggio 2009 15.15 To: Tomcat Users List Subject: RE: Tomcat does not respond From: Diego Castorina [mailto:di...@quince.nl] Subject: RE: Tomcat does not respond SEVERE: Servlet.service

RE: Tomcat does not respond

2009-05-28 Thread Caldarale, Charles R
From: Diego Castorina [mailto:di...@quince.nl] Subject: RE: Tomcat does not respond I use the ServletOutputStream because I need to write binary directly in the response while with the PrintWriter I can only write character text to the client. Then you may need to resort to your own

RE: Tomcat does not respond

2009-05-28 Thread Diego Castorina
To: Tomcat Users List Subject: RE: Tomcat does not respond From: Diego Castorina [mailto:di...@quince.nl] Subject: RE: Tomcat does not respond I use the ServletOutputStream because I need to write binary directly in the response while with the PrintWriter I can only write character text

RE: Tomcat does not respond

2009-05-28 Thread Caldarale, Charles R
From: Diego Castorina [mailto:di...@quince.nl] Subject: RE: Tomcat does not respond How can I write this wrapper? I don't know Spring, but perhaps it already offers this capability. Otherwise, Chris S recently posted a wrapper that, IIRC, will do this. Will need to search the archives

Tomcat does not respond

2009-05-27 Thread Diego Castorina
Hi everyone, We are currently running Tomcat 6.0.14 on a Ubuntu Server 8.04 and Java 1.6. Two applications are running: - One of them uses Spring MVC and Jackrabbit providing RESTful API - The second is a client of the former with no database but it is a Grails

Re: Tomcat does not respond

2009-05-27 Thread Mark Thomas
Diego Castorina wrote: Hi everyone, We are currently running Tomcat 6.0.14 on a Ubuntu Server 8.04 and Java 1.6. Two applications are running: - One of them uses Spring MVC and Jackrabbit providing RESTful API - The second is a client of the former with no

RE: Tomcat does not respond

2009-05-27 Thread Martin Gainty
donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: Tomcat does not respond Date: Wed, 27 May 2009 17:01:56 +0200 From: di...@quince.nl To: users@tomcat.apache.org Hi everyone, We

Tomcat does not respond any request after several days

2006-01-19 Thread Cuong M Tran
Hi, I got a serious problem when I deploy my software on to customer's server. The Tomcat server runs fine in several days (could be 1 or 2,3,4 days unexpectedly) but then it does not respond any request and produce any output (also no error code). It only happens to me only on that server.

RE: Tomcat does not respond any request after several days

2006-01-19 Thread George Sexton
] Sent: Thursday, January 19, 2006 3:00 AM To: users@tomcat.apache.org Subject: Tomcat does not respond any request after several days Hi, I got a serious problem when I deploy my software on to customer's server. The Tomcat server runs fine in several days (could be 1 or 2,3,4 days