Update web.xml

This commit is contained in:
gupta-ashu01 2020-07-17 13:02:41 +05:30 committed by GitHub
parent 65b6b29ea1
commit 6d59756a7d
1 changed files with 1 additions and 6 deletions

View File

@ -3,11 +3,6 @@
<display-name>httpsessionexample</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<servlet>
@ -31,4 +26,4 @@
</servlet-mapping>
</web-app>
</web-app>