Daisy documentation
 PreviousHomeNext 
2.10.6 Start the Daisy WikiBook Index2.11 1.5-M2 to 1.5 final upgrade

2.10.7 After-upgrade notes

2.10.7.1 OpenJMS cleanup

Since OpenJMS is not used anymore, some cleanup you might want to to:

2.10.7.2 ActiveMQ authentication

With the procedure we followed above, ActiveMQ still uses default passwords. If the ActiveMQ port is publicly accessible, it is of course very much recommended to change these. Here is how. The password needs to be changed in the following locations:

Original setting:

In  this file:
<datadir>/conf/users.properties

in this line:
admin=jmsadmin

For the connection made by the Repository Server:

In this file:
<datadir>/conf/myconfig.xml

in this line:
<credentials username="admin" password="jmsadmin"/>

For the connection made by the Daisy Wiki:

In this file:
<wikidata dir>/daisy.xconf

in this line:
<credentials username="admin" password="jmsadmin"/>

After making these changes, stop both the Daisy Wiki and the Repository Server, and then restart them (first the repository, then the wiki).

 PreviousHomeNext 
2.10.6 Start the Daisy Wiki2.11 1.5-M2 to 1.5 final upgrade