Enabling directory browsing
Written by Hani Suleiman
If a user attempts to access the URL of a directory through the web that does not contain a welcome page (such as index.html), they will be presented with the following error:
403 Forbidden
Directory browsing not allowed
To enable directory listings, the attribute directory-browsing="allow" must be added to the <orion-web-app> tag.
This tag can be found in the application-deployments directory for installed web-apps, or in config/global-web-application.xml if it needs to be enabled for the entire server.
Copyright © 2007 IronFlare AB