How to check which version we have deployed in Tomcat.

How to check which version we have deployed in Tomcat.

book

Article ID: KB0093750

calendar_today

Updated On: 01-13-2017

Products Versions
TIBCO Fulfillment Order Management -
Not Applicable -

Description

Resolution:

Checking Tibco products will reveal what Tibco products/hotfixes are installed. This will not tell us what version we have deployed in Tomcat as this is a manual step in the Installation documents. The Tomcat deployment folder is in $AF_HOME/apache-tomcat-7.0.42/webapps. For omsServer there will be an omsServer folder. This folder is created when starting Tomcat. Engineering uses maven to build the war file. We can get the build time from maven to know what is deployed in Tomcat.


For example for omsServer.war in $AF_HOME/apache-tomcat-7.0.42/webapps/omsServer/META-INF/maven/omsServer/omsServer/pom.properties.
#Generated by Maven
#Fri Nov 20 10:05:42 IST 2015

Issue/Introduction

How to check which version we have deployed in Tomcat.

Additional Information

https://maven.apache.org/