Skip to content

Commit d9eb3c0

Browse files
authored
Create web.xml
1 parent 547acbe commit d9eb3c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

web.xml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)