Hi, Is you Summary.html properly defined as a static file ? See how-to in http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files.
If not defined directly (or via a containing directory), GAE won't be able to serve it to your application. Hence the 404. regards didier On Jan 1, 5:33 pm, Eric Atkinson <[email protected]> wrote: > 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.
