log4j2 logging of code in EJB jar on JBoss EAP 7
问题 I am doing the following: porting several legacy applications from WebLogic to JBoss EAP 7. Some of the components being ported are EJBs. Others are servlet apps that invoke these EJBs. These EJBs are deployed in ejb-jars. I know that I could wrap this whole thing into a big EAR file but we don't want to do that. The servlets and the EJB jars need to be separately deployable components. Then there is the logging setup. We are using log4j2 and we want to keep independent of the JBoss logging