= Installing a faulty Disseminator in the test Fedora server = Ingest an object and its disseminator, with known errors, so that the webservice will crash. {{{ mkdir ingest/input/faulty1 mkdir ingest/input/faulty2 cd .. cp doms/gentofte_objects/test/*Bundle*.xml fedora_install/ingest/input/faulty1 cp doms/gentofte_objects/test/*Carryall*.xml fedora_install/ingest/input/faulty2 cd fedora_install/ingest bin/ingest.sh faulty1 bin/ingest.sh faulty2 }}} When you try to run the disseminator on the revyitem, the webservice crashes, and returns a blank page. First open http://localhost:7900/fedora/search, search for faulty, find the object and run the disseminator on it. Observe that it crashes. {{{ cd ../ }}}