Hi all, i have a problem to display a uploaded file into frame, it is
workable in hosted mode but not in tomcat (after compilation), i not
sure is my tomcat configuration issue or need to put extra code for
including the host (http://localhost:8080/), the following is my
client side code, hope someone can help me.

------------------------------------- Code
----------------------------------------------

private Frame mainFrameLocalFile = new Frame();
String fileName = GWT.getHostPageBaseURL() + "images\\" + fileName;
mainFrameLocalFile.setUrl(fileName);

-------------------------------------- Error occurred
-------------------------------------
HTTP Status 404 - /readme/readmesystem/images/Example.txt

--------------------------------------------------------------------------------

type Status report

message /readme/readmesystem/images/Example.txt

description The requested resource (/readme/readmesystem/images/
Example.txt) is not available.


--------------------------------------------------------------------------------

Apache Tomcat/5.5.26

-----------------------------------------------------------------------------------------------------------------------------------------------------


--~--~---------~--~----~------------~-------~--~----~
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