Element X is not allowed here (Java ee Web.xml)

Answered

Hey i've a important problem, i want to add this in the web.xml :

http://i.imgur.com/phJyOI2.png

Why i can't ?

Thank you :) 

1
6 comments

Make sure you are using the correct version for your web.xml that supports this configuration:

<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
0
Avatar
Permanently deleted user

I've that 

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
<servlet>
0
Avatar
Permanently deleted user

Look i can't :/

0

Please try File | Invalidate Caches | Invalidate and Restart.

If the issue remains, please provide a sample project illustrating the problem and the exact steps to reproduce.

5
Avatar
Permanently deleted user

I've restart and it work now 

0

Please sign in to leave a comment.