Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread Mark Thomas
On 08/08/2011 13:11, jenskreidler wrote: > > First of all thanks for the rapid answers and your time! > I think I did not describe the scenario correctly, so I do this now: > > Assume you have a tomcat 'multiple-instances' setup like this > /srv/tomcat/instance-1/ > /srv/tomcat/instance-2/ > ...

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread jenskreidler
- regardless of its filename - is mounted at the instance's root context? jenskreidler -- View this message in context: http://old.nabble.com/Deploying-ROOT-Context-for-variable-.war-filename-tp32216447p32217790.html Sent from th

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread Pid
On 08/08/2011 10:30, jenskreidler wrote: > > > Pid * wrote: >> >> On 08/08/2011 09:56, jenskreidler wrote: >>> >>> Hi tomcat-users, >>> >>> using tomcat 7, is it possible to mount the ROOT context path for a .war >>> file, where the .war file will have a variable file name, i.e. building a >>> .w

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread jenskreidler
ns that the war file is somewhat fixed to the pattern "ROOT##[0-9].war, i'd be better that in tomcat the root context could be configured using a directory, wherein the war file(s) reside, like docBase="". but I've noticed that using that (in a context.xml or in ROOT.xml) yo

Re: Deploying ROOT Context for variable .war filename

2011-08-08 Thread Pid
On 08/08/2011 09:56, jenskreidler wrote: > > Hi tomcat-users, > > using tomcat 7, is it possible to mount the ROOT context path for a .war > file, where the .war file will have a variable file name, i.e. building a > .war by a continuous integration server. > For example, you get a myapp-3.2.0-20

Deploying ROOT Context for variable .war filename

2011-08-08 Thread jenskreidler
-build255.war and so on. I'd like to convene with this ci-build ordering, the war file naming scheme and to automatic deploy the newest .war every night at the tomcat's ROOT context. Thanks in advance, jenskreidler -- View this message in context: http://old.nabble.com/Deploying-ROOT-C