0 Replies Latest reply on Jul 5, 2005 3:18 PM by klegrow

    Trace the source of access attempts to the JBoss console

    klegrow

      We have configured basic authentication for the JBoss console and have redirected the logon attempts to a new log file instead of the server.log file by including this code in log4j.xml:

      <!-- Ensure the failed security attempts are logged -->
      <category name="org.jboss.security.auth.spi.UsersRolesLoginModule">
      <priority value="DEBUG"/>
      <appender-ref ref="SECURITY_LOG"/>
      
      </category>


      But we need to trace the source (e.g. source IP address) of console logon attempts, like WebLogic's access.log.

      Is there any way to do this?