I am currently using the Jenkins cookbook from Chef Supermarket to manage my Jenkins configurations. I am installing via the WAR file installation option as oppose to package based installation.
I am not running Jenkins within Tomcat, but rather in Jenkins's standalone implementation. I am currently using Jenkins version 2.46.3.
My questions are:
- Is my standalone Jenkins implementation using Winstone or Jetty?
- How do I as a Jenkins user verify that the Jenkins instance is using either one of these?
- Is there a version available to check from command line for either Winstone or Jetty?
Thank you for any help.
I believe in order to discern wether Winstone or Jetty is in use, a simple and easy way to tell is to modify the jenkins URL to point to a location that does not exist.
For example:
Would be modified like this:
As long as the modified URL is invalid, you should see along the bottom of the page something similar to the following: