I have an application deployed using the native WAS Web Server. Is there any way I can set the default index (ie htaccess) for my context root to automatically pick up the index.html in my build?
Eg:If I visit localhost:9080/website I get nothing.
If I visit localhost:9080/website/index.html i get my desired page.
I need to visit the first and get the second.