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-20110809-build254.war, next day a > myapp-3.2.0-20110810-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 >
Use: ROOT##version.war Where 'version' is an orderable string. p --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org