Stopping, Restarting Tomcat on Windows December 15, 2022Posted inSoftwareTags: install, Jamf Pro, setup, start, stop, tomcat Open Command Prompt and execute the following commands: Net stop Tomcat8 Net start Tomcat8
Enabling SSL on Tomcat with a Public Certificate October 13, 2022Posted inSoftwareTags: APNS, Jamf Pro, PKI, tomcat The general procedure involves the following steps: Enable and initialize an empty keystore. Generate a certificate signing request (CSR). Import the generated certificate(s) for use in Tomcat. Modify the server.xml…