This might be related to a bug in our documentation which works in the Jetty server but not production. Try replacing the welcome-file-list in your web.xml file with the following: <welcome-file-list> <welcome-file>guestbook.jsp</welcome-file> </welcome-file-list>
In other words, just remove the '/' in front of guestbook.jsp and see if that starts working for you. - Jason On Sat, Aug 22, 2009 at 10:54 PM, alaindemour <alaindem...@gmail.com> wrote: > > > I have the exact same issue, this is the very first time I try to use > the app engine, went through the guestbook example under eclipse on a > mac, I just cut and paste all the example code, also no GWT, > deployment appears to work, the Galileo log is identical to the one > Simon is listing, but the resulting URL listed in the console seems to > be broke (http error 404), is that it takes a while to activate the > very first time? > > > http://alaindemour.appspot.com/ > > > > > On Aug 6, 11:41 pm, Simon Shaw <simonhamel...@gmail.com> wrote: > > I went through the vanilla Javaguestbooktutorial (no GWT) and got to > > the point whereby it > > was working on localhost and thedeploymentto app engine appeared to > > be successful (at least from what I could tell from the log below and > > the admin console), however when I try to access the apphttp:// > letsgosimon.appspot.com/with Google Chrome I get an HTTP 404 > > error. > > Any ideas what I should be looking at? > > > > Thanks, > > > > Simon > > > > Log after pressing on the upload icon from Eclipse Galileo: > > -------- > > Creating staging directory > > Scanning for jsp files. > > Compiling jsp files. > > Compiling java files. > > Scanning files on local disk. > > Initiating update. > > Cloning 2 static files. > > Cloning 28 application files. > > Uploading 3 files. > > Deploying new version. > > Will check again in 1 seconds > > Will check again in 2 seconds > > Closing update: new version is ready to start serving. > > Uploading index definitions.Deploymentcompleted successfully > > -------- > > > --~--~---------~--~----~------------~-------~--~----~ 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 google-appengine-java@googlegroups.com To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---