Skip to content

Freeongoo/AntTomcat

Repository files navigation

Ant tomcat example

Initialise

  1. Install tomcat 7>
  2. Set roles for tomcat "tomcat-users.xml"
  3. Copy from "tomcat.properties.dist" to "tomcat.properties"
    cp tomcat.properties.dist tomcat.properties
    
  4. Set config tomcat to "tomcat.properties"

Getting Started

Compile

ant compile

Create war

ant war

Deploy war

ant deploy

Undeploy

ant undeploy 

Clear dir

ant clean

Built With

Releases

No releases published

Packages

No packages published