Hi,

This most probably com from the section
<!-- Default page to serve -->
  <welcome-file-list>
    <welcome-file>xxx.html</welcome-file>
  </welcome-file-list>

of your /war/WEB-INF/web.xml of your project. It's the standard
servlet config file that you can configure according to your needs
through the many hints available on the net.

regards

didier



On Jan 9, 3:43 am, Tommy Fannon <tfan...@gmail.com> wrote:
> I am writing an application where I am hitting my local app engine from my
> mobile phone.  I notice that when i deploy this app to the app engine,
>  referencing a directory causes GAE/j to serve up the index.html file
> sitting in that directory.   This is expected.
>
> However, if I test locally, and I hit this directory via url,  I get a 403
> error.  
>
> Example:  url="sencha/examples/tabs2"   If i manually add /index.html to the
> end, it works fine locally.
>
> Problem is all the samples I am going through reference the directory and
> expect it to serve index.html.
>
> Any ideas how I can make this work locally for testing?
>
> Thank you.
> TF

-- 
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-j...@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.

Reply via email to