-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 10/26/17 4:55 PM, Mark Thomas wrote:
> On 26/10/17 20:17, Christopher Schultz wrote:
>
>
>
>> So this is relying on the OpenSSLContext.finalize() method to
>> clean-up after the native SSL context?
>
> Correct.
>
>> It's been "recommen
On 26/10/17 20:17, Christopher Schultz wrote:
> So this is relying on the OpenSSLContext.finalize() method to clean-up
> after the native SSL context?
Correct.
> It's been "recommended" to not rely on
> finalizers for quite a long time. Is that advice no longer correct?
Like most general rule
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 10/26/17 12:07 PM, Mark Thomas wrote:
> On 26 October 2017 14:36:03 BST, Christopher Schultz
> wrote:
>> Mark,
>>
>> On 10/26/17 8:54 AM, Mark Thomas wrote:
>>> On 26/10/2017 09:31, Johan Compagner wrote:
Hi,
now with Lets
On 26 October 2017 14:36:03 BST, Christopher Schultz
wrote:
>Mark,
>
>On 10/26/17 8:54 AM, Mark Thomas wrote:
>> On 26/10/2017 09:31, Johan Compagner wrote:
>>> Hi,
>>>
>>> now with LetsCrypt its easy (and free) to get https up and
>>> running even if you just use tomcat But the problem is those
On 26/10/2017 09:31, Johan Compagner wrote:
. . .
But does tomcat monitor that file for changes and will it then use
the new one without restarting the whole server?
On 10/26/17, 5:54 AM, Mark Thomas replied:
Currently, no.
We have just added the ability to 9.0.x and 8.5.x to reload the
certi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 10/26/17 8:54 AM, Mark Thomas wrote:
> On 26/10/2017 09:31, Johan Compagner wrote:
>> Hi,
>>
>> now with LetsCrypt its easy (and free) to get https up and
>> running even if you just use tomcat But the problem is those
>> certificate must
On 26/10/2017 09:31, Johan Compagner wrote:
> Hi,
>
> now with LetsCrypt its easy (and free) to get https up and running even if
> you just use tomcat
> But the problem is those certificate must be renewed every 3 months
> This is easy to do in a crontab script (that does the renew and makes a
> j
Hi,
now with LetsCrypt its easy (and free) to get https up and running even if
you just use tomcat
But the problem is those certificate must be renewed every 3 months
This is easy to do in a crontab script (that does the renew and makes a
java keystore again)
So i can generate the pfx constantly j
Thank you, Christopher.
Regards,
Vikram
On Fri, Aug 16, 2013 at 7:42 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Vikram,
>
> On 8/14/13 9:42 PM, Vikram Jain wrote:
> > I am working on To
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Vikram,
On 8/14/13 9:42 PM, Vikram Jain wrote:
> I am working on Tomcat monitoring solution for a project and when
> it comes to monitoring 'Thread usage', I am wondering whether I
> should be comparing 'currentThreadCoun
ward to
> hear from you. :)
>
> I am working on Tomcat monitoring solution for a project and when it comes
> to monitoring 'Thread usage', I am wondering whether I should be comparing
> 'currentThreadCount' or 'currentThreadBusy' attribute against
Hi Team,
I'm Vikram Jain. My first query to Tomcat user group, looking forward to
hear from you. :)
I am working on Tomcat monitoring solution for a project and when it comes
to monitoring 'Thread usage', I am wondering whether I should be comparing
'currentThreadCount
On 28/12/2011 22:27, S Ahmed wrote:
> While benchmarking, I want to know if/when tomcat requires more threads
> (maxThreads).
>
> How can I figure this out?
Look in the logs. Tomcat reports the first time (and only the first
time) it hits maxThreads.
Mark
---
While benchmarking, I want to know if/when tomcat requires more threads
(maxThreads).
How can I figure this out?
i.e. I start benchmarking tomcat to see how it reacts to a high-traffic
spike, I want to make sure that tomcat isn't hitting the maxThreads when my
server has the ability resource wise
monitoring ?
Caldarale, Charles R wrote:
>> From: André Warnier [mailto:a...@ice-sa.com]
>> Subject: Simple Tomcat monitoring ?
>
>> 5396 root 20 0 832m 610m 9224 S 100 5.1 12:32.43 java
>
>> the second task visible above is the interface to the search e
Caldarale, Charles R wrote:
From: André Warnier [mailto:a...@ice-sa.com]
Subject: Simple Tomcat monitoring ?
5396 root 20 0 832m 610m 9224 S 100 5.1 12:32.43 java
the second task visible above is the interface to the search engine).
Which seems to be single-thread and thus a
On Tue, Apr 12, 2011 at 14:26, André Warnier wrote:
> Francis GALIEGUE wrote:
>>
>> On Tue, Apr 12, 2011 at 12:20, André Warnier wrote:
>> [...]
>>>
>>> Considering all the above, which would be the easiest/quickest way of
>>> starting to figure out what this tomcat is doing, and where the
>>> sy
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Simple Tomcat monitoring ?
> 5396 root 20 0 832m 610m 9224 S 100 5.1 12:32.43 java
> the second task visible above is the interface to the search engine).
Which seems to be single-thread and thus a possible bott
You could check it apache threads are the problem by using something like:
ps -feH | grep httpd | wc
(or something else instead httpd to hit only apache processes)
If the line number gets close to 150 (Apache (prefork) MaxClients)
then that is the problem.
On Tue, Apr 12, 2011 at 2:18 PM, André
Francis GALIEGUE wrote:
On Tue, Apr 12, 2011 at 12:20, André Warnier wrote:
[...]
Considering all the above, which would be the easiest/quickest way of
starting to figure out what this tomcat is doing, and where the
system/application bottleneck might be ?
We have the following tools, all ve
Borut Hadžialić wrote:
I'm gonna try to make a guess here :)
top - 08:20:02 up 72 days, 9:39, 4 users, load average: 6.83, 5.63, 3.16
Tasks: 265 total, 1 running, 264 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.2%us, 0.1%sy, 0.0%ni, 99.2%id, 0.5%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 1232
I'm gonna try to make a guess here :)
> top - 08:20:02 up 72 days, 9:39, 4 users, load average: 6.83, 5.63, 3.16
> Tasks: 265 total, 1 running, 264 sleeping, 0 stopped, 0 zombie
> Cpu(s): 0.2%us, 0.1%sy, 0.0%ni, 99.2%id, 0.5%wa, 0.0%hi, 0.0%si, 0.0%st
> Mem: 12328624k total, 11382
On Tue, Apr 12, 2011 at 12:20, André Warnier wrote:
[...]
>
> Considering all the above, which would be the easiest/quickest way of
> starting to figure out what this tomcat is doing, and where the
> system/application bottleneck might be ?
>
We have the following tools, all very easy to setup an
Hi.
I have a Linux application server running Apache + mod_jk + tomcat 5.5 (I know that it is
relatively old; and to compound the heresy, it is installed from a Debian package).
The hardware is quite OK (quad-core fast CPU, 12 GB RAM).
Apache is serving most of the static content, and passing
On 1/6/11 12:44 PM, Ziggy wrote:
> Hi,
>
> I am using JMX to connect to a Tomcat instance and looking at attributes for
> a jdbc datasource as shown below.
>
> MBeanServerConnection conn = jmxc.getMBeanServerConnection();
> ObjectName on = new
> ObjectName("Catalina:type=DataSource,path=/appdb,ho
Hi,
I am using JMX to connect to a Tomcat instance and looking at attributes for
a jdbc datasource as shown below.
MBeanServerConnection conn = jmxc.getMBeanServerConnection();
ObjectName on = new
ObjectName("Catalina:type=DataSource,path=/appdb,host=localhost,class=javax.sql.DataSource,name=\"jd
I have found Lamda Probe to be quite useful and easy to use for monitoring
the Tomcat container. http://www.lambdaprobe.org/
Simply deploy the probe war file to the container you want to monitor!
You can detect requests that have large processing times by monitoring the
connector status tab. This
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mohamedin,
On 10/24/2009 4:47 AM, Mohamedin wrote:
> Please recommend a monitoring tool for tomcat. I am interested in
> knowing the response time of each request and finding requests that
> take a lot of time. In short I need to figure out the bottle
Mohamedin wrote:
In short I need to figure out the bottle nicks in my site.
The word is "bottleneck". With "neck" like the part between your
shoulders and your head. Bottle nick is cute though. Hope you find him.
;-)
-
To
Dear All,
Please recommend a monitoring tool for tomcat. I am interested in knowing the
response time of each request and finding requests that take a lot of time. In
short I need to figure out the bottle nicks in my site.
Thanks a lot,
Mohamed Mohamedin
Dear Tokajac,
As far as I see http://www.zabbix.com http://www.zabbix.com is not
available for WinXP (that's my platform).
*shrug* You could always run it on FreeBSD or Linux in VMWare.
I downloaded Zapcat. Can Zapcat be useful without zabbix?
No, it only works as a bridge to Zabbix. Tha
http://www.nabble.com/Tomcat-monitoring-tp18963920p18992437.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Dear Tokajac,
I want to monitor performance of Tomcat server when I'm running an
application.
Memory usage, threads, objects, user sessions, sql queries and as
much as
possible of other information on server.
JMX is the way to go. JConsole was already suggested. If you want to
really monitor
Thx for Your answer, Chuck !
So far, i've found lambdaprobe more useful. i'm still looking around.
Do U have any advice about SQL debug?
I already have iBatis log and p6spy. Is there any other useful tool for
queries?
Regards
--
View this message in context:
http://www.nabble.
> From: Tokajac [mailto:[EMAIL PROTECTED]
> Subject: Tomcat monitoring
>
> I want to monitor performance of Tomcat server when I'm running an
> application.
Start with these:
http://www.lambdaprobe.org
http://moskito.anotheria.net
You can also use JMX (e.g., JConsole) for muc
e.com/Tomcat-monitoring-tp18963920p18963920.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
Hi,
Im using tomcat mbean for monitoring.
I have a questions regarding 'processingTime' attribute of Servlet and
Manager Mbeans.
1. What value does it show - is it the last collected avg/total request
processing time.
My observation is, this value keeps on going up. So not able to figure
out
> -Original Message-
> From: Angelov, Rossen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 27, 2007 12:56 PM
> To: Tomcat Users List
> Subject: Tomcat Monitoring
>
> What is recommended for monitoring Tomcat? Or is there anything built in
> that can help mo
> What is recommended for monitoring Tomcat? Or is there anything built
in
> that can help monitoring the performance and the state of the thread
> pools?
For general purpose use jconsole.exe from SUN's JDK.
> More specifically, I'm trying to find a way to time how long it take
> from the moment
moskito.anotheria.net
and you are probably interested in the RequestURIFilter
http://moskito.anotheria.net/moskitodemo/mui/mskShowProducer?pProducerId=RequestURIFilter
regards
Leon
On 6/27/07, Angelov, Rossen <[EMAIL PROTECTED]> wrote:
What is recommended for monitoring Tomcat? Or is there an
What is recommended for monitoring Tomcat? Or is there anything built in
that can help monitoring the performance and the state of the thread
pools?
More specifically, I'm trying to find a way to time how long it take
from the moment a request was received and when the response was
returned.
Than
ll cooling?
>> Check out "Tonight's Picks" on Yahoo! TV.
>
> ---------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-
> -Original Message-
> From: H H [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 27, 2007 1:12 AM
> To: users@tomcat.apache.org
> Subject: Tomcat monitoring
>
> Does anyone know whats the best way to monitor a tomcat application
> remotely - I have seen the
there is probably no such thing as "best way"
- JVM Heap usage
manager and lambdaprober
- Number of active threads (if by active threads you mean current requests)
manager, lambdaprobe, moskito
- JDBC connection pool stats
lambdaprobe
- Active thread list
lambdaprobe, moskito (if
Does anyone know whats the best way to monitor a tomcat application remotely -
I have seen the mailing lists and there are some tools that provide monitoring.
However I need a way to programatically ping Tomcat and collect performance
statistics - Any language would do : perl/java, I need to int
nder a
"Tomcat Users List"
Para
"Tomcat Users List"
cc
"Tomcat Users List"
Assunto
Re: Tomcat monitoring
Rafael
I forgot to mention that JBoss provides JBoss Operations Network which
uses
agent to collect metrics no the machine where you deployed your Tomcat
in
To: "Tomcat Users List"
|
|cc:
|
|
Thanks a lot. I will look this one too.
Rafael Sarres de Almeida
Seção de Gerenciamento de Rede
Superior Tribunal de Justiça
Tel: (61) 3319-9342
Andrés González <[EMAIL PROTECTED]>
24/08/2006 14:15
Favor responder a
"Tomcat Users List"
Para
Tomcat Users List
cc
As
Thanks, looks good.
Rafael Sarres de Almeida
Seção de Gerenciamento de Rede
Superior Tribunal de Justiça
Tel: (61) 3319-9342
Dhaval Patel <[EMAIL PROTECTED]>
24/08/2006 14:07
Favor responder a
"Tomcat Users List"
Para
Tomcat Users List
cc
Assunto
Re: Tomcat monit
Another option:
http://www.hyperic.com/products/managed/tomcat-management.htm
El jue, 24-08-2006 a las 13:40 -0300, [EMAIL PROTECTED]
escribió:
> Hi;
> I attended to an Oracle IAS event and they presented their Enterprise
> Manager 10g, and they showed some great monitoring capabilities. Here I
http://www.lambdaprobe.org
--- [EMAIL PROTECTED] wrote:
> Hi;
> I attended to an Oracle IAS event and they presented their Enterprise
> Manager 10g, and they showed some great monitoring capabilities. Here I
> quote some of them from their document
> "http://www.oracle.com/technology/products
Hi;
I attended to an Oracle IAS event and they presented their Enterprise
Manager 10g, and they showed some great monitoring capabilities. Here I
quote some of them from their document
"http://www.oracle.com/technology/products/oem/pdf/wp_aslm_10g.pdf":
"The tracing functionality provides an on
When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. To many of the list archiving services and mail clients
used by list subscribers this makes your new message appear as part
of the old thread. Thi
please define monitoring.
which data do you want to get? do you want to monitor your production
webapps status? monitor your hits? availability?
leon
On 7/12/06, Mr Alireza Fattahi <[EMAIL PROTECTED]> wrote:
Hi,
We are using Tomcat 5.5, please let us know if there are any monitoring tools
tha
Hi,
We are using Tomcat 5.5, please let us know if there are any monitoring tools
that we can use with this server.
We found Lambda Probe mentioned in the posts.
Are there any built-in tools, or can we find some open sources for this issue?!
~Regards,
~~Alireza Fattahi
-
55 matches
Mail list logo