PUT and DELETE don't work, because they are not allowed, I got 405 error.
File web.xml (in folder with my project) looks like that:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
id="WebApp_ID" version="3.0"/>
Please, help me, how can I fix this problem?
In Postman I found out that only POST and GET are allowed for my server.