Link to home
Start Free TrialLog in
Avatar of damiancoughlan
damiancoughlan

asked on

JBoss logging

Hi

We run a webapp on JBoss AS and i am looking into a way of logging all users who logon to our webserver. At the moment the logs only show failed attempts but i would like to view all attempts so we can monitor if users have issues.
Thanks.
d.
Avatar of J4M3S_UK
J4M3S_UK

Your going to have to go into a lot more detail... what security/login method are you using?
Avatar of ramazanyich
first try to put org.jboss.security to DEBUG level in jboss-log4j.xml file.
then check which class printouts  a user names and define debug level only for this class.
Avatar of damiancoughlan

ASKER

we are using j_security_check if that helps J4M3S_UK.
i have tried setting the level to debug in log4j.xml but cannot see if output in the log ramazanych.
any ideas?
This page describes how to setup the desired log4j debug level... :) http://www.jboss.org/developers/guides/logging
J4M3S_UK i have tried setting up logging on this but cannot get it working. Do you know of a more detailed guide as i am new to jboss?
ASKER CERTIFIED SOLUTION
Avatar of J4M3S_UK
J4M3S_UK

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial