Daisy documentation
 PreviousHomeNext 
10.4 Changing location (port or machine) of the different processesBook Index10.4.3 Running the Daisy Repository Server at a different location

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.

 PreviousHomeNext 
10.4 Changing location (port or machine) of the different processes10.4.3 Running the Daisy Repository Server at a different location