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:
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:
123.456.7.890:8080
Would be modified like this:
123.456.7.890:8080/chucknorris
As long as the modified URL is invalid, you should see along the bottom of the page something similar to the following:
HTTP ERROR 404
Problem accessing /chucknorris. Reason:
Not Found
Powered by Jetty://