We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa9f74 commit 1c6de5dCopy full SHA for 1c6de5d
concurrency/executor/src/main/webapp/WEB-INF/web.xml
@@ -1,9 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
6
- version="3.0">
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
+ version="3.1">
7
<!-- <resource-env-ref>
8
<resource-env-ref-name>
9
concurrent/myExecutor2
0 commit comments