By default, if a Web Client operation does not complete within 30 seconds, the Web Client server stops waiting for the server response and it displays a timeout error message. When the CA Workload Automation DE server completes the operation, it sends the response back to the Web Client server. However, the result of the operation might not be apparent to the user. The server response messages are recorded in the Web Client logs.
To avoid timeout error messages, you can increase the server response time when the communication between the CA Workload Automation DE server and the Web Client server is slow.
To increase the server response time
install_dir\apache-tomcat-6.0.35\webapps\WADEWeb\WEB-INF\web.xml
install_dir/apache-tomcat-6.0.35/webapps/WADEWeb/WEB-INF/web.xml
Specifies the directory where CA Workload Automation DE Web Client is installed.
<!-- <context-param> <param-name>ServerResponseTimeout</param-name> <param-value>30</param-value> </context-param> -->
<context-param> <param-name>ServerResponseTimeout</param-name> <param-value>30</param-value> </context-param>
By default, the ServerResponseTimeout parameter is set to 30 seconds.
<context-param> <param-name>ServerResponseTimeout</param-name> <param-value>60</param-value> </context-param>
In this example, the ServerResponseTimeout parameter has been increased to 60 seconds.
The server response time is increased.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |