Hi everyone, I'm new to Jboss, so I get confused when setting up registration in Jboss 6.1, what I do I have to load and extract Jboss ( jboss-eap-6.1 ) on my machine, after which I follow the steps in this , but that's it I can’t see the logging on the console or in the file
I google and find out that I need to write the jboss-deployment-structure.xml file in the / META-INF / folder and add -Dorg.jboss.as.logging.per-deployment = false to start the server (which I don't know where I have to install this) from this link
so can anyone give me steps to configure logging in jboss 6.x using Log4j or any logging like java.util.logging, for registering statements on the console or in a file.
source share