You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "J.V." <jv...@gmail.com> on 2012/09/20 16:05:32 UTC

Installer info

We have an application to install that involves deployment of wars to 
/webapps/.

Before installation, I need to verify some things about the version of 
tomcat installed.

is there a method or command I can call to get the tomcat major version 
and minor version?

Is there any additional info that I can query that may be helpful that 
an installer would need to know?

thanks


J.V.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Installer info

Posted by Daniel Mikusa <dm...@vmware.com>.
On Sep 20, 2012, at 10:05 AM, J.V. wrote:

> We have an application to install that involves deployment of wars to /webapps/.
> 
> Before installation, I need to verify some things about the version of tomcat installed.

Would "bin/version.sh|bat" work?

$./bin/version.sh 
Using CATALINA_BASE:   /Users/danielmikusa/Development/servers/apache-tomcat-7.0.29
Using CATALINA_HOME:   /Users/danielmikusa/Development/servers/apache-tomcat-7.0.29
Using CATALINA_TMPDIR: /Users/danielmikusa/Development/servers/apache-tomcat-7.0.29/temp
Using JRE_HOME:        /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Using CLASSPATH:       /Users/danielmikusa/Development/servers/apache-tomcat-7.0.29/bin/bootstrap.jar:/Users/danielmikusa/Development/servers/apache-tomcat-7.0.29/bin/tomcat-juli.jar
Server version: Apache Tomcat/7.0.29
Server built:   Jul 3 2012 11:31:52
Server number:  7.0.29.0
OS Name:        Mac OS X
OS Version:     10.7.4
Architecture:   x86_64
JVM Version:    1.6.0_35-b10-428-11M3811
JVM Vendor:     Apple Inc.

Dan


> 
> is there a method or command I can call to get the tomcat major version and minor version?
> 
> Is there any additional info that I can query that may be helpful that an installer would need to know?
> 
> thanks
> 
> 
> J.V.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org