Project

General

Profile

Configuration » History » Version 4

chin-yeh, 10/28/2010 10:16 AM

1 3 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Configuration
4 2 chin-yeh
5 4 chin-yeh
*Prerequisite:*
6 2 chin-yeh
* Completed the [[Installation]] section.
7 1 chin-yeh
8 4 chin-yeh
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:
9
> Production environment:
10
>> http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/production
11
> Development environment
12
>> http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/development
13 3 chin-yeh
14 1 chin-yeh
h2. log4j (Jboss AS 5 + HornetQ)
15
16
Describes how to configure the *log4j* logging in Jboss AS 5.
17 4 chin-yeh
18
*Assumes* that Jboss AS 5 is installed in:
19
> /opt/jboss-5.1.0.GA
20
21
*Configuration files needed:*
22
* replace {environment} with either production or development
23
* http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ws-mimic/logging/log4j-appender.xml
24
* http://192.168.2.13:50000/svn/qconnector/trunk/qconnector-config/{environment}/ws-mimic/logging/log4j-category.xml
25
26
*Steps:*
27
# 
28 3 chin-yeh
29
h2. init script for Jboss AS 5
30
31
Describes how to configure the <code>init</code> script for Jboss AS in RHEL.