> On 30.08.2016, at 18:14, Ashish Yadav <[email protected]> wrote: > > How can I confirm if I meet the above requirements? I am currently running > Jenkins LTS v1.642.3 on CentOS v7. It’s the ‘standard’ installation of > Jenkins from the yum repository. How do I know if I am running Servlet 3.1 or > Winstone-Jetty?
Jenkins ships with Winstone-Jetty, so that won't be a problem. Some people run Jenkins in Tomcat, Websphere, etc., where they need to consider this. Regarding the second item, check the service configuration file for mentions of 'AJP'. Disable any options you find. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/13B8CE1A-34D7-4804-9094-E8F7D64C066D%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
