Configuration » History » Revision 10
« Previous |
Revision 10/14
(diff)
| Next »
chin-yeh, 10/28/2010 03:16 PM
- Table of contents
- Configuration
Configuration¶
Prerequisite:- Completed the Installation section.
This section describes how to configure the logging and settings on the application server. All of the configuration files can be found from SCM repository:
Production environment:
http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/production
Development environment:
http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/development
log4j (Jboss AS 5)¶
Describes how to configure the log4j logging in Jboss AS 5.
Assumes that Jboss AS 5 is installed in:
List of the configuration files needed:/opt/jboss-5.1.0.GA
- Note: replace {environment} with either production (for production environment) or development (for development environment)
- login as jboss user
cd
to/opt/jboss-5.1.0.GA/server/default-with-hornetq/conf
$ cd /opt/jboss-5.1.0.GA/server/default-with-hornetq/conf
- open the jboss-log4j.xml
$ vi jboss-log4j.xml
- append the content of log4j-appender.xml (see above) into the jboss-log4j.xml
- append the content of log4j-category.xml (see above) into the jboss-log4j.xml
- save the file, jboss-log4j.xml
- restart the jboss
- done
HornetQ 2¶
Describes how to upload the HornetQ's configuration file.
Assumes that Jboss AS 5 is installed in:
List of the configuration files needed:/opt/jboss-5.1.0.GA
- Note: replace {environment} with either production (for production environment) or development (for development environment)
- 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 5¶
Describes how to configure the init
script for Jboss AS in RHEL. Once configured, the server will start the Jboss AS
process upon bootup. However, you may skip this section if you plan to start the Jboss AS manually.
Assumes that Jboss AS 5 is installed in:
List of the configuration files needed:/opt/jboss-5.1.0.GA
- Note: replace {environment} with either production (for production environment) or development (for development environment)
- Note: replace {servername} with the targeted server's hostname, e.g. cwyrnd3-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 about 14 years ago · 10 revisions