Re: Logging request messages in Axis running in JBoss

2006-10-23 Thread Marcin Zajączkowski
Marcin Zajączkowski wrote: (...) Sorry for long delay, but I was out of office. Today I was preparing to check your solution, when I noticed then set logging org.apache.axis.transport.HTTPSender at DEBUG level in log4j.xml (in JBoss configuration) shows full HTTP requests (and responses, even

Re: Logging request messages in Axis running in JBoss

2006-10-18 Thread Marcin Zajączkowski
Hello again, Aleksander Grzebyta wrote: There is a handler usage described in user guide and the sample handler is used just for logging. I think you could achieve you goal defining one handler for requestFlow and the another in responseFlow. The problem you will encounter will be as mine, that

Logging request messages in Axis running in JBoss

2006-10-12 Thread Marcin Zajączkowski
Hi, I'm currently developing some aplication using Axis and I would like to log all requests (and responses) passing though the server. In case of locally running JBoss I use TCP Monitor, but it's not very convenient with remote servers (my computer is not always turned on). I read Axis docume