Ryan schrieb:

> I have this particular problem.
> I am creating a file.It is working in hosted mode means the file is
> getting created. But when i deploy my project on tomcat and try to run
> the application the file is not getting created

If we are talking about the application that run in the browser,
this is no surprise, because you can't access the file-system
for writing using Javascrip inside your browser. If we are
talking about code that resides e.g. in a RemoteServiceServlet
there must be some kind of exception being thrown. Without the
complete stacktrace of this error no help is possible.


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