jboss7.x - jboss7 + same log4j configuration for different apps -


i want deploy different applications using 1 jboss (jboss 7). can make clear me if possible set 1 log4j configuration (log4j.xml) multiple wars , ears or i'll have put copy of configuration each archive?

or maybe can suggest differeng logging engine, more native jboss7?

log4j configuration global runtime. ie. jboss instance can't have multiple log4j configuration. log4j can initialized or reinitialized single config file. can simple properties file or xml incompliance log4j.dtd packaged log4j*.jar. start jboss instance -dlog4j.configuration=/anypath/log4jconfig.xml


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -