Macromedia live cycle 7.2 매뉴얼

다운로드
페이지 123
Adobe LiveCycle
Manually Configuring JBoss for BAM Server
Installing and Configuring LiveCycle for JBoss
 Modifying the JBoss thread configuration     84
To set multiple properties, separate each command with a space. For example, the following commands 
set the language to Portuguese and the locale to Brazil:
-Dcom.celequest.property.LANGUAGE=PT -Dcom.celequest.property.LOCALE=BR
Modifying the JBoss thread configuration
Before deploying BAM Server to JBoss, you must modify the thread configuration in the JBoss server.xml 
file.
To modify the thread configuration:
1. Navigate to the [jboss bam root]/server/default/deploy/jbossweb-tomcat50.sar directory and open the 
server.xml file.
2. Locate the 
<!-- A HTTP/1.1 Connector on port 9080 -->
 heading.
3. Change the values in the 
Connector
 element for the HTTP port to match the bold text in the 
following XML code:
<!-- A HTTP/1.1 Connector on port 9080 -->
<Connector port="9080" address="${jboss.bind.address}"
maxThreads="400" minSpareThreads="100" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"/>
4. (Optional) Add the 
compression
 and 
socketBuffer
 attributes to the same 
Connector
 element to 
enhance the overall performance of Business Activity Monitor, as shown by the bold text in the 
following example:
<!-- A HTTP/1.1 Connector on port 9080 -->
<Connector port="9080" address="${jboss.bind.address}"
maxThreads="400" minSpareThreads="100" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
compression="on" socketBuffer="1045576" />
5. Save and close the server.xml file.
6. Restart JBoss.
DECOMPOSITION
 
The mode of collation decomposition. Valid values are 
none
canonical
, and 
full
. The default value is 
canonical
.
For more information about collation parameters, see the Sun Java 
documentation at 
 
Note:
This setting is functional only if 
LOCALESORT
 is set to 
true
Parameter Description