I have installed tomcat 4.1 and ant 1.6.3 beta. When i want to make a
webapplication, i changed the build.xml file to the right paths. When i want
to deploy with any, it gives me this error
java.io.IOException: Server returned HTTP response code: 401 for URL: to.
... build.xml line 363
363: war="file://${build.home}"/>
the property names are unchanged:
<property name="build.home" value="${basedir}/build"/>
my ant home is
C:\apache-ant-1.6.3beta1-bin\apache-ant-1.6.3beta1
Can somebody please help me get me started please??
Irlan
Craig - 23 Apr 2005 14:29 GMT
HTTP response code 401 is unauthorised access, check any usernames and
passwords you need to deploy the application.
Cheers,
Craig
---
MapGenix, Brisbane, Australia
http://www.mapgenix.com.au/
> I have installed tomcat 4.1 and ant 1.6.3 beta. When i want to make a
> webapplication, i changed the build.xml file to the right paths. When i want
[quoted text clipped - 16 lines]
>
> Irlan