Re: War archive issue

2013-01-21 Thread Mark Eggers
On 1/20/2013 9:41 PM, vicky007aggar...@yahoo.co.in wrote: Is this is an issue in tomcat that if we Deploy an archive file having hypen(-) , then the tomcat creates multiple directories while deploying it eg:- if the war file name is demo-rest.war then tomcat creates two Directories i.e "demo-rest

AW: War archive issue

2013-01-21 Thread Stadelmann Josef
Januar 2013 15:58 An: Tomcat Users List Betreff: Re: War archive issue Are you sure you don't have some residue from a previous webapp name still hanging out under conf/catalina/localhost? That has bitten me more than once in the past. D On 1/21/2013 8:47 AM, vicky007aggar...@yahoo.co.in wro

Re: War archive issue

2013-01-21 Thread David kerber
Are you sure you don't have some residue from a previous webapp name still hanging out under conf/catalina/localhost? That has bitten me more than once in the past. D On 1/21/2013 8:47 AM, vicky007aggar...@yahoo.co.in wrote: Tomcat 6.0.35 Jdk 1.6.24 OS - Red Hat Linux 5 Thanks, Vick On Ja

AW: War archive issue

2013-01-21 Thread Stadelmann Josef
consider that there might be an issue that certain OS file systems might not accept a "-" in a directory name. Josef -Ursprüngliche Nachricht- Von: vicky007aggar...@yahoo.co.in [mailto:vicky007aggar...@yahoo.co.in] Gesendet: Montag, 21. Januar 2013 06:41 An: users@tomcat.apache.

Re: War archive issue

2013-01-21 Thread vicky007aggarwal
Tomcat 6.0.35 Jdk 1.6.24 OS - Red Hat Linux 5 Thanks, Vick On Jan 21, 2013, at 6:20 PM, André Warnier wrote: > vicky007aggar...@yahoo.co.in wrote: >> Can u please explain a bit on this > Tomcat Host OS & version > Java JVM version > Tomcat version (x.y.z) > > > --

Re: War archive issue

2013-01-21 Thread André Warnier
vicky007aggar...@yahoo.co.in wrote: Can u please explain a bit on this Tomcat Host OS & version Java JVM version Tomcat version (x.y.z) - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-

Re: War archive issue

2013-01-21 Thread vicky007aggarwal
Can u please explain a bit on this Thanks, Vick On Jan 21, 2013, at 2:26 PM, p...@pidster.com wrote: > On 21 Jan 2013, at 05:42, "vicky007aggar...@yahoo.co.in" > wrote: > >> Is this is an issue in tomcat that if we >> Deploy an archive file having hypen(-) , then the tomcat creates multiple

Re: War archive issue

2013-01-21 Thread pid
On 21 Jan 2013, at 05:42, "vicky007aggar...@yahoo.co.in" wrote: > Is this is an issue in tomcat that if we > Deploy an archive file having hypen(-) , then the tomcat creates multiple > directories while deploying it eg:- if the war file name is demo-rest.war > then tomcat creates two > Director

War archive issue

2013-01-20 Thread vicky007aggarwal
Is this is an issue in tomcat that if we Deploy an archive file having hypen(-) , then the tomcat creates multiple directories while deploying it eg:- if the war file name is demo-rest.war then tomcat creates two Directories i.e "demo-rest" & "demo" Please suggest, does this is the expected beh