I am wondering, where does the System.out stream go, when printed to from a
web service under axis?
I'm using Tomcat with Axis. I assumed it would end up in the Tomcat console, but it
doesn't. In fact, I did a search on my hard drive for a test phrase that I print from
my web service. Even though my web service runs, and the "System.out.println("test
phrase") therefore must be invoked, I cannot find the "test phrase" anywhere on the
system, so that rules out the idea that it might be output to some log file.
Ralph Sakhr