Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This error will appear after Tomcat has exhausted all of its memory. This is typically caused by using the "Update" or "Reload" function on a webapp too many times. Currently, Tomcat and/or the JVM isn't releasing all of the memory when a webapp is destroyed/recreated. After several reloads Tomcat is out of its allotted memory and will hang or freeze. Read more at ?Out Of Memory Errors.

Can't deploy applications

...

Code Block
<Connector port="8080" protocol="HTTP/1.1"
            connectionTimeout="20000" 
           redirectPort="8443" />

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
           maxThreads="150" scheme="https" secure="true"
           clientAuth="false" sslProtocol="TLS" />

...