Skip to content

Commit 08b224e

Browse files
author
javaage
committed
tomcat issue
1 parent 8d9c67c commit 08b224e

File tree

1 file changed

+4
-4
lines changed
  • flexible/postgres/src/main/webapp/WEB-INF

1 file changed

+4
-4
lines changed

flexible/postgres/src/main/webapp/WEB-INF/web.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE web-app PUBLIC
3-
"-//Oracle Corporation//DTD Web Application 2.3//EN"
3+
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
44
"http://java.sun.com/dtd/web-app_2_3.dtd">
5-
5+
<!-- "-//Oracle Corporation//DTD Web Application 2.3//EN" -->
66
<web-app xmlns="http://java.sun.com/xml/ns/javaee" version="2.5">
77
<servlet>
88
<servlet-name>postgresql</servlet-name>
@@ -12,7 +12,7 @@
1212
<servlet-name>postgresql</servlet-name>
1313
<url-pattern>/postgresql</url-pattern>
1414
</servlet-mapping>
15-
15+
1616
<servlet>
1717
<servlet-name>userservice</servlet-name>
1818
<servlet-class>com.cisco.la.UserServlet</servlet-class>
@@ -21,7 +21,7 @@
2121
<servlet-name>userservice</servlet-name>
2222
<url-pattern>/userservice</url-pattern>
2323
</servlet-mapping>
24-
24+
2525
<welcome-file-list>
2626
<welcome-file>index.html</welcome-file>
2727
</welcome-file-list>

0 commit comments

Comments
 (0)