============================= Semantic MOBY Dev Client Setup ============================= ------------- Set up Tomcat ------------- $ cd ----- NOTE: you will need jdk1.5 installed and in your path to run tomcat check this $ java -version to see what java is on your path ----- Get a copy of Tomcat $ cp /apache-tomcat-5.5.17.zip . $ unzip apache-tomcat-5.5.17.zip $ cd apache-tomcat-5.5.17/conf Setup server.xml to use your port, 8080 is the default; no changes necessary if this port id Ok for your setup Edit server.xml and change 8080 to your assigned HTTP port (e.g. 3080 ) and the Tomcat shutdown port from 8005 to your assigned shutdown port (e.g. 3005 ) Remove all the non-VPIN web apps from Tomcat $ cd .. $ rm -rf webapps/* -------------- Set up the CDK -------------- $ cd Get a copy of the CDK ( download from vpin website at http://vpin.ncgr.org/client.shtml $ unzip cdk.zip ----------------------------- Build and Deploy the Software ----------------------------- $ cd cdk Build & deploy devclient.war $ cd build Edit build.properties, set deploy-dir to Tomcat's webapps directory (e.g. apache-tomcat-5.5.17/webapps) $ ant deploy ---------------------------------- Start Tomcat & Verify Installation ---------------------------------- You must have the runtime jar files ( from cdk/lib ) in your Tomcat's shared/lib $ cd /bin $ startup.sh Check Tomcat's output $ cat /logs/catalina.out Make sure the war file got expanded $ ls -l /webapps