Re: Can use Ant to deploy to localhost

2003-11-02 Thread Sean Dockery
Or use 127.0.0.1 instead of localhost as the machine name. Mike Klein [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Steven Woody wrote: I'v not managed to deploy an application to Tomcat using Ant's deploy task. It always reports a UnknownHostNameException. I'v checked the

Can use Ant to deploy to localhost

2003-11-01 Thread Steven Woody
I'v not managed to deploy an application to Tomcat using Ant's deploy task. It always reports a UnknownHostNameException. I'v checked the 'url' property, that is 'http://localhost:8080/manager', and be sure that is right. What do I do? -- Steven Woody [EMAIL PROTECTED]

Re: Can use Ant to deploy to localhost

2003-11-01 Thread Mike Klein
Steven Woody wrote: I'v not managed to deploy an application to Tomcat using Ant's deploy task. It always reports a UnknownHostNameException. I'v checked the 'url' property, that is 'http://localhost:8080/manager', and be sure that is right. What do I do? -- Steven Woody [EMAIL PROTECTED]