Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit f8e8e78

Browse files
Update web.xml
1 parent fe46f40 commit f8e8e78

File tree

1 file changed

+3
-3
lines changed
  • projects/com.ibm.cicsdev.ejb.shop.web/WebContent/WEB-INF

1 file changed

+3
-3
lines changed

projects/com.ibm.cicsdev.ejb.shop.web/WebContent/WEB-INF/web.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
4-
version="3.0">
2+
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"
4+
version="3.1">
55
<display-name>com.ibm.cicsdev.ejb.shop.web</display-name>
66
<welcome-file-list>
77
<welcome-file>index.html</welcome-file>

0 commit comments

Comments
 (0)