By default, an index.html and snoop.jsp will be created for a new OpenShift application in Eclipse.
I tried deleting both files under both src/main/webapp and deployed resources folders, but when I run the application's url in OpenShift, it still executes index.html as the page that is shown is the same page before I deleted the files.
Why is this so ?
Thanks.