There are 4 different ways I have tried implementing connection timeout in system properties:
A new file was created in the tomcat bin directory titled setenv.sh and added "-Dsun.net.client.defaultConnectTimeout=20000 -Dsun.net.client.defaultReadTimeout=240000" to CATALINA_OPTS
I have tried adding these timeout properties to my .zshrc and assigning them to CATALINA_OPTS
Adding these properties directly into catalina.sh (in the tomcat bin directory) also did not work.
Finally, I have tried adding these properties to the build.xml file in uportal as a value for the CATALINA_OPTS env key.
--
You received this message because you are subscribed to the Google Groups "uPortal Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uportal-user...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/uportal-user/.
<setenv.sh>