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" & "demo"

Please suggest, does this is the expected behavior

Thanks, Vick


OS: Fedora 18 64 bit (i5, 8 GB memory)
JRE:1.7.0_11
Tomcat: 6.0.36 (closest I could come to 6.0.35)

Renamed an example war file from RWeb.war to R-Web.war and copied it 
into $CATALINA_BASE/webapps.


One directory created - R-Web.

I skimmed the changelog and found two directory-related fixes for 6.0.36 
(versus 6.0.35). I don't immediately see how either of them can cause 
the issue you're seeing, but I've not looked at the bugs nor the code 
changes.


Try 6.0.36 and see what you get.

. . . . just my two cents.
/mde/

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



AW: War archive issue

2013-01-21 Thread Stadelmann Josef
he can/should/shal/must check-out this as it is very easy to check it out, and 
every one can check it as well.
Take any ".war-file" and rename it to include a "-" in the name, then deploy it 
into the /webapps directory.

personaly we use Tomcat on OpenVMS and when I deploy
axis2.war and axis2-1.6.1 into /webapps I get two sub-directories 
a) axis2 and 
b) axis2-1.6.1

so for OpenVMs Tomcat this is no issue; 
but maybe for other platforms this is an issue.
Josef


-Ursprüngliche Nachricht-
Von: David kerber [mailto:dcker...@verizon.net] 
Gesendet: Montag, 21. 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 wrote:
> 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)
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 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)


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



AW: War archive issue

2013-01-21 Thread Stadelmann Josef
This is definitely not the intended behavior for Tomcat, OR for any Application 
Server!
If that is the case, then every web application provider must take care about 
correctly naming the ".war" file.
OR
Tomcat deployment routines for ".war" files must be corrected
BUT must 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.org
Betreff: War archive issue

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 behavior

Thanks,
Vick
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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)
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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-mail: users-h...@tomcat.apache.org



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 
>> 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 behavior
> 
> You should know to include version info by now.
> 
> 
> p
> 
> 
> 
>> 
>> Thanks,o
>> Vick
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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
> Directories i.e "demo-rest" & "demo"
>
> Please suggest, does this is the expected behavior

You should know to include version info by now.


p



>
> Thanks,o
> Vick
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 behavior

Thanks,
Vick
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org