File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
flexible/postgres/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments