[jboss-user] [Management, JMX/JBoss] - gets stuck configuting log4j.xml
aie0
do-not-reply at jboss.com
Tue Aug 28 05:57:12 EDT 2007
After I add following lines in log4j.xml:
| <appender name="SECURIRTYLOG"
| class="org.apache.log4j.FileAppender">
| <param name="File" value="${jboss.home}/log/security.log"/>
| <param name="Append" value="false"/>
| <layout class="org.apache.log4j.PatternLayout">
| <param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
| </layout>
| </appender>
| <category name="org.jboss.security">
| <priority value="TRACE" class="org.jboss.logging.XLevel"/>
| <appender-ref ref="SECURIRTYLOG"/>
| </category>
|
and starting JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)
it gets stuck on the following line:
12:52:30,203 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078664#4078664
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078664
More information about the jboss-user
mailing list