Re: Re: How to identify version of a running Tomcat and similar trivia

2006-02-02 Thread Bill Barker
d question, what does TC stand for (is it Tomcat)? Regards Ralph > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker > Sent: Thursday, February 02, 2006 4:26 AM > To: users@tomcat.apache.org > Subject: Re: How to identify version of a running Tomcat

Re: How to identify version of a running Tomcat and similar trivia

2006-02-02 Thread Tim Funk
This has been fixed in the tomcat 5.0.X line months ago with the inclusion of the version.bat and version.sh scripts. (Which call "catalina.sh version"). We can't help it if OS vendors repackage tomcat and omit those files. -Tim [EMAIL PROTECTED] wrote: Hi Tim, yes, at least the later Tomcat

RE: How to identify version of a running Tomcat and similar trivia

2006-02-02 Thread Ralph.Grothe
nal Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 6:39 PM > To: Tomcat Users List > Subject: Re: How to identify version of a running Tomcat and similar > trivia > > > Tomcat is like any server based java app. It will al

RE: How to identify version of a running Tomcat and similar trivia

2006-02-02 Thread Ralph.Grothe
t I appreceate your reply, and assume that the catalina.sh call for your release and platform most likely will output the requested info. > -Original Message- > From: Mike Sabroff [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 8:49 PM > To: Tomcat Users List &

RE: Re: How to identify version of a running Tomcat and similar trivia

2006-02-02 Thread Ralph.Grothe
tand for (is it Tomcat)? Regards Ralph > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Barker > Sent: Thursday, February 02, 2006 4:26 AM > To: users@tomcat.apache.org > Subject: Re: How to identify version of a running Tomcat and similar > trivia >

Re: How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Bill Barker
----Original Message----- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 12:47 PM > To: Tomcat Users List > Subject: Re: How to identify version of a running Tomcat and similar > trivia > > > See the FAQ. http://tomcat.apache.org/faq/ &g

Re: How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Mike Sabroff
go to tomcat/bin type "catalina.sh version" output will look like: Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /usr/local/java Server version: Apache Tomcat/5.5.12 Server built: Sep 23 2005

Re: How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Tim Funk
Tomcat is like any server based java app. It will always require a convulted classpath as well as multiple classloaders to do anything interesting. The most failsafe way to get the version regarless of the packaging is to do the following: (no, i'm not kidding) 1) find catalina.jar. It *should*

RE: How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Ralph.Grothe
.1]:8081... connected. HTTP request sent, awaiting response... 404 Not Found 16:52:07 ERROR 404: Not Found. Regards Ralph > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 01, 2006 12:47 PM > To: Tomcat Users List > Subject: Re: How to ide

RE: How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: How to identify version of a running Tomcat and > similar trivia > > 3. How to identify a Tomcat's config? > 4. Parsing the config > 5. Tool for monitoring a Tomcat's state For all of the abo

Re: How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Tim Funk
See the FAQ. http://tomcat.apache.org/faq/ There are a few ways to get the version 1) Use version.sh (or vertsion.bat) 2) Look at the manager webapp (in url /manager/html/) 3) More ways that I can't remember -Tim [EMAIL PROTECTED] wrote: Hi Tomcatters, I beg your pardon for this affront to a

How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Ralph.Grothe
Hi Tomcatters, I beg your pardon for this affront to any self-respecting servlet coder's mind. I am but merely a Unix sysadmin plagued with a varying zoo of Tomcats on different Unices who is largely Java-ignorant and only has to maintain these cats (sorry, but Perl suits my mundane admin tasks mu