Just to clarify, index.html is the default file that will be returned if you do not specify the .jsp extension. Static files take priority when there is ambiguity. If you do not specify any file (as you did,) then you should receive a page with links to each application you have available. In your case it would only be 'guestbook,' unless you've uploaded additional apps. So you should be able to access three different pages (as you should be able to on your local server):
http://anudemoapp.appspot.com/ http://anudemoapp.appspot.com/guestbook and http://anudemoapp.appspot.com/guestbook.jsp On Aug 23, 9:32 am, eshriek <[email protected]> wrote: > Try using the full url path to the > application:http://anudemoapp.appspot.com/guestbook.jsp > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
