SV-108675r1_rule
V-99571
PP-MDM-411047
JAMF-10-000460
CAT II
10
Perform the following procedure to configure the Jamf session lock to lock after a 15-minute period of inactivity.
Configuring the Variable in the JAMF web.xml File
On the Jamf Pro EMM host server, open the web.xml file:
If using macOS, the web.xml file is located at the following filepath:
/Library/JSS/Tomcat/webapps/ROOT/WEB-INF/
If using Windows, the web.xml file is located at the following filepath:
C:\Program Files\JSS\Tomcat\webapps\ROOT\WEB-INF\
If using Linux, the web.xml file is located at the following filepath:
/usr/local/jss/tomcat/webapps/ROOT/WEB-INF/
Locate the following setting:
<session-config>
<session-timeout>1</session-timeout>
</session-config>
Ensure that the code is not commented out. If the code is commented out, remove the comment tags <!-- --> that encase the code.
Modify the session-timeout to a value from 1 to 15.
Note: Session timeout is in minutes.
Restart Tomcat after modifying anything within the web.xml file.
See Starting and Stopping Tomcat for instructions in the Jamf admin guide.
Verify the Jamf Pro EMM server or platform is configured to initiate a session lock after a 15-minute period of inactivity.
Review the variable in the Jamf Pro web.xml file.
On the Jamf Pro host server, open the web.xml file:
If using macOS, the web.xml file is located at the following filepath:
/Library/JSS/Tomcat/webapps/ROOT/WEB-INF/
If using Windows, the web.xml file is located at the following filepath:
C:\Program Files\JSS\Tomcat\webapps\ROOT\WEB-INF\
If using Linux, the web.xml file is located at the following filepath:
/usr/local/jss/tomcat/webapps/ROOT/WEB-INF/
Locate the following setting:
<session-config>
<session-timeout>15</session-timeout>
</session-config>
Ensure that the code is not commented out. If the code is commented out, remove the comment tags <!-- --> that encase the code.
Note: Session timeout is in minutes.
If the code is commented out or session-timeout is not configured to "15" minutes or less, this is a finding.
V-99571
False
JAMF-10-000460
Verify the Jamf Pro EMM server or platform is configured to initiate a session lock after a 15-minute period of inactivity.
Review the variable in the Jamf Pro web.xml file.
On the Jamf Pro host server, open the web.xml file:
If using macOS, the web.xml file is located at the following filepath:
/Library/JSS/Tomcat/webapps/ROOT/WEB-INF/
If using Windows, the web.xml file is located at the following filepath:
C:\Program Files\JSS\Tomcat\webapps\ROOT\WEB-INF\
If using Linux, the web.xml file is located at the following filepath:
/usr/local/jss/tomcat/webapps/ROOT/WEB-INF/
Locate the following setting:
<session-config>
<session-timeout>15</session-timeout>
</session-config>
Ensure that the code is not commented out. If the code is commented out, remove the comment tags <!-- --> that encase the code.
Note: Session timeout is in minutes.
If the code is commented out or session-timeout is not configured to "15" minutes or less, this is a finding.
M
3593