Re: Installer info

2012-09-20 Thread Daniel Mikusa
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

Installer info

2012-09-20 Thread J.V.
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