Macromedia live cycle 7.2 매뉴얼

다운로드
페이지 90
Adobe LiveCycle
Manually Configuring JBoss
Installing and Configuring LiveCycle Security Products for JBoss
 Configuring JBoss properties     51
3. Open the jboss-service.xml file ([appserver root]/server/all/conf ) in a text editor and after the following 
text:
<!-- EAR deployer, remove if you are not using Web layers --> 
<mbean code="org.jboss.deployment.EARDeployer"
name="jboss.j2ee:service=EARDeployer"> 
Add the following two lines:
<attribute name=”Isolated”>true</attribute>
<attribute name=”CallByValue”>true</attribute>
Save the file.
4. Open the jboss-service.xml file ([appserver root]/server/all/deploy/jbossweb-tomcat55.sar/META-INF) 
and change the 
UseJBossWebLoader
 attribute from true to false:
<attribute name=”UseJBossWebLoader”>false</attribute>
Save the file.
Configuring JBoss properties
This section applies to LiveCycle Reader Extensions and LiveCycle Document Security only.
You must edit the 
jacorb.poa.thread_pool_max
 property in the jacorb.properties file to ensure that 
your Adobe document services run properly on the application server. The jacorb.properties file is located 
in the [appserver root]/server/all/conf directory. 
Before making any changes, ensure that you create a backup copy of the jacorb.properties file.
To edit the jacorb.properties file:
1. 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.
Configuring the transaction time-out property
This section applies to LiveCycle Reader Extensions and LiveCycle Document Security only. 
You must modify the transaction time-out value for your JBoss Application Server to prevent transaction 
time-out exceptions.
To configure the transaction time-out property:
1. Navigate to the [appserver root]/server/all/conf directory and open the jboss-service.xml file in a text 
editor. 
2. Set the value for 
<attribute name="TransactionTimeout"></attribute>
 to a higher 
number. For example, if the value is 300, set it to 300000 or 3000000. This value is in seconds.
3. Save the file and restart the application server.