web services - How to log webservice calls with Glassfish? -
I would like to know how to configure the Glassfish server to log on to the web site call?
Specifically: - The logs will be the address of the caller - and that will be written in a file on the disk.
Thank you!
I do not know a lot about glassfish, but I do not know much about axis2 services on Tomcat Have done the same. To create such log files, we created custom Influencer Handlers which used logger 4J for logger information. I suspect that your desired logging is in glassfish, you are probably going to implement your own custom logging solution. What are you using to develop your services? IE axis 2, cxf, etc ...
Comments
Post a Comment