Ant deployment to Tomcat issue - UnknownHostException: C

2005-09-08 Thread patrick van den Bemt
Hi there, * Ant script Deployment from ws1 (with ant1.6.2) onto ws2 (with tomcat5.0.28) returns build.xml:150: java.net.UnknownHostException: C. * Web interface Deployment from ws1 onto ws2 of the same .war file succeeds (use same http://hostname:8081/manager and username+password) Build.xml

Re: Ant deployment to Tomcat issue - UnknownHostException: C

2005-09-08 Thread Mark Thomas
Usually caused by a URL of the form file://C:... The fix is to add an extra / to your URL so it looks like: file:///C:... Mark patrick van den Bemt wrote: Hi there, * Ant script Deployment from ws1 (with ant1.6.2) onto ws2 (with tomcat5.0.28) returns build.xml:150: