[appengine-java] Re: when testing on my local network, why is index.html not read by default when referencing directory?

2011-01-09 Thread John
In my configuration, the dev server will serve index.html; however it encounters problems if the web.xml includes multiple welcome files. The defect report includes a complete project that demonstrates the problem. -- You received

[appengine-java] Re: when testing on my local network, why is index.html not read by default when referencing directory?

2011-01-09 Thread Didier Durand
Hi, This most probably com from the section xxx.html 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 wrot