System.out.println messages in a log file from a jsp
807567Sep 23 2002 — edited Sep 24 2002hi,
I am giving a System.out.println("test message"); in a jsp page.
I am not able to see the std out message anywhere.
Some articles in the forum, asked to add a line to obj.conf similar to the one mentioned below:
Init fn="nt-console-init" stderr="e:/path/Err.log" stdout="e:/path/out.log" EarlyInit="yes"
Where should i add it in obj.conf file? It contains a lot of <Object></Object> tags similar to an xml file.
How can i see the std out message?
thanks in advance,
desigan