You'd need to deploy on a servlet container that has AJP support and supports servlet 3.1... unsure if Tomcat 8+ still support AJP but that would seem to be where you'd need to start
On 13 May 2016 at 09:15, David Aldrich <[email protected]> wrote: > Hi Daniel > > > My guess is that your service config file defines an AJP port, which > causes > > startup to fail. See the 2.0 changelog. > > Are there any hints on how to resolve this condition, i.e. where an AJP > port is used in a Jenkins 1.x installation, but we want upgrade to 2.x? > > The changelog doesn't help much: > > "Jenkins now requires Servlet 3.1. Upgraded embedded Winstone-Jetty to > Jetty 9 accordingly. This removes AJP support when using the embedded > Winstone-Jetty container. (issue 23378)" > > Best regards > > David > > > -----Original Message----- > > From: [email protected] [mailto:jenkinsci- > > [email protected]] On Behalf Of Daniel Beck > > Sent: 12 May 2016 13:23 > > To: [email protected] > > Subject: Re: Upgrade to Jenkins 2 failed > > > > > > > On 12.05.2016, at 11:48, David Aldrich <[email protected]> > > wrote: > > > > > > Any suggestions please? > > > > Check /var/log/jenkins/jenkins.log. > > > > My guess is that your service config file defines an AJP port, which > causes > > startup to fail. See the 2.0 changelog. > > > > -- > > 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/1780206F-DF36-4288- > > 9012-AA84DE1889DF%40beckweb.net. > > For more options, visit https://groups.google.com/d/optout. > > > > > > Click > > https://www.mailcontrol.com/sr/yKJMtL9aqbDGX2PQPOmvUpnwDS3JbRsAeX8 > > e1qA0Rtar1fL+uywvpeaPk!wtfopGfB6xLcT7d3aiyla!1rT5xQ== to report this > > email as spam. > > -- > 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/41302A7145AC054FA7A96CFD03835A0A0BACE405%40EX10MBX02.EU.NEC.COM > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnPnMyiCzAdfmX8EJU73jGQXvhOo%2BfOiW2xH9E4nLEsLbJdSg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
