Chris,
The profiler shows very high CPU utilization in Tomcat threads.
As I said before a lot of time was spent during the
ResponseFacade.setContentType() method call. That doesn't tell the whole story
but more or less the high utilization is mainly in the tomcat threads.
The thing which puzz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jaroslav,
On 5/23/13 4:37 AM, Jaroslav Fikker wrote:
> Hello everybody.
>
> I encountered a problem with compilation of Unix daemon (jsvc)
> against IBM Java from Tomcat 7.0.40. I used these commands:
>
> cd /opt/tomcat/bin tar xvfz commons-daemon
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Follow-up: Possible false-postive with
> JreMemoryLeakPreventionListener
> and Tomcat's JDBC Pool and OracleTimeoutPollingThread
> While I haven't exactly implemented my own JVM or anything like that,
I have...
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chuck,
On 5/23/13 12:01 PM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: Follow-up: Possible false-postive with
>> JreMemoryLeakPreventionListener and Tomcat's JDBC Pool and
>> Oracl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chirag,
On 5/23/13 1:21 PM, Chirag Dewan wrote:
> With c=1 it is 70k req/sec and with c=2 it is 35k in both i.e the
> total req/sec cannot be scaled beyond 70k. With Tomcat 6 it is 60k
> in both clients i.e total of 120k.
>
> I do not expect more
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Kenneth,
On 5/23/13 12:57 PM, Kenneth Erard wrote:
> --
>
> We need to use all JAR files from this directory but Tomcat ignore
> this syntax (notwithstanding previous version runs correctly) and
> it "understand" only exact JAR defi
Am 2013-05-21 20:38, schrieb Mark Thomas:
On 21/05/2013 19:01, Michael-O wrote:
Mark,
I did receive an answer to the issue, citing your findings.
See verbatim copy below:
Hi Michael,
I received the following update from our developer:
*
> -Original Message-
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Sent: Thursday, May 23, 2013 11:24 AM
> To: 'Tomcat Users List'
> Subject: RE: Need AccessLogValve results clarification
>
> > -Original Message-
> > From: Christopher Schultz [mailto:ch...@christoph
Chris,
With c=1 it is 70k req/sec and with c=2 it is 35k in both i.e the total req/sec
cannot be scaled beyond 70k. With Tomcat 6 it is 60k in both clients i.e total
of 120k.
I do not expect more than 75k req/sec being served by Tomcat 7,but its the
benchmark set by Tomcat 6 which I can't over
--
We need to use all JAR files from this directory but Tomcat ignore this syntax
(notwithstanding previous version runs correctly) and it "understand" only
exact JAR definition, for example -classpath
/opt/tomcat/lib/tomcat-api.jar,/opt/tomcat/lib/tomcat-api.jar,/opt/tomcat/li
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Thursday, May 23, 2013 10:41 AM
> To: Tomcat Users List
> Subject: Re: Need AccessLogValve results clarification
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Jeffrey,
>
> On 5/22/1
Thanks for the reply.
do you ever actually run out of
PermGen space, or are you just particularly worried about it happening?
Yes I did ran out of PermGen space.
So I am checking frequently whats the perm gen size and I see its
increasing every day.
Thanks I will try out you suggestion.
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Follow-up: Possible false-postive with
> JreMemoryLeakPreventionListener
> and Tomcat's JDBC Pool and OracleTimeoutPollingThread
> Thanks for the pedantry: I was in fact ignoring the difference between
> the system
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Burton,
On 5/23/13 11:39 AM, Smith, Burton wrote:
> OK Chris,
>
> I have to be nearing the finish line on mod_jk. Sitting in
> tomcat-connectors-1.2.37-src/native and running your configuration
> command I get: configure: error: C++ preprocessor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
David,
On 5/23/13 7:40 AM, David kerber wrote:
> On 5/23/2013 4:53 AM, Chirag Dewan wrote:
>>
>>
>> Hi All,
>>
>> I tested Tomcat 7.0.40 with Solaris x86. It gave better CPU
>> performance than Tomcat 7.0.30 . It was able to handle 70K
>> reques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jeffrey,
On 5/22/13 6:30 PM, Jeffrey Janner wrote:
>> -Original Message- From: Mark Thomas
>> [mailto:ma...@apache.org] Sent: Wednesday, May 22, 2013 5:24 PM
>> To: Tomcat Users List Subject: Re: Need AccessLogValve results
>> clarification
OK Chris,
I have to be nearing the finish line on mod_jk. Sitting in
tomcat-connectors-1.2.37-src/native and running your configuration command I
get:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
I have the following packa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
On 5/23/13 10:40 AM, Christopher Schultz wrote:
> Chuck,
>
> On 5/22/13 1:42 PM, Caldarale, Charles R wrote:
>>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>>> Subject: Re: Follow-up: Possible false-postive with
>>> JreM
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ravi,
On 5/22/13 3:46 PM, Vanga Palli, Ravindra Kumar wrote:
> I have a simple question, how to ensure JIoEndpoint logs to
> catalina.log fine when threads are maxed out?
>
> I have read the tomcat logging documentation for tomcat
> 6.0.28/RHEL6.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Chuck,
On 5/22/13 1:42 PM, Caldarale, Charles R wrote:
>> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
>> Subject: Re: Follow-up: Possible false-postive with
>> JreMemoryLeakPreventionListener and Tomcat's JDBC Pool and
>> Oracle
Hi Kenneth,
Thank you very much for your mail. We use own script for start Tomcat server
with -classpath parameter that contains directory path /opt/tomcat/lib. We need
to use all JAR files from this directory but Tomcat ignore this syntax
(notwithstanding previous version runs correctly) and i
> -Original Message-
> From: Vanga Palli, Ravindra Kumar [mailto:ravindra.vangapa...@hp.com]
> Sent: Wednesday, May 22, 2013 6:46 PM
> To: Tomcat Users List
> Subject: RE: Need AccessLogValve results clarification
>
> >Note: I don't think the IP is PAT/NAT.
> It depends on how you log
On 5/23/2013 4:53 AM, Chirag Dewan wrote:
Hi All,
I tested Tomcat 7.0.40 with Solaris x86. It gave better CPU performance than
Tomcat 7.0.30 . It was able to handle 70K requests at 45% CPU utilization which
is still behind my bench mark of 70k requests at 25-30% utilization with
Tomcat 6.
Hi Jaroslav,
I have compiled the JSVC daemon on SUSE Linux Enterprise Server 11 SP2 (x64) on
the IBM JDK, like you are trying to do.
I would suggest that if your make of jsvc was successful. It would be
beneficial to see the error that your jsvc command is throwing. The daemon
does rely o
2013/5/23 James Green :
> Hi,
>
> I need to configure TomEE to work with SSL connections. I see Tomcat
> documentation talking about how to edit the server.xml file.
>
> Is it possible to supply a small fragment XML file that Tomcat's
> configuration includes, similar to the way Linux distros now h
Hi,
I need to configure TomEE to work with SSL connections. I see Tomcat
documentation talking about how to edit the server.xml file.
Is it possible to supply a small fragment XML file that Tomcat's
configuration includes, similar to the way Linux distros now have software
that looks in conf.d fi
Hi All,
I tested Tomcat 7.0.40 with Solaris x86. It gave better CPU performance than
Tomcat 7.0.30 . It was able to handle 70K requests at 45% CPU utilization which
is still behind my bench mark of 70k requests at 25-30% utilization with
Tomcat 6.
I also tested with Tomcat 6.0.37 and the r
Hello everybody.
I encountered a problem with compilation of Unix daemon (jsvc) against IBM
Java from Tomcat 7.0.40. I used these commands:
cd /opt/tomcat/bin
tar xvfz commons-daemon-native.tar.gz
cd commons-daemon-1.0.x-native-src/unix
/configure
and I got this output:
*** Current host
28 matches
Mail list logo