where is stdout mseeage ?
hi everybody!!
I test ias6.0sp2 on iws41 web server .
I want debugging ..
I run "Hello World Database Sample Application "
I want to see Log(stdout message)..
Where is save message...?
I test on W2K server....
referrence by
===============================
Hashtable env = new java.util.Hashtable(1);
System.out.println("\nGreeterDBServlet is executing...");< stdout
message
==============================
[493 byte] By [
] at [2007-11-25 4:48:48]

Not sure what operating system you are running. If it is Nt the messages
appear in a "Dos-like" window where kjs.exe is launched. The whole dialog
from that section appears. However the distribution seems to default to the
Oracle database, rather than pointbase version. So it may stop on the
db call.
--
Charles Brewster
Charles Brewster, Consulting
charlesb@winfield.net
http://www.winfield.net/charles.html
at 2007-6-29 8:53:52 >

Hi Jin,
To see the kjs logs (where all System.out.println("xxx..")
messages are coming), you need to do one thing,
go to Control panel -> Administrative tools -> Services
(Start it)
then search for "iPlanet application server 6.0" stop it,
then right click on it, go to 'properties' -> 'Log on'
window, and check the "Allow services to interect with
desktop" check box, click ok and then restart the iplanet
server. You will see that 4 dos-like windows will pop-up,
see the kjs in the title bar of third window, here you will
see all logs and System.out.println("--") messages.
PS: Please don't close any of these windows.
Hope it will help.
Sanjeev.
Dev-Support(iAS)
at 2007-6-29 8:53:52 >
