views:

13

answers:

0

Hi all,

I'm managed to get the userguide/example1 echo web service working for Axis2. However, to validate that the changes I make to the service are actually working, I would like to print something to the tomcat console. So far, it hasn't worked, using a simple System.out.println("xyz"); I grep the logs and it's not there.

Also, I'm getting a message about log4j not being configured correctly. Do I need to figure that one out, then use log4j to get something to print?

Update: part of the problem was that the web service wasn't hot-deploying - I had to restart tomcat (I've been working with Grails recently and have taken that for granted!).

The other part is that I do see the printout on the system console. So, clearly at this point I just have to figure out how to get the log4j piece working so I can log to the logs.