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:
- delete the openjms database
- if globally set, remove the OPENJMS_HOME environment variable
- remove the openjms wrapper script, if used
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).
Previous