Ant Build Script Fails to Invoke Manager with install command

2002-12-30 Thread David Diskin
Can anyone suggest what's wrong? As a relative newbie, I've been modifying and using the example build.xml file provided with the tomcat-docs. I am using it from Intellij IDEA. It's working fine, except I can't get the install target to work. The catalina-ant.jar file has been added to the

Re: Ant Build Script Fails to Invoke Manager with install command

2002-12-30 Thread Paul Campbell
Did you update conf/web.xml to add a manager username/password/role? 401 means unathorized access to a password protected page At 12:21 AM 12/31/2002 -0500, you wrote: Can anyone suggest what's wrong? As a relative newbie, I've been modifying and using the example build.xml file provided with