If you are using application edition manager on a z/OS® system, and are experiencing
deployment manager timeouts, you should either increase the deployment
manager timeout values or set the timeout values to zero.
Before you begin
Configure your application editions.
About this task
To avoid deployment manager timeout, you might want to either
increase the system timeout values based on the system responses and
the site environment, or you might disable timeout. By disabling the
deployment manager timeout, you can prevent timeout from occurring
and keep the deployment manager servant region from stopping and restarting.
Procedure
- Change the workload manager (WLM) timeout value on the
object request broker (ORB) to zero.
- In the administrative console, click .
- Change the Workload manager timeout value
to 0. The default value is 300 seconds.
This setting affects Internet Inter-ORB Protocol (IIOP) work
that is queued to the servants.
- Modify the ConnectionResponseTimeout custom
properties. These properties specify the amount of time that the Java Platform,
Enterprise Edition (Java EE) server waits for
an application component to respond to a Hypertext Transfer Protocol
(HTTP) request.
- Update the timeout values in the Web container transport
chains.
- In the administrative console, click .
- Modify the WCInboundAdmin variable. Modify the following transport channels:
- Click TCP inbound channel (TCP_1) and set
the Inactivity timeout to 0 seconds.
- Click HTTP inbound channel (HTTP_1) and
set the Read timeout, Write timeout,
and Persistent timeout values to 0 seconds.
The Web container inbound channel (WCC_1) channel
does not require any changes.
- Modify the WCInboundAdminSecure variable. Modify the following transport channels:
- Click TCP inbound channel (TCP_3) and set
the Inactivity timeout to 0 seconds.
- Click HTTP inbound channel (HTTP_2) and
set the Read timeout, Write timeout,
and Persistent timeout values to 0 seconds.
The SSL inbound channel (SSL_1) and Web
container inbound channel (WCC_2) channels do not require
changes.
What to do next
Configure other application edition manager features.