Actions
Configuration Guide¶
This guide describes how to configure the following components:- Logging in Jboss AS
- HornetQ
- init script for Jboss AS
All of the configuration files that mentioned in this guide can be found in:
Logging in Jboss AS¶
TODO
HornetQ¶
Checkout the project connector-config and prepare the following files:.../hornetq/hornetq-configuration.xml
.../hornetq/hornetq-jms.xml
- login as jboss user
- upload and overwrite the file /opt/jboss-5.1.0.GA/server/default-with-hornetq/deploy/hornetq.sar/hornetq-configuration.xml
- upload and overwrite the file /opt/jboss-5.1.0.GA/server/default-with-hornetq/deploy/hornetq.sar/hornetq-jms.xml
- restart jboss
- done
init script for Jboss AS¶
Checkout the project connector-config and prepare the following files:.../{server name}/jboss-init/jboss5hq
- where server name is the name of the target server
- login as root
- upload the file, jboss5hq to /etc/init.d via ftp or sftp
- execute the following command to put the
init
into appropriate run level directory:# chkconfig --add jboss5hq
- done
Updated by chin-yeh almost 13 years ago · 7 revisions