Additional Apache Tomcat configuration
Check the memory and connector threads allocated to Tomcat, and adjust them as needed.
- Checking Memory Usage and Connector Threads
Ensure that Tomcat runs smoothly by checking memory usage and connector threads using the Tomcat Manager application. This application requires that a Tomcat administrator user is set up in the file $CATALINA_HOME/conf/tomcat-users.xml. Note that this file may have limited permissions. - Increasing Memory for Tomcat on a Windows System
On a Unix system, you have already configured memory allocation when you set the CATALINA_OPTS variable during installation. On a Windows system, change registry settings to allocate memory for Tomcat. - Increasing the Number of Connector Threads
Set the number of connector threads based on the number of expected concurrent Contenta Web users by modifying the file server.xml in the conf/ subdirectory of the Apache Tomcat home directory. - Setting character encoding for the connector
Set the character encoding for the connector to UTF-8 by modifying the file server.xml in the conf/ subdirectory of the Apache Tomcat home directory.