Installing the Gentofte Disseminator in the test Fedora server

Build and install the disseminator webservice.

cd doms/disseminator_webservice
ant war
cp dist/gentofte_disseminator.war ../../fedora_install/tomcat/webapps
cd ../..
cd fedora_install
./bin/stop.sh
./bin/start.sh

If the ant build completed with no errors, everything is fine

Include(Iteration7ReleaseTest/NotesAboutTheStopScript,,)