Re: Issue in tomcat 6.0.26

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amol, On 4/19/12 5:32 AM, Amol Puglia wrote: Hello Team, We are getting following error in tomcat. Apr 19, 2012 11:10:13 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception

RE: Issue in tomcat 6.0.26

2012-04-19 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Issue in tomcat 6.0.26 Kindly provide the solution. Briefly: don't call getOutputStream more than once ;) Actually, I think it's don't call _both_ getOutputStream() and getWriter() for the same request. Pick

Re: Issue in tomcat 6.0.26

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/19/12 1:44 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Issue in tomcat 6.0.26 Kindly provide the solution. Briefly: don't call getOutputStream more than once