Configure Tomcat application context root with context.xml
There are 6 notes for this topic, click above title to see all notes.
May 14, 2014 07:59:40 Last update: May 14, 2014 07:59:40
As you have mentioned above, i have changed and its working fine.
But my doubt here is,
Assume day one you have deployed release abc-RELEASE-0.0.1.war. assume on day 2 you want to deploy second release abc-RELEASE-0.0.2.war.
if we hard code the war file name in <Context>, the each and every time when the war file name changes like abc-RELEASE-0.0.3,0.0.4 as per the release then, each and every time we need to change the value at <Context> tag in server.xml file. I want it to be configured only once irrespective of the release As we do in JBOSS.
could you please help me in this..
But my doubt here is,
Assume day one you have deployed release abc-RELEASE-0.0.1.war. assume on day 2 you want to deploy second release abc-RELEASE-0.0.2.war.
if we hard code the war file name in <Context>, the each and every time when the war file name changes like abc-RELEASE-0.0.3,0.0.4 as per the release then, each and every time we need to change the value at <Context> tag in server.xml file. I want it to be configured only once irrespective of the release As we do in JBOSS.
could you please help me in this..