The App Engine Manual says that any file I put in the WAR (or
subdirectory) is automatically known to the app, so why, when I use
the following code...
Frame frame = new Frame("/StrategicInternationalSystems/war/WEB-INF/
pages/Summary.html");
dockLayoutPanel.add(frame);
...does it tell me:
HTTP ERROR 404
Problem accessing /StrategicInternationalSystems/war/WEB-INF/pages/
Summary.html. Reason:
NOT_FOUND
I think it has something to do with the fact that I started coding the
app (using a new project) using GWT Designer. Why? Because when it was
just App Engine and the GWT Toolkit before, it executed this code
fine.
I'm at my wit's end; please help understand why this code no longer
works because of using GWT Designer (I think).
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=en.