Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 604 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 604 Bytes

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