Add this to conf/server.xml
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="false">
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log." suffix=".txt"
pattern="%h %l %u %t "%r" %s %b" />
<Context path="/" docBase="/opt/sites/default" debug="0" reloadable="false" processTlds="false" >
<Manager className="org.apache.catalina.session.PersistentManager"
debug="0" distributable="false" saveOnRestart="false" pathname="" >
<Store className="org.apache.catalina.session.FileStore"/>
</Manager>
</Context>
</Host>
processTlds fixes slow startup performance
Also: WEB-INF/classes/logging.properties
org.apache.catalina.core.ContainerBase.Catalina.html">Catalina*.level = SEVERE
org.apache.catalina.core.ContainerBase.Catalina.html">Catalina*.handlers = java.util.logging.ConsoleHandler
Or edit this file:
/opt/entermedia/tomcat/conf/logging.properties
.level = INFO .level = SEVERE
Setup tomcat/bin/setenv.sh
export JAVA_OPTS="-Xms256m -Xmx1024m -XX:MaxPermSize=128m"
EM 8 Knowledge base
Welcome to the EnterMedia 8 Knowledge Base! Here you will find information about working with and developing on the EnterMedia 8 platform.
General Information
- EnterMedia 8.10R1 Release Notes
- EnterMedia 8.9R1 Release Notes
- EnterMedia 8.8.2 Release Notes
- EnterMedia 8.7 Release Notes
- EnterMedia 8.6 Release Notes
- EnterMedia 8.5.2 Release Notes
Setup
- CentOS Installer
- VirtualBox Evaluation Setup
- Defining Roles
- Users And Groups
- Application Libraries
- Hot Folders
- Managing Metadata - Categories
- Managing Metadata - Fields
- Managing Metadata - Views & Asset Types
- Managing Metadata - Data Views
- Watermarking
- User Importing
- Creating Cascading Lists
- GIT Hot Folders
- Setup OE Mounts
- Authentication Options
- ImageMagick
- Site Root
- SMTP Email Setup
Administration
- Upgrading to the Latest Release
- Exporting and Importing Applications
- Multi-File Upload
- Fix Permissions
- Asset Permissions
- Developer - Events API
- Developer - Remote Debug
- Developer - Memory Usage
- Creating and Linking Modules
- Setup - Tomcat Settings