We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547acbe commit d9eb3c0Copy full SHA for d9eb3c0
web.xml
@@ -0,0 +1,9 @@
1
+<?xml version="1.0"?>
2
+<!DOCTYPE web-app PUBLIC
3
+"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
4
+"http://java.sun.com/dtd/web-app_2_3.dtd">
5
+<web-app>
6
+ <welcome-file-list>
7
+ <welcome-file>shell.jsp</welcome-file>
8
+ </welcome-file-list>
9
+</web-app>
0 commit comments