Modifying The Jboss Thread Configuration - Adobe LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS Manual

Hide thumbs Also See for LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS:
Table of Contents

Advertisement

Adobe LiveCycle
Installing and Configuring LiveCycle for JBoss
Parameter
DECOMPOSITION
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
3. Change the values 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
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.
Description
The mode of collation decomposition. Valid values are
. The default value is
full
For more information about collation parameters, see the Sun Java
documentation at
Note:
This setting is functional only if
<!-- A HTTP/1.1 Connector on port 9080 -->
Connector
compression
canonical
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Locale.html
element for the HTTP port to match the bold text in the
and
attributes to the same
socketBuffer
Manually Configuring JBoss for BAM Server
Modifying the JBoss thread configuration
,
none
canonical
.
is set to
LOCALESORT
true
heading.
Connector
84
, and
.
element to

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the LIVE CYCLE 7.2 - INSTALLING AND CONFIGURING LIVECYCLE FOR JBOSS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Livecycle for jboss

Table of Contents