0 Replies Latest reply on Jun 15, 2006 8:17 AM by sanderss

    Log4j, jboss 4.0.3SP1,sockethubappender and chainsaw v2

    sanderss

      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?