2011/1/16 Aivar Annamaa <aivar.anna...@gmail.com>: > Hi > > I'm trying to get started with Tomcat 7.0.6 on Win7. I'm able to deploy > using WAR upload form in Manager, but deploying using ant (1.8.2) "deploy" > task fails -- it just lists a bunch of html (without an error message) and > then says that BUILD FAILED. > > I wrote my build.xml according to sample from Tomcat 7.0 documentation ( > http://tomcat.apache.org/tomcat-7.0-doc/appdev/build.xml.txt). Only thing I > changed was manager.url -- because I suspect that there is a mistake in the > sample. It says that manager.url should be "[...]/manager" but with this i > would get only FileNotFoundException. So I changed it to > "[...]/manager/html", and got following result:
It should be [...]/manager/text Note, that your user should have the role of "manager-script" to be able to access that URL. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org