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.

--
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Inc
xxxxxxxxxxxxxxxxxxxxxxxxx

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

Reply via email to