RE: Remote deployment

2005-07-01 Thread Raghupathy,Gurumoorthy
Have you checked unison ? -Original Message- From: Anoop kumar V [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 18:43 To: Tomcat Users List Subject: Re: Remote deployment maybe you just want to ftp the files to the correct location... u can ftp the war file - that would be easier I

Remote deployment

2005-06-30 Thread Vernon
I need to use the Ant to do remote deployment on TC, not using war file format if possible. I have done some search on the web and don't find the information I need. My development box is Window XP and the deployment box is Linux. Can any one point out an online documentation in this regard

Re: Remote deployment

2005-06-30 Thread Anoop kumar V
maybe you just want to ftp the files to the correct location... u can ftp the war file - that would be easier I think. -Anoop On 6/30/05, Vernon [EMAIL PROTECTED] wrote: I need to use the Ant to do remote deployment on TC, not using war file format if possible. I have done some search

Re: Remote deployment

2005-06-30 Thread Tim Diggins
with the build.xml above - and use the war style of the deploy task.) -- Tim Vernon wrote: I need to use the Ant to do remote deployment on TC, not using war file format if possible. I have done some search on the web and don't find the information I need. My development box is Window XP

Re: Local webapp config for remote deployment?

2002-06-18 Thread Peter Janes
After doing some more investigation, I've found the following. If the webapp is not present when Tomcat is started, but webapps/MyApp.xml exists, the Context in the xml file will be added to server.xml when MyApp is deployed. Although the Context is added to server.xml, the deploy fails,