Re: Deploy web app with context version by tomcat-maven-plugin

2013-10-09 Thread Phuoc Nguyen
Hi Dan >Are you using "ROOT#version.war"? Cause it should be >"ROOT##version.war". >Using one "#" means something different. I am using ROOT##version.war. I have a typo mistake in the previous email. My problem is using tomcat-maven-plugin. I don't know how to achieve this with tomcat-maven-plug

Re: Deploy web app with context version by tomcat-maven-plugin

2013-10-09 Thread Daniel Mikusa
On Oct 8, 2013, at 9:37 PM, Phuoc Nguyen wrote: > > Dear tomcat experts, > I am using Tomcat 7. In the manager html interface, there is a column named > version in the list of applications table. I read the document here > http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Naming to fin

Deploy web app with context version by tomcat-maven-plugin

2013-10-08 Thread Phuoc Nguyen
Dear tomcat experts, I am using Tomcat 7. In the manager html interface, there is a column named version in the list of applications table. I read the document here http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Naming to find the way to set version for my web application. I deploy my