Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 92fc875

Browse files
remove IndexServlet&update web.xml config
1 parent 3686540 commit 92fc875

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed

‎src/main/java/cn/netbuffer/servlet/IndexServlet.java‎

Lines changed: 0 additions & 22 deletions
This file was deleted.

‎src/main/webapp/WEB-INF/web.xml‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
66
<display-name>javaee-demo</display-name>
7-
</web-app>
7+
<!--url-pattern=/留给default servlet处理-->
8+
9+
<welcome-file-list>
10+
<welcome-file>index.jsp</welcome-file>
11+
</welcome-file-list>
12+
13+
</web-app>

‎src/main/webapp/favicon.ico‎

37.2 KB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /