RE: [ANN] LambdaProbe for Tomcat 1.5 is released

2006-05-13 Thread Vlad.Ilyschenko
Hi Remy,

There is a slightly newer version already: 1.5.0.1, which addresses problems 
with unknown ServerInfo values.

You can now force the first adaptor on the list by setting 
forceFirstAdaptor=true in spring-resources.xml. The list of adaptors has to be 
ordered accordingly of course.

As far as the context goes, there are quite a few TC 5.0 users as I'm sure you 
know :) and having logger in the context may help to troubleshoot startup 
problems for them.

Cheers,
Vlad


-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]
Sent: Fri 12/05/2006 2:39 PM
To: Tomcat Users List
Subject: Re: [ANN] LambdaProbe for Tomcat 1.5 is released
 
On 5/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I am pleased to announce the immediate availability of LambdaProbe 1.5

 LambdaProbe is an Open Source (GPL) Tomcat monitoring and mangement webapp. 
 The new release features OS memory usage, swap usage and CPU utilization 
 monitors, support for Java Service Wrapper, which allows to restart Tomcat 
 from a web page, user interface improvements and important bug fixes0.


Very good.

Most probably this is for compat with Tomcat 5.0, but the context.xml is:
Context path=/probe privileged=true
Logger className=org.apache.catalina.logger.FileLogger
prefix=probe.
suffix=.out
timestamp=true/
/Context

For 5.5, it can be simplified to (since the Logger element no longer exists):
Context privileged=true
/Context

It also doesn't support my on going 6.0 development, although most
likely 6.0 will remain compatible with 5.5. You could attempt to
default to the most recent adapter if no obvious match is found.

-- 
x
Rémy Maucherat
Developer  Consultant
JBoss Inc
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained in this email message may be confidential. If you are 
not the intended recipient, any use, interference with, disclosure or copying 
of this material is unauthorised and prohibited. Although this message and any 
attachments are believed to be free of viruses, no responsibility is accepted 
by Informa for any loss or damage arising in any way from receipt or use 
thereof.  Messages to and from the company are monitored for operational 
reasons and in accordance with lawful business practices. 
If you have received this message in error, please notify us by return and 
delete the message and any attachments.  Further enquiries/returns can be sent 
to [EMAIL PROTECTED]

[ANN] LambdaProbe for Tomcat 1.5 is released

2006-05-12 Thread Vlad.Ilyschenko
I am pleased to announce the immediate availability of LambdaProbe 1.5

LambdaProbe is an Open Source (GPL) Tomcat monitoring and mangement webapp. The 
new release features OS memory usage, swap usage and CPU utilization monitors, 
support for Java Service Wrapper, which allows to restart Tomcat from a web 
page, user interface improvements and important bug fixes0.

For the full list of changes visit: http://www.lambdaprobe.org/d/latest.shtml

For more information, screenshots  download visit http://www.lambdaprobe.org

The information contained in this email message may be confidential. If you are 
not the intended recipient, any use, interference with, disclosure or copying 
of this material is unauthorised and prohibited. Although this message and any 
attachments are believed to be free of viruses, no responsibility is accepted 
by Informa for any loss or damage arising in any way from receipt or use 
thereof.  Messages to and from the company are monitored for operational 
reasons and in accordance with lawful business practices. 
If you have received this message in error, please notify us by return and 
delete the message and any attachments.  Further enquiries/returns can be sent 
to [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] LambdaProbe for Tomcat 1.5 is released

2006-05-12 Thread Remy Maucherat

On 5/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

I am pleased to announce the immediate availability of LambdaProbe 1.5

LambdaProbe is an Open Source (GPL) Tomcat monitoring and mangement webapp. The 
new release features OS memory usage, swap usage and CPU utilization monitors, 
support for Java Service Wrapper, which allows to restart Tomcat from a web 
page, user interface improvements and important bug fixes0.



Very good.

Most probably this is for compat with Tomcat 5.0, but the context.xml is:
Context path=/probe privileged=true
   Logger className=org.apache.catalina.logger.FileLogger
   prefix=probe.
   suffix=.out
   timestamp=true/
/Context

For 5.5, it can be simplified to (since the Logger element no longer exists):
Context privileged=true
/Context

It also doesn't support my on going 6.0 development, although most
likely 6.0 will remain compatible with 5.5. You could attempt to
default to the most recent adapter if no obvious match is found.

--
x
Rémy Maucherat
Developer  Consultant
JBoss Inc
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]