I'm having Windows while developing too, and i definitely have all the messages printed to log files.
1. First, start c:\programme\tomcat 6.0\bin\tomcat6w.exe and check logging options. 2. Check your files: you should have a file: catalina.2008-09-16.log in tomcat 6.0\logs directory where you should find your Exceptions - it can be big, so scroll and check the exception's date/time. 3. Try to use System.err.print - instead of System.out.print in your catch block. On 17 Sep., 14:44, Ryan <[EMAIL PROTECTED]> wrote: > thanks alex, > > 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. > Any system.out.println statements written in classes that do not > extend remoteserviceservlet are printed in the logs > So obviously errors occuring in the classes that extend > remoteserviceservlet are not printed too. > Now I dont know what could be the reason. > If someone could enlighten me as to why this happens I would be > greatful. > > regards, > cherian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
