Difference between revisions of "Debug with Tomcat"
From OpenKM Documentation
(Created page with '{{TOCright}} __TOC__ You can debug your OpenKM installation using the Tomcat logging facility. This is an useful thing when you have problems with your configuration. Default Op…') |
m (moved Debug with tomcat to Debug with Tomcat) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
You can debug your OpenKM installation using the Tomcat logging facility. This is an useful thing when you have problems with your configuration. Default OpenKM installation tries to log important events like errors and warnings. Is possible to change this configuration editing the file ''$TOMCAT_HOME/conf/logging.properties''. | You can debug your OpenKM installation using the Tomcat logging facility. This is an useful thing when you have problems with your configuration. Default OpenKM installation tries to log important events like errors and warnings. Is possible to change this configuration editing the file ''$TOMCAT_HOME/conf/logging.properties''. | ||
− | Default Tomcat log configuration can generate a lot of messages. These files are stored at ''$TOMCAT_HOME/logs''. | + | Default Tomcat log configuration can generate a lot of messages. These files are stored at ''$TOMCAT_HOME/logs''. |
− | |||
[[Category: Installation Guide]] | [[Category: Installation Guide]] | ||
[[Category: Developer Guide]] | [[Category: Developer Guide]] |
Latest revision as of 18:54, 21 February 2013
You can debug your OpenKM installation using the Tomcat logging facility. This is an useful thing when you have problems with your configuration. Default OpenKM installation tries to log important events like errors and warnings. Is possible to change this configuration editing the file $TOMCAT_HOME/conf/logging.properties.
Default Tomcat log configuration can generate a lot of messages. These files are stored at $TOMCAT_HOME/logs.