Re: Tomcat Version detection

2005-06-22 Thread Hari Mailvaganam
Hi Steve:

When Tomcat is started, the version number appears in Catalina.log.

regards,

Hari Mailvaganam

On 6/20/05, Steve Vanspall [EMAIL PROTECTED] wrote:
 Hi there,
 
 I am running tomcat under linux, unfortunately can't remember whether it is 
 4.1.24 or 4.1.31, which made me relise, I don't know how to find out.
 
 When i look at the logs it jsut says Tomcat 4.1 unlike on windows where it 
 actually gives the full version number.
 
 So where would i look to find the tomcat version?
 
 Regards
 
 Steve


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



Re: Tomcat Version detection

2005-06-21 Thread Holger Klawitter
Steve Vanspall wrote:

 Hi there,
 
 I am running tomcat under linux, unfortunately can't remember whether it
 is 4.1.24 or 4.1.31, which made me relise, I don't know how to find out.
 
 When i look at the logs it jsut says Tomcat 4.1 unlike on windows where it
 actually gives the full version number.
 
 So where would i look to find the tomcat version?

http://my-tomcat-server:my-tomcat-port/manager/html/list

Gives you a nice overview unless you removed the tomcat manager application.
(If you've never used that application you might have to edit
$TOMCAT_HOME/conf/tomcat-users.xml beforehand).

Apart from that you can also compare md5sums of the jar-files agains both
distributions.

-- 
With Kind Regards / Mit freundlichem Gruß
  Holger Klawitter (listen at klawitter dot de)


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



Tomcat Version detection

2005-06-20 Thread Steve Vanspall
Hi there,

I am running tomcat under linux, unfortunately can't remember whether it is 
4.1.24 or 4.1.31, which made me relise, I don't know how to find out.

When i look at the logs it jsut says Tomcat 4.1 unlike on windows where it 
actually gives the full version number.

So where would i look to find the tomcat version?

Regards

Steve