I want to log the IP address of the client who is calling my WS.
How can I do that on JBoss?
EDIT:
I would like to use log4J configuration on JBOSS if possible.
|
|
|
Append the following to your conversion pattern parameter in log4j configuration xml.
And in your code you can log the ip address as follows:
|
|||||||
|
|
Read this, in case you are provind functionality via EJB3. |
|||
|