How to get System.out msg displayed in logs

Running SJSWSEE6.1 SP5 on SolarisHow do I get the System.out.println messages to display in the Web Server 6.1 error/access log?Thanks..
[164 byte] By [farmboy] at [2007-11-25 22:09:08]
# 1
Take a look at: http://docs.sun.com/source/819-0130/agmonsvr.html#wp1011714ThanksManish
kapmani at 2007-7-5 1:49:30 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

Hi,

In your server.xml, check that the properties 'logstderr' and 'logstdout' are set to 'true'. The messages will then appear in the errors log file.

<LOG file="<path to errors file>" loglevel="info" logtoconsole="true"

usesyslog="false" createconsole="false" logstderr="true" logstdout="true" logvsid="false"/>

Also, see docs at http://docs.sun.com/source/817-6248/crsrvrx.html

Hope this helps.

roho at 2007-7-5 1:49:30 > top of Java-index,Web & Directory Servers,Web Servers...