Re: WAR versions

2005-10-20 Thread Lionel Farbos
age - > From: "David Delbecq" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, October 20, 2005 4:47 PM > Subject: Re: WAR versions > > > > manifest as name of .war is used by tomcat during deployement to name > > the we

Re: WAR versions

2005-10-20 Thread Zohar Amir
any standard entry for that? - Original Message - From: "David Delbecq" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, October 20, 2005 4:47 PM Subject: Re: WAR versions manifest as name of .war is used by tomcat during deployement to name t

Re: WAR versions

2005-10-20 Thread David Delbecq
manifest as name of .war is used by tomcat during deployement to name the webapp :) Zohar Amir a écrit : > Hello, > I was wondering what is the best way to indicate a war file's version. > Should the file's name indicate it (e.g., bla_1.3.2.war), and/or > should the manifest in META-INF include a

WAR versions

2005-10-20 Thread Zohar Amir
Hello, I was wondering what is the best way to indicate a war file's version. Should the file's name indicate it (e.g., bla_1.3.2.war), and/or should the manifest in META-INF include an entry for it? Thanks, Zohar. - To unsu