Troubleshoot with log4j
You can use a tool named jboss-log4j.xml to help troubleshoot issues with authentication. This is a Java-based logging utility that logs activity in the Web UI engine. It is located in C:\PRECISION\WebUI\jboss\server\default\conf. To log additional information in the server.log file, update the jboss-log4j.xml file with the following properties:
<logger name="com.precisionsoftware.providers" additivity="false">
<level value="DEBUG"/>
<appender-ref ref="CONSOLE"/>
<appender-ref ref="FILE"/>
</logger>
This enables you to log what happens when you execute the authentication component. The output log is located in ...\PRECISION\WebUI\jboss\server\default\log.
Logging DSML Synchronization Information
To log information about DSML synchronization, add the following lines to /JBOSS_HOME/server/default/conf/jboss-log4j.xml:
<category name="com.precisionsoftware.trax.app.controller.dsml">
<priority value="INFO"/>
</category>