Unable to find/alter default configuration for log4j when using JBossWS on client-side web services
I created a web service client using JBossWS and am now having problems with logging. There seems to be some kind of default logging configuration being used (it is ignoring my log4j.properties file entirely), but I can't find where it is getting the information from.
I开发者_开发百科s there a way to find the location configuration data?
Have you checked:
jboss-dir/server/{instance}/conf/jboss-log4j.xml
?
精彩评论