Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here are a few texts from: <a href="http://www.opengts.org/FAQ.html" rel="nofollow">http://www.opengts.org/FAQ.html</a></p> <h3>For Tomcat</h3> <blockquote> <p>This can be changed in the Tomcat default "web.xml" file found in the Tomcat directory "$CATALINA_HOME/conf/web.xml". Here is the section of the "web.xml" file that sets the timeout to 30 minutes:</p> </blockquote> <pre><code> &lt;session-config&gt; &lt;session-timeout&gt;30&lt;/session-timeout&gt; &lt;/session-config&gt; </code></pre> <blockquote> <p>You can change this value to any desired length of time. Tomcat should be restarted after this value has been changed. (Note: setting this value too large may cause excessive resources to be consumes by users which have logged in, but are not actually using the system). </p> </blockquote> <h3>Alternative</h3> <blockquote> <p>This can be configured in the "dcservers.xml" file (or "dcservers/dcserver_XXXXX.xml" file where XXXXX is the DCS id) by setting the TCP timeout values to '0', as follows:</p> </blockquote> <pre><code>&lt;Property key="tcpIdleTimeoutMS"&gt;0&lt;/Property&gt; &lt;Property key="tcpPacketTimeoutMS"&gt;0&lt;/Property&gt; &lt;Property key="tcpSessionTimeoutMS"&gt;0&lt;/Property&gt; </code></pre> <blockquote> <p>This will cause the DCS (where the above properties were set) to always leave the TCP session open. (Note: each connected TCP connesion consumes system resources - memory, threads, filehandles, etc. Having many such connected TCP sessions may significantly limit the number of devices which can connect with your server). </p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload