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, b

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

2004-09-22 Thread Harry Hartley
Sent: Tuesday, 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%20Ne

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.MalformedUR

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

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

2004-09-21 Thread Shapira, Yoav
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%20from%20a%20Local%20Path. Specifically, note things like the ! at the end of the WAR file name of deploying a WAR. Yoav Shapira Mill

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 t