Am working on a tomcat installation in Linux. I have a war file and I am using Maven to deploy my war file on tomcat. Maven instead uses ANT to deploy. When it uses the deploy tag, the error i get is
BUILD FAILED File...... /opt/users/spend/.maven/cache/maven-tomcat-plugin-1.1/plugin.jelly Element... deploy Line...... 121 Column.... 68 java.io.IOException: Server returned HTTP response code: 401 for URL: http://10.200.91.23:9090/manager/deploy?path=%2Fshelob2 Shelob2 is the context of the application. When I went thro the archives, they have mentioned that i shud maintain the user name and password as one which has the manager rights. I am using the admin/admin user name. My project.properties has the maven.tomcat.username and maven.tomcat.password as the correct values. Please let me know where iam going wrong. Regards Sajeesh.S __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
