Hi,

So what is the value for GWT.getHostPageBaseURL()?

What is your app called?  By that I mean under Jetty_home/webapps/, in
what dir is your app.

Probably it's not com.tergwt.Main, but that is what you were asking in
http://localhost:8080/com.tergwt.Main/FileServlet

http://localhost:8080/dir_of_your_app/FileServlet should work.  This
means that your web.xml file is at
/dir_of_your_app/WEB-INF/web.xml

> Wow i don't know what happened but i put
> form.setAction(GWT.getHostPageBaseURL() + "FileServlet");

well that is different than...

>> > > > of form.setAction(GWT.getModuleBaseURL() + "/FileServlet");


Glad it works!

Shawn

--~--~---------~--~----~------------~-------~--~----~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to