If you use Jakarta Tomcat and you start it wirh 'tomcat run' you see the
output in the window you startet it in (on Windows).
I use an Access database, via ODBC, to log my messages. Different levels for
different kind of messages. So I can generate outputs like 'give me all
errors in week X' or 'show me what customer y wanted from my SOAP'.
Stephan
----- Original Message -----
From: "Fabrizio Candon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 25, 2001 9:42 AM
Subject: How to log output from a service
> Hi,
> It looks like System.out.println is writing nowere, do you
> know how to make calls to write to standard out from a service??
>
> Fab