This section describes how to prepare and configure an
application server instance for your LiveCycle deployment.
6.2.1 Increase the SOAP request time outGo to the [appserver root] directory and
search for all files named soap.client.props. Multiple files may
have this name. For example, on an AIX, Linux, or Solaris server,
the following files exist:
[appserver root]/profileTemplates/default/documents/properties/soap.client.props
[appserver root]/profileTemplates/management/documents/properties/soap.client.props
[appserver root]/profiles/<profile_name>/properties/soap.client.props
[appserver root]/profiles/<profile_name>/temp/soap.client.props
Open each soap.client.props file in a text editor, find the com.ibm.SOAP.requestTimeout property,
and change the value from 180 to 1800.
Save and close each soap.client.props file.
In the
navigation tree of the WebSphere Administrative Console, click Servers > Server Types > WebSphere Application servers and,
in the right pane, click the server name.
Under Server Infrastructure, click Administration > Administration Services.
Under Additional Properties, click JMX Connectors,
and then click SOAPConnector.
On the next screen, click Custom properties, and then
click requestTimeout.
If necessary, change 600 to 1800 in
the Value box on the next screen. Click OK or Apply.
In the Messages box, click Save directly to master configuration.
6.2.2 Increase the Deployer heap sizeYou must increase the heap size in the ejbdeploy.bat/sh script
to avoid time-out errors.
6.2.2.1 AIX, Linux, or SolarisGo to the [appserver root]/deploytool/itp/
directory and open ejbdeploy.sh for editing.
(Solaris only) In the SunOS section,
find the EJBDEPLOY_JVM_OPTIONS attribute and change
the value of the -XX:PermSize option to 256m,
and ensure that the value of the -Xverify option
is none.
Add the heap size parameter at the end of the JAVA_CMD \ section:
-Xms256m -Xmx512m
Save and close the file.
6.2.2.2 WindowsGo to [appserver root]\deploytool\itp and
open the ejbdeploy.bat file in a text editor.
Find the line beginning with %JAVA_HOME% and then find the
argument -Xmx.
Change the argument to -Xmx512M.
Save and close the file.
6.2.3 Increase MaxPermSize (WebSphere on Solaris)Log in to the WebSphere Administrative Console.
In the
navigation tree of the WebSphere Administrative Console, click Servers > Server Types > WebSphere Application servers and,
in the right pane, click the server name.
Under Server Infrastructure, click Java and Process Management > Process Definition.
Under Additional Properties, click Java Virtual Machine.
In the Generic JVM Arguments, enter the MaxPermSize
parameter as -XX:MaxPermSize=512m.
Click OK or Apply.
In the Messages box, click Save directly to master configuration,
and then restart the application server.
6.2.4 Configure inbound and outbound communicationNote: Perform these steps only if you have Global Security
enabled on your WebSphere application server.
In WebSphere administration console, navigate to Security > Global Security.
In the Authentication section, click RMI/IIOP security.
Click CSIv2 inbound communication and set Transport to SSL-supported. Click OK.
In the Messages box, click Save directly to master configuration.
Click CSIv2 outbound communication and set Transport to SSL-supported.
Click OK.
In the Messages box, click Save directly to master configuration.
Click OK.
|
|
|