RE: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Tim Lucia
lemishes.) Tim -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 10:08 AM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment Good Point Tim- There is a difference between 'copying' and 'deploying' which

RE: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Tim Lucia
> -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 21, 2006 9:42 PM > To: Tomcat Users List > Subject: Re: Ant deploy task and cluster-wide (farm) deployment > > but you don't need to use samba, Tomcat will transf

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Martin Gainty
"Tim Lucia" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" ; "'Martin Gainty'" <[EMAIL PROTECTED]> Sent: Monday, May 22, 2006 9:33 AM Subject: RE: Ant deploy task and cluster-wide (farm) deployment > Well, given that exec cp would b

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Filip Hanik - Dev Lists
Dev Lists [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 9:42 PM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment but you don't need to use samba, Tomcat will transfer the file for you. all you need to do is to copy it to the "watch" direct

RE: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Tim Lucia
nday, May 22, 2006 8:53 AM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment As I believe you have come across a Samba specific issue with copy task The intelligent and wonderfully talented folks at Bowstreet recommend using exec with copy over using Ant c

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-22 Thread Martin Gainty
suffers from the sample problem as above. > > For the record, the source is a Windows XP and/or W2K3 NTFS and the target > is RHEL V.4. Tomcat 5.5.12, JDK 1.5_05. > > Tim > > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 21, 2006 8:

RE: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Tim Lucia
[mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 9:42 PM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment but you don't need to use samba, Tomcat will transfer the file for you. all you need to do is to copy it to the "watch" directory on the

RE: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Tim Lucia
connection pools are shut down.) Tim -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 9:42 PM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment but you don't need to use samba, Tomcat will trans

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Filip Hanik - Dev Lists
From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 8:09 PM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment Tim- I found the majority of transfer programs transfer text not binary..this is especially problematic when transferring fro

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Bruce Miller
Tim Lucia wrote: Push or pull, when it gets there, it gets there correctly (md5sum-s match). The problem, I think, is that the file appears in the file system before it is received in its entirety. I don't know why -- maybe the nature of samba is to write, close, open-for-append, ... ? If I cop

RE: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Tim Lucia
n Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 8:09 PM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment Tim- I found the majority of transfer programs transfer text not binary..this is especially problematic when transferring from Windows to Ni

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Martin Gainty
original message without making a copy. Thank you. - Original Message - From: "Tim Lucia" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Sunday, May 21, 2006 5:06 PM Subject: RE: Ant deploy task and cluster-wide (farm) deployment I have observed

RE: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Tim Lucia
--- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 7:55 AM To: Tomcat Users List Subject: Re: Ant deploy task and cluster-wide (farm) deployment yes, farm deployment is triggered by simplying copying a WAR into the "watch" directory, with ant that wou

Re: Ant deploy task and cluster-wide (farm) deployment

2006-05-21 Thread Filip Hanik - Dev Lists
yes, farm deployment is triggered by simplying copying a WAR into the "watch" directory, with ant that would be using the copy task Filip Tim Lucia wrote: Is it possible to deploy to a cluster using the deploy task? (i.e., can it be done using /manager/html?) I think not (I can't find any wa