Bug 910479
Summary: | Need to include full implementation of tomcat-juli.jar and tomcat-juli-adapters.jar | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Web Server 2 | Reporter: | Kyle Lape <klape> | |
Component: | tomcat6, tomcat7 | Assignee: | David Knox <dknox> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 2.0.0 | CC: | dknox, jawilson, jclere, jdoyle, lfuka, majoshi, mhasko, mhusnain, pslavice, rsvoboda, weli | |
Target Milestone: | --- | |||
Target Release: | 2.0.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Tomcat (6 and 7) includes a version of the <filename>tomcat-juli.jar</filename> file that is hard coded to use <classname>java.util.logging</classname> instead of log4j, which is preferred for JBoss Enterprise Web Server 2. As a result, Tomcat cannot be configured to use log4j unless the complete version of <filename>tomcat-juli.jar</filename> and <filename>tomcat-juli-adapters.jar</filename> are downloaded.
JBoss Enterprise Web Server 1.x included the full version of <filename>tomcat-juli.jar</filename> and <filename>tomcat-juli-adapters.jar</filename> to configure log4j successfully. JBoss Enterprise Web Server 2.0 did not include the full version of <filename>tomcat-juli.jar</filename> and excluded <filename>tomcat-juli-adapters.jar</filename>. As a result, log4j could not be configured with JBoss Enterprise 2.0 as expected.
JBoss Enterprise Web Server 2.0.1 now contains the correct versions of the <filename>tomcat-juli.jar</filename> and <filename>tomcat-juli-adapters.jar</filename> to configure log4j. As a result, log4j configuration now works as expected.
|
Story Points: | --- | |
Clone Of: | ||||
: | 977685 (view as bug list) | Environment: | ||
Last Closed: | 2014-01-03 12:58:03 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 956987, 956990, 977685 |
Description
Kyle Lape
2013-02-12 17:52:44 UTC
Documentation link: https://access.redhat.com/knowledge/docs/en-US/JBoss_Enterprise_Web_Server/2/html-single/Installation_Guide/index.html#proc-Configuring_log4j-Linux-ZIP Adding information for cause and consequence. How do we want to document this in release notes (if at all?) Jean-Frederic's comments indicate that this is fixed. If this is an open issue, please clarify. Doc text should be in section Tomcat6, Tomcat7. Its not only about Tomcat7. VERIFIED on 2.0.1-CR1 on RHEL{5,6}-{i386,x86_64}. Waiting for verification on Windows and Solaris. Verified on EWS 2.0.1 CR1 on MS Windows 2008 32/64bit, MS Windows 2008R2 - OracleJDK1.6, OracleJDK1.7 Verified on EWS 2.0.1 CR1 on Solaris 10,11 Intel 32/64bit, Solaris SPARC 10, 11 - OracleJDK 1.6, 1.7 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |