Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSTALLATION and CONFIGURATION
- 1. Install latest Java x64 JRE
- 2. Download current ActiveMQ version and unblock the zip file
- 3. Extract the zip file directly to system drive (eg. c:\apache-activemq-5.13.0)
- 4. Download hawtio-default.war from Hawtio site
- a. Rename hawtio-default.war to hawtio.war
- b. Move hawtio.war to {activemq-install}\webapps\hawtio.war
- 5. Add the following lines to {activemq-install}\bin\win64\wrapper.conf
- wrapper.java.additional.13=-Dhawtio.realm=activemq
- wrapper.java.additional.14=-Dhawtio.role=admins
- wrapper.java.additional.15=-Dhawtio.rolePrincipalClasses=org.apache.activemq.jaas.GroupPrincipal
- 6. Add the following lines to {activemq-install}\conf\jetty.xml
- <bean class="org.eclipse.jetty.webapp.WebAppContext">
- <property name="contextPath" value="/hawtio" />
- <property name="war" value="${activemq.home}/webapps/hawtio.war" />
- <property name="logUrlOnStart" value="true" />
- </bean>
- 7. Install the ActiveMQ service by starting as administrator:
- {activemq-install}\bin\win64\InstallService.bat
- 8. Start service
- 9. Login as admin/admin to http://yourserver:8161/hawtio
Advertisement
Add Comment
Please, Sign In to add comment