Restrict access to $JETTY_HOME – owner Details $JETTY_HOME is the environment variable which holds the path to the Jetty root directory. It is important to protect...
Restrict access to temp directory – mode Details The $JETTY_HOME/temp/ directory is used by Jetty to persist temporary information to disk. It is recommended that you create...
Restrict access to temp directory – owner Details The $JETTY_HOME/temp/ directory is used by Jetty to persist temporary information to disk. It is recommended that you create...
Restrict access to JETTY.policy – mode Details The JETTY.policy file is used to configure security policies for . It is recommended that access to this file...
Restrict access to JETTY.policy – owner Details The JETTY.policy file is used to configure security policies for Jetty. It is recommended that access to this file...
Restrict access to JETTY.properties – mode Details JETTY.properties is a Java properties files that contains settings for Jetty, including class loader information, security package lists, and...
Restrict access to JETTY.properties – owner Details JETTY.properties is a Java properties files that contains settings for Jetty, including class loader information, security package lists, and...
Restrict access to logging.properties – mode Details logging.properties specifies the logging configuration. It is recommended that access to this file has the proper permissions to properly...
Restrict access to logging.properties – owner Details logging.properties specifies the logging configuration. It is recommended that access to this file has the proper permissions to properly...
Restrict access to logs directory – mode Details The $JETTY_BASE/logs/ directory contains application logs. It is recommended that you create a user to specifically run Jetty. This...