maven 2 - deploying a versioned WAR file to tomcat -


i wondering best practice deploy maven packaged war file tomcat. using maven release plugin versioned war file project eg: myservice-1.0.0.war

i deploy tomcat can access follows eg: http://localhost:8080/myservice

by default tomcat explodes war file directory name myservice-1.0.0 under catalina_home/webapps. want to explode war directory name myservice reasons mentioned above.

i know can rename myservice-1.0.0.war >> myservice.war , deploy in tomcat.

i wanted find out others do?

i mentioning myservice artifactid , final name , using maven cargo plugin deploy tomcat. http://cargo.codehaus.org/maven2+plugin+tips


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -