Macromedia live cycle 7.2 Manual

Page of 123
Adobe LiveCycle
Manually Configuring JBoss
Installing and Configuring LiveCycle for JBoss
 Modifying the JBoss configuration files     56
<config-property type="java.lang.String"
name="JmsProviderAdapterJNDI">java:/DefaultJMSProvider
</config-property> 
</tx-connection-factory> 
3. (LiveCycle PDF Generator, LiveCycle Assembler) Navigate to the [appserver root]/server/all/deploy/jms 
directory and unpackage the jms-ra.rar file.
4. (LiveCycle PDF Generator, LiveCycle Assembler) Navigate to the 
[appserver root]/server/all/deploy/jms/META-INF directory and open the ra.xml file in a text editor.
5. (LiveCycle PDF Generator, LiveCycle Assembler) In the ra.xml file, locate the following lines:
<config-property-name>Strict</config-property-name> 
<config-property-type>java.lang.Boolean</config-property-type>
<config-property-value>true</config-property-value>
Change the value for 
<config-property-value>
 from 
true
 to 
false
 and save your changes to 
the file.
6. Repackage the jms-ra.rar file.
To modify the jacorb.properties file: 
1. Navigate to the [appserver root]/server/all/conf directory and open the jacorb.properties file in a text 
editor.
2. Locate the 
jacorb.poa.thread_pool_max
 property and change the property value to 16.
To modify the maximum threads settings:
1. Navigate to the [appserver root]/server/all/deploy/jbossweb-tomcat50.sar/ directory and open the 
server.xml file in a text editor.
2. In the 
<connector>
 element for port 8080, set 
maxThreads
 to 75, 
minSpareThreads to 25, 
and maxSpareThreads
 to 50, as shown in the following example:
<!-- A HTTP/1.1 Connector on port 8080 -->
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="75" minSpareThreads="25" maxSpareThreads="50"
enableLookups="false" redirectPort="8443" acceptCount="250"
connectionTimeout="20000" disableUploadTimeout="true"/>
3. Save and close the file.
To set EAR file class-loading to isolation mode: 
1. Navigate to the [appserver root]/server/all/deploy/jbossweb-tomcat50.sar/META-INF directory and 
open the jboss-service.xml file in a text editor. 
2. Locate and set the following attribute:
<attribute name="UseJBossWebLoader">false</attribute>
3. Save and close the file.
4. Navigate to the [appserver root]/server/all/conf directory and open the jboss-service.xml file in a text 
editor.