Problem you have encountered:
- after deploy app to appengine on gcloud with gradle default web page is index.html. BUT in web.xml declared:<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
in local environment it start from index.jsp as I expected and declared, but after deploy is not
What you expected to happen:
- app start from index.jsp page. as it declared
I deploy to appEngine with Gradle https://github.com/GoogleCloudPlatform/app-gradle-plugin