Thank you Fred, I ve solved my first mentioned error by myself :
log4j:WARN Error during default initialization java.lang.NoClassDefFoundError: java.io.FileOutputStream is a restricted class. Please see the Google App Engine developer's guide for more details. ... The problem is that I was using "Google App Engine" with my GWT project (no idea why, Ive got no account for app engine). So I have desabled it under : project properties / google / app engine / --> uncheck the ckeckbox "Use Google App Engine". Quite simple solution. But my problem with writing something into a file still exists. Its strange because I am able to write into file if the message is serverside, but if its coming from the client (Ive got the remotelogger and systemlogger enabled nothing else) it just appearing on my console. Do you have a demo usecase on your google code site where you log a clientside message into a file on the server? I was searching for a demo, but I just find one with a console output. Maybe it would be usefull to have such a demo usecase too. Kind regards, Alex -- You received this message because you are subscribed to the Google Groups "gwt-log" 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/gwt-log?hl=en.
