RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-22 Thread Harry Hartley
, September 21, 2004 8:53 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: ant build remote java.net.MalformedURLException (newbie Q) Hi, Make sure the URL conforms to the one in the documentation: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/manager-howto.html#Deplo y%20A%20New%20Application

Re: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-22 Thread erh
On Wed, Sep 22, 2004 at 12:11:20PM -0400, Harry Hartley wrote: Thanks for the reply, but I am not sure what to do with the information you gave me. My objective is to use my ant build file to deploy. I have experimented with combinations of the information u gave me in my build.xml below, but

ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Harry Hartley
I am trying to use the sample to deploy the test application from my local machine to my remote server. I have done all builds and deployments successfully, and everything works fine (yippy!). I have modified the build.xml to use the url and password for the manager app on my remote server.

Re: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Antony Paul
Which version of Tomcat you are using ? rgds Antony Paul - Original Message - From: Harry Hartley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:18 PM Subject: ant build remote java.net.MalformedURLException (newbie Q) I am trying to use the sample

RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Shapira, Yoav
Millennium Research Informatics -Original Message- From: Harry Hartley [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 6:49 AM To: [EMAIL PROTECTED] Subject: ant build remote java.net.MalformedURLException (newbie Q) I am trying to use the sample to deploy the test application

RE: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Harry Hartley
remote java.net.MalformedURLException (newbie Q) Which version of Tomcat you are using ? rgds Antony Paul - Original Message - From: Harry Hartley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:18 PM Subject: ant build remote java.net.MalformedURLException

Re: ant build remote java.net.MalformedURLException (newbie Q)

2004-09-21 Thread Antony Paul
Message - From: Harry Hartley [EMAIL PROTECTED] To: 'Antony Paul' [EMAIL PROTECTED]; 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:06 PM Subject: RE: ant build remote java.net.MalformedURLException (newbie Q) Thanks for replying Antony. I am using (both locally