10.4.2 Running ActiveMQ on a different port
The port to which ActiveMQ listens (by default 61616) can be changed in the ActiveMQ configuration:
<daisydata directory>/conf/activemq-conf.xml
Since ActiveMQ is embedded in the repository server, the repository server itself does not communicate via a TCP connection and thus needs no configuration change.
For the Daisy Wiki: edit the following file:
<wikidata directory>/daisy.xconf
Search for the following element:
<property name="java.naming.provider.url" value="tcp://localhost:61616"/>
and adjust.
Previous