Does anyone have used sockethubappender with jboss for logging. I have configured the following appender in log4j.xml
<appender name="SOCKET" class="org.apache.log4j.net.SocketHubAppender"> | <param name="Port" value="4445"/> | <param name="LocationInfo" value="false"/> | <param name="Threshold" value="INFO"/> | </appender> and also configured a root category. When I try to connect with chainsaw sockethubreceiver it just reports connection refused. But the funny thing is that sometimes it works. But when you close the connection its the same thing "connection refused". What have i done wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951073#3951073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951073 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
