Shammer's Philosophy

My private adversaria

2014-09-09から1日間の記事一覧

Using Tomcat Deployer via ant

Download Tomcat Deployer from Apache Site Expand Deployer's tar.gz file anywhere you like(call the directory tomcat.deployer.dir) Generate build.xml Add following element to build.xml <path id="classpath.tomcat"> <fileset dir="${topmcat.dir}/lib/"> <include name="*.jar" /> …</include></fileset></path>