Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 03c66f8

Browse files
author
shubay
committed
Remove unnecessary servlet from web.xml. Fixes issue 19.
1 parent 3952285 commit 03c66f8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

examples/src/html/web.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,6 @@
9898
<load-on-startup>5</load-on-startup>
9999
</servlet>
100100

101-
<servlet>
102-
<servlet-name>graph</servlet-name>
103-
<description>
104-
This servlet produces GIF images that are dynamically generated
105-
graphs, based on the input parameters included on the request.
106-
It is generally mapped to a specific request URI like "/graph".
107-
</description>
108-
</servlet>
109-
110101
<servlet>
111102
<servlet-name>My Servlet</servlet-name>
112103
<description>My servlet description.</description>

0 commit comments

Comments
 (0)