How to see System.out.pringln when running the webapps on the client side?
Hello all,
I have a webapp application in which some code has a: System.out.println.
While the application runs on the browser - I cam see some comment I wrote on the console (this really facilitates me in terms of knowing what's going on...I do debugging as well, don't worry :-))
Now... I'm installing the application on the client side and wonder....how can I see the comments I wrote for the console? Is there anyway to see the comment on the 'localhost'?
thanks for any pointers!

