ant target to deploy war to tomcat7/webapps
问题 I want to deploy the just created *.war (exploded) to ${TOMCAT_HOME}/webapps using ant target. CONFIGURATION My tomcat version is 7.0.37 and tomcat-users.xml is : <role rolename="tomcat"/> <role rolename="role1"/> <role rolename="manager-gui"/> <user username="tomcat" password="tomcat" roles="tomcat,manager-gui"/> <user username="both" password="tomcat" roles="tomcat,role1,manager-gui"/> <user username="role1" password="tomcat" roles="role1"/> war.properties is : # War Build Properties