I am migrating a web app from weblogic portal application server to jboss EAP 6.2 server now My problem is whatever the logging framework we used in weblogic is not working in jboss so what are the best ways to implement logger for jboss web applications? Which is the best API to configure the loggerfactory either apache commons logging or log4j or java.util.logger?
Thanks Karthik
you can remove the logging
subsystem
fromconfiguration/domain.xml
file. It will disable yourjboss eap's
default logging and your configuration will work