Re: No of sessions,current thread count and thread busy Logs in tomcat

2010-11-25 Thread André Warnier
rujin raj wrote: I am Monitoring the tomcat application ,no. of session ,Current thread count and current thread busy using lambda probe. Is there any way to save these these datas in local machine for future reference for specfic interval. I am sure that you will get more pure-Java tips today

Re: No of sessions,current thread count and thread busy Logs in tomcat

2010-11-25 Thread Mark Thomas
On 25/11/2010 06:16, rujin raj wrote: I am Monitoring the tomcat application ,no. of session ,Current thread count and current thread busy using lambda probe. Is there any way to save these these datas in local machine for future reference for specfic interval. Not in Tomcat nor, to the best

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread Pid
On 24/11/2010 22:11, declan harrison wrote: How are you writing to the output of the response? Im wrapping the response ServletOutputStream in a BufferedOutputStream; Something like this bufOutStream = new BufferedOutputStream(response.getOutputStream(),20480); ... and how are you writing

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread declan harrison
On Thu, Nov 25, 2010 at 9:45 AM, Pid p...@pidster.com wrote: On 24/11/2010 22:11, declan harrison wrote: How are you writing to the output of the response? Im wrapping the response ServletOutputStream in a BufferedOutputStream; Something like this bufOutStream = new

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread declan harrison
On Wed, Nov 24, 2010 at 10:39 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: declan harrison [mailto:harrison.dec...@gmail.com] Subject: Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked I meant I have local variable that

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread Pid
On 25/11/2010 10:22, declan harrison wrote: ... and how are you writing to the BufferedOutputStream? So I end up calling this method for most of the writes that are performed for binary IO. @Override public synchronized void write(byte[] b, int off, int len) throws IOException

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-25 Thread Rainer Jung
On 22.11.2010 20:16, Mark Thomas wrote: On behalf of the Tomcat committers I am pleased to announce that Christopher Schultz (schultz) has been voted in as a new Tomcat committer. Please join me in welcoming him. Congrats! Keep up the good work. Rainer

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread declan harrison
On Thu, Nov 25, 2010 at 10:37 AM, Pid p...@pidster.com wrote: On 25/11/2010 10:22, declan harrison wrote: ... and how are you writing to the BufferedOutputStream? So I end up calling this method for most of the writes that are performed for binary IO.     @Override     public synchronized

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread Pid
On 25/11/2010 11:14, declan harrison wrote: On Thu, Nov 25, 2010 at 10:37 AM, Pid p...@pidster.com wrote: On 25/11/2010 10:22, declan harrison wrote: ... and how are you writing to the BufferedOutputStream? So I end up calling this method for most of the writes that are performed for binary

Replace one class of a running webapp

2010-11-25 Thread caro23
Hello all, I've deployed a JSF-Project to a Tomcat Server. The problem is that I need to make a small code change affecting only one class. There are currenty many users logged into the system, therefore, I don't want to deploy the whole webapplication. The question is, can I just replace this

Re: Replace one class of a running webapp

2010-11-25 Thread Pid
On 25/11/2010 12:39, caro23 wrote: Hello all, I've deployed a JSF-Project to a Tomcat Server. The problem is that I need to make a small code change affecting only one class. There are currenty many users logged into the system, therefore, I don't want to deploy the whole

RE: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread Caldarale, Charles R
From: declan harrison [mailto:harrison.dec...@gmail.com] Subject: Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked it does look like it to me that state is leaking between these two request on this same thread. That hints of a ThreadLocal

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread declan harrison
On Thu, Nov 25, 2010 at 3:08 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: declan harrison [mailto:harrison.dec...@gmail.com] Subject: Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked it does look like it to me that state is

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread declan harrison
On Thu, Nov 25, 2010 at 11:49 AM, Pid p...@pidster.com wrote: On 25/11/2010 11:14, declan harrison wrote: On Thu, Nov 25, 2010 at 10:37 AM, Pid p...@pidster.com wrote: On 25/11/2010 10:22, declan harrison wrote: ... and how are you writing to the BufferedOutputStream? So I end up calling

Re: Tomcat 6.0.24 - Should send body As Chunked Response but sometimes sends it back Un-Chunked

2010-11-25 Thread Pid
On 25/11/2010 17:49, declan harrison wrote: So far you've shown me that you wrap the output stream, and how the write method works. You haven't actually posted the part of the code where you write your bit of the data to the wrapped output stream. p I just call wrapper.write(buf,

Re: org.apache.jasper.util.Entry object Heap Size

2010-11-25 Thread Rainer Jung
On 24.11.2010 21:01, Konstantin Kolinko wrote: 2010/11/24 Christopher Schultzch...@christopherschultz.net: On 11/24/2010 6:31 AM, amitruwali wrote: Please find below information: Tomcat version: 7.0.2 JDK : Java 1.6 [Class is org.apache.jasper.util.Entry] Class exists in the jar : jasper.jar

Tomcat 6 / Mysql / connection Pool isValid Method Error

2010-11-25 Thread EmCpam
Hi, I've a problem to use the 'isValid' method of Connection class with a connection pool. The java exception is: javax.servlet.ServletException: com.sun.jersey.api.container.ContainerException: java.lang.AbstractMethodError: