I'm new to using Ant and am having a problem when using the 'ant install' command. I've devloped a servlet and am attempting to deploy it onto Apache Tomcat. I've compiled it successfully using the 'ant' command but when I try and run the 'ant install' command, I get the following error on the install step:
"BUILD FAILED C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\myapp\build.xml:375: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/deploy?path+%2Fmyapp&war=file%3A%2F%2FC%3A%5CProgram+Files%5CApache+Software+Foundation%5CTomcat+6.0%5Cwebapps%5Cmyapp%2Fbuild" What is this error telling me? Is it a problem with Ant or is it actually the server I'm attempting to install the servlet on? Thanks for your help. PF -- View this message in context: http://www.nabble.com/Error-when-using-%27ant-install%27-command-tp16516276p16516276.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
