8 - Management IP - .htacess exists

Information

A dedicated management IP should be configured

Avoid Unauthorized user access to the server

Solution

create .htaccess file in the root directory of your web application. Find in $jetty_home/contexts xml file, which corresponds to the name of your Jetty web application (test.xml in our case) and protect access to your application by HTAccessHandler, that uses the .htaccess policy file.