The J2EE agent logs messages to the J2EE server log files. For verbose messages, including policy evaluation messages, you need to enable tracing. In the Administration Console, click
> > > .The location of the log files for each J2EE server is implementation-specific:
JBoss Server: For a JBoss server, the log messages are logged to the $JBOSS_HOME/log/jboss.log file if you launched the JBoss server by using the run.sh script found in the bin folder. Messages are also sent to the console, so you should check the console or the $JBOSS_HOME/server/default/log/server.log file.
WebSphere Server: For a WebSphere server, the log messages are logged to files in the $WAS_BaseDir/profiles/$ProfileName/logs directory. Check the SystemOut.log and SystemErr.log files.
WebLogic Server: For a WebLogic server, the log messages are sent to standard out. If you launch the server in a console window, the messages appear in this window. If you want the messages logged to the server log file, you need to configure the server to send standard out to this file. This can be done from the WebLogic Administration Server console application in the
tab under .