> From: Alejandro [mailto:[EMAIL PROTECTED] 
> Subject: getting the start time of Tomcat server.
> 
> There is a java Class in tomcat api to get the start time of Tomcat?

Not that I'm aware of.  It's also not clear what the "start time" would
be: startup of the JVM, load of the Tomcat Bootstrap class, first webapp
deployment, last webapp deployment...

You can always write a Listener class for any Tomcat component or a
webapp that records the current time when it's invoked.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to