Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 6 Designing Formflows : Setting Formflow Timeouts for Servlet Engines

Setting Formflow Timeouts for Servlet Engines
In addition to the HTTP session time out, you can set the formflow timeout for any of the servlet engines as follows:
For the Apache Tomcat Server:
Edit the Tomcat startup script and append the following to the line beginning with set Java_OPT=:
-DFormflow.ShowFormWaitTimeout=<Timeout value in Milliseconds>
The Startup script path is tra_home_dir/domain/domain_name/Tomcat/bin/Start-port.sh
 
For the BEA WebLogic Server:
Edit the server startup script and append the following to the line beginning with set Java_OPTIONS=:
-DFormflow.ShowFormWaitTimeout=<Timeout value in Milliseconds>
Set the timeout value to a number of milliseconds. Set the timeout to 0 (zero) or leave the value blank if you do not want to use a timeout.
The Startup script path is tra_home_dir/domain/domain_name/Weblogic/bin/Start-port.sh
For the Sun Java System Web Server:
Edit the server configuration file server.xml located in the directory
SunOneHomeDir/https-ServerName/config
and add following entry in the <JAVA> tag:
<JVMOPTIONS>-DFormflow.ShowFormWaitTimeout=<Timeout value in Milliseconds></JVMOPTIONS>
 
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved