CMS in general, Daisy in particular:12
OpenJMS - Administration
- Can only have single instance per system, due to RMIRegistry
- To run multiple Daisy instances, configure a second topic and queue ...
-
vi $OPENJMS_HOME/config/openjms.xml <AdministeredTopic name="daisy2"> <Subscriber name="fullTextIndexer2"/> <Subscriber name="emailNotifier2"/> </AdministeredTopic> <AdministeredQueue name="fullTextIndexerJobs2"/> - Use OpenJMS Administrator
export OPENJMS_HOME=/usr/local/daisy/openjms export JAVA_HOME=/usr/local/jdk $OPENJMS_HOME/bin/admin.sh Actions -> Connections -> Online Username: admin, Password: freciete
- Use OpenJMS EventDumper
-
cd /usr/local/src/daisy-1.3-RC-src/applications/eventdumper/src/java java -cp . org.outerj.daisy.eventdumper.EventDumper


There are no comments.