Ryan schrieb:

> I am workng on windows.
> Now the problem is that all system.out.println statements written in
> classes that extend remoteserviceservlet are not printed in the logs
> i.e. stdout file.

Logging with System.out.println is bad style. Inside a servlet
you better use getServletContext().log(...)


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to