Compile, deploy and start Tomcat with Ant script January 20, 2015 // 0 Comments Apache ant is a tool used to automate repetitive development tasks. One task that is particularly useful is the compile and deploy a web application. However, the process can [...]
Apache Ant: Starting Tomcat from an Ant target December 10, 2012 // 1 Comment I have published an article on how to start tomcat server from within an Ant task. Useful Ant [...]