Can anyone tell me where should I look for these output statements ?? If you are using System.out.println( ) stmts, you should be
looking at the console of the server or the window from
which you started your server. You should be able to find
documentation about this in your server docs.
If you use out.println( ) stmts, as suggested above,
then these would ofcourse be in your JSP. However, I would
prefer the System.out.println( ) stmts that way I can
do an search after the debug is complete and delete these
lines.
regds.
- satya
ps: I have never used iPlanet, so I can't pinpoint.