Set connectionTimeout parameter

Issues and Questions related to running Apache Tomcat on z/OS
Post Reply
mwdazzo
Posts: 55
Joined: Fri Jan 07, 2011 10:02 am

Set connectionTimeout parameter

Post by mwdazzo »

I have installed Tomcat version 6 on a our zos2.2 system. It is up and running and working as expected. I have been asked to change the parameter called 'connectionTimeout' to 5hrs. Where would I add the parameter?

Thanks Matt
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Set connectionTimeout parameter

Post by dovetail »

The Tomcat configuration on Unix/Window is in server.xml.
For the tz Tomcat distribution, these are in SERVXML and SERVVARS configuration members.
See: https://dovetail.com/docs/tomcat/config.html for details.
Post Reply