GEverding
GEverding

Reputation: 3201

Specify log settings for axis 1.4

I have a java app and I'm using axis to make soap calls. Does anybody know how I can tell Axis to use my log4j.xml file located in my projects base directory instead of its internal properties?

Upvotes: 0

Views: 1570

Answers (1)

Aravind Yarram
Aravind Yarram

Reputation: 80176

Just make log4j.xml available in your classpath and log4j will pick it up. I know the name it looks for is log4j.properties if you are using properties file but not sure what is the standard name it looks for when you are using xml based configuration.

Upvotes: 1

Related Questions