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
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