[jboss-jira] [JBoss JIRA] (JBAS-9462) Doing a patch of jboss-logging-log4j to enable separate logging and filtering on DeployURL match wtf-exp.war for version 5.1.0.GA because it is only working for 5.0.0 version.
jaikiran pai (Closed) (JIRA)
jira-events at lists.jboss.org
Fri Dec 23 02:49:09 EST 2011
[ https://issues.jboss.org/browse/JBAS-9462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai closed JBAS-9462.
------------------------------
Resolution: Rejected
There's no more work going on for AS5 or AS6 since there won't be any more releases in that series.
> Doing a patch of jboss-logging-log4j to enable separate logging and filtering on DeployURL match wtf-exp.war for version 5.1.0.GA because it is only working for 5.0.0 version.
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBAS-9462
> URL: https://issues.jboss.org/browse/JBAS-9462
> Project: Application Server 3, 4, 5 and 6
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Environment: Linux Read Hat
> Reporter: Stéphane Raban
>
> The TCLMCFilter doesn't even work with WAR files in JBoss 5.1.0.GA
> When several applications are deployed on the default instance server on jboss 5.1.0.GA it is not possible to separate logs in different files with log4j
> All applications will log in all different files.
> The filter TCLMCFIlter doesn't work, it lets everything through (like the old TCLFilter).
> The class TCLMCFIlter.java has to be modify, there is a problem with the classloader, the methode getURLs doesn't work with 5.1.0, only for 5.0.0 version.
> Then, filetring logj4 logging on war name is not possible :
> Example :
> <filter class="org.jboss.logging.filter.TCLFilter">
> <param name="AcceptOnMatch" value="true"/>
> <param name="DeployURL" value="wtf-exp.war"/>
> </filter>
> Could we do a new patch for the branch 5.1.0.GA ?
> Relatives issues :
> ---------------------------
> https://issues.jboss.org/browse/JBAS-6532
> https://issues.jboss.org/browse/ORG-1259
> Forum:
> http://community.jboss.org/wiki/SeparatingApplicationLogs#comment-8603
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list