We are running our web application successfully on the google app engine server.We are using index.html file as a welcome file both in local and production environment. Now we want to use different welocme files for local and prtoduction.
I have seen the post: web.xml with different files in welcome-file-list but will it work without having issues with ips?
May i know what is the procedure to do that? Any suggestions would be great.