| Where does the output of System.out.println() go? |
| Categories: Audium OpenSDK |
| Article ID: | 206 |
| Last updated: | November 02, 2006 |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
SUMMARY
This article explains where output from a call to System.out.println() goes when used in custom code.
SYMPTOMS
Developer has added one or more System.out.println() calls to their custom code (e.g. custom action element, start call class, etc.) and would like to know where the output of this call is being stored.
RESOLUTION
Where this output is stored depends on the application server being used, and how the application server was started. For example, if Tomcat is started by calling "catalina run", then the output of these calls will be visible in the console. Additionally, each application server stores a log of output that is sent to the console, please refer to your application server's documentation for details on where this log is stored.
|
| Visitor Comments |
-
Comment #1 (Posted by AudiumMichael)
Additional note: If you start Tomcat either as a service (Windows only) or by typing "catalina start", the catalina.out file is created in TOMCAT_HOME/logs folder with all the console output.
|
| Attachments |
|
No attachments were found.
|