Hi,
Is-it possible to
log exceptions that appear on the server side.
I'm writting à
Web-service with axis and I want to know when an error occur during the
excecution of my Web-services. For the moment, the exception is return to the
client within an axis fault but I don't have the information on the
server.
I have configured
the axis log4j.properties to have debug log and when an exception occure,
there is nothing about the exception in the axis.log.
Jo