2 Replies Latest reply on Apr 13, 2004 4:00 PM by jkim9

    JBoss Audit?

    jkim9

      I am using JBoss 3.2.1. Does JBoss has auditing capbility? I am seeking to do this if Jboss has that capbility if not, 3rd party tool if available... I am trying to audit information when client access the jboss (name, where, and when) and audit the client's activities.... any documentation or examples available? thanks in advance.

        • 1. Re: JBoss Audit?

          Accessing what? There are a number of ways to audit.
          At the network level using OS tools.
          At the protocol level, e.g. Tomcat access logging or configuring RMI logging
          Configuring jboss call logging in standardjboss.xml or your own jboss.xml
          Write your own ejb interceptor or servlet filter to provide the information you need.

          • 2. Re: JBoss Audit?
            jkim9

            I am not sure what level it needs to be yet... Adrian, you mentioned about network level using OS tools (win2k pro?) and the protocol level... Are there documents or examples on both levels that i can look at? thanks in advance...