- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @mpalaves
Time out will be configured in serverConf.xml like below:
<relay debugRelay="false" forbiddenCharsInAuthority="?#.@/:" forbiddenCharsInPath="?#/"
modDir="index.html" startRelay="false" startRelayInModule="true" timeout="60">
Additionaly you can check:
- Tomcat side: This threshold is configured in the nl6/tomcat-7/conf/server.xml file. The maxProcessors attribute lets you increase the threshold of the number of queries processed at a time.
- Database: set of all connections open at the same time on the database.This threshold is configured in the file nl6/tomcat-7/conf/server.xml. The Pool attribute located in dataSource lets you increase the threshold of queries processed simultaneously.
Regards,
Milan