> that's it. Thanks. > Is this 'normal' Jerome? I have always found this when browsing? > Hence it is what I expected.
The usage of an index file is no specified in Web standards, but this is a common practice supported by Web servers. In general, if the index file is absent, a listing is displayed. We also have this option to display a simple listing, you can activate it to see what happen using Directory.setListingAllowed(true). > > Also, you can change the default name via "metadataService.indexName" > > property. > > Thats it. (perhaps a good addition to section 6 of the tutorial?) Agreed. I've updated the tutorial again, including the PDF version. Thanks for the great feed-back Dave. Best, Jerome

