[jira] Commented: (GERONIMO-4104) Tomcat logging is broken

2008-06-18 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606022#action_12606022
 ] 

Kevan Miller commented on GERONIMO-4104:


Thanks Jarek.

> Tomcat logging is broken
> 
>
> Key: GERONIMO-4104
> URL: https://issues.apache.org/jira/browse/GERONIMO-4104
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 2.1.1
>Reporter: Kevan Miller
>Assignee: Jarek Gawor
>Priority: Critical
> Fix For: 2.1.2
>
>
> Tomcat logging seems to be broken. When deployment errors occur, the root 
> causes aren't being logged. This makes problems hard to diagnose.
> I suspect that the problem is being caused by Tomcat's use of Log4JLogger 
> from juli-adapters:
> repository/org/apache/tomcat/extras/juli-adapters/6.0.16/juli-adapters-6.0.16.jar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4104) Tomcat logging is broken

2008-06-18 Thread David Jencks (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606021#action_12606021
 ] 

David Jencks commented on GERONIMO-4104:


See 
http://cwiki.apache.org/GMOxDOC21/configuring-application-specific-logging-with-log4j.html
 for guidelines about how to set up app logging so as to be configurable yet 
not interfere with geronimo's logging.

> Tomcat logging is broken
> 
>
> Key: GERONIMO-4104
> URL: https://issues.apache.org/jira/browse/GERONIMO-4104
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 2.1.1
>Reporter: Kevan Miller
>Assignee: Jarek Gawor
>Priority: Critical
> Fix For: 2.1.2
>
>
> Tomcat logging seems to be broken. When deployment errors occur, the root 
> causes aren't being logged. This makes problems hard to diagnose.
> I suspect that the problem is being caused by Tomcat's use of Log4JLogger 
> from juli-adapters:
> repository/org/apache/tomcat/extras/juli-adapters/6.0.16/juli-adapters-6.0.16.jar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4104) Tomcat logging is broken

2008-06-17 Thread Jarek Gawor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605823#action_12605823
 ] 

Jarek Gawor commented on GERONIMO-4104:
---

I do not see any problem with Tomcat logging in general. However, I do see a 
problem when JSPWiki is deployed. JSPWiki is reconfiguring the global log4j 
settings (the root logger) using its own configuration file (log4j settings are 
specified in the WEB-INF/jspwiki.properties file). By default, JSPWiki sets up 
logging to /tmp/jspwiki.log file and that's where the actual root exceptions 
are logged to. To disable JSPWiki from reconfiguring the root logger one needs 
to comment out the following line in the jspwiki.properties file:

log4j.rootCategory=INFO,FileLog

After commenting out that line in the jspwiki.properties file, the full 
exceptions were logged to geronimo.log file.


> Tomcat logging is broken
> 
>
> Key: GERONIMO-4104
> URL: https://issues.apache.org/jira/browse/GERONIMO-4104
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 2.1.1
>Reporter: Kevan Miller
>Priority: Critical
> Fix For: 2.1.2
>
>
> Tomcat logging seems to be broken. When deployment errors occur, the root 
> causes aren't being logged. This makes problems hard to diagnose.
> I suspect that the problem is being caused by Tomcat's use of Log4JLogger 
> from juli-adapters:
> repository/org/apache/tomcat/extras/juli-adapters/6.0.16/juli-adapters-6.0.16.jar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.