Where will sysout go

I have a servlet which calls a method in RMI server where a PL/SQL procedure is executed. There is an existing dbms_output.put_line statement in that pl/sql which shows some error codes or exceptions.

I am trying to find where that output will appear?The servlet is run from tomcat and I looked in the tomcat logs and the RMI server logs and nothing appears.

Can someone please advise if that dbms_output will appear in some logs or spool or will not?

Thx

[480 byte] By [ray685a] at [2007-11-26 13:36:32]
# 1
It would not appear on the log file until you are collecting it and printing it out.
AjaySingh516a at 2007-7-7 22:22:05 > top of Java-index,Java Essentials,Java Programming...
# 2
Thx AjaySing516 for ur response.How can I collect the it ?
ray685a at 2007-7-7 22:22:05 > top of Java-index,Java Essentials,Java Programming...
# 3
this may be useful: http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:45027262935845
AjaySingh516a at 2007-7-7 22:22:05 > top of Java-index,Java Essentials,Java Programming...
# 4
Thx , it was helpful
ray685a at 2007-7-7 22:22:05 > top of Java-index,Java Essentials,Java Programming...