Hmm... Mine always appeared in the catalina.out file located under <jakarta_home>/logs. I can't remember if I did anything special to get that to happen. BTW, I'm running on a Sun.
Pete > -----Original Message----- > From: Ralph Sakhr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 6:45 PM > To: [EMAIL PROTECTED] > Subject: System.out > > > 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 >