1. Home
  2. Security Hardening
  3. TNS Best Practices Jetty 9 V1.0.0
  4. Management IP – review $jetty_home/contexts xml file

Management IP – review $jetty_home/contexts xml file

Details

A dedicated management IP should be configured

Avoid Unauthorizd user access to the server

NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.

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.

This control applies to the following type of system Unix.

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles