# Discovery Service Portal # This software follows a standard Tomcat webapp. REQUIREMENTS - TOMCAT 5.X - ANT 1.6.X 1 - Copy the file catalina-ant.jar (in Tomcat) into ANT lib directory cp $CATALINA_HOME/server/lib/catalina-ant.jar $ANT_HOME/lib 2 Edit the file build.properties - Configure the following propeties server.name=localhost:8080 //name of your tomcat server +port manager.username=xxxx // the tomcat manager user name manager.password=xxxx // the tomcat manager passworg catalina.home=/usr/local/jakarta-tomcat // Tomcat base installation directory 3 Make sure Tomcat is running 4 ant compile 5 ant install 6 ant dist (will generate the documentation and discovery-dev-0.1.war )