Re: Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-29 Thread Mark Thomas
g the pom to use >8.5.20 resolves the CNFE for LogFactory. > >> >> Thanks! >> >> Jennifer >> >> -Original Message- >> From: Coty Sutherland [mailto:csuth...@redhat.com] >> Sent: Friday, September 29, 2017 8:43 AM >> To: Tomcat Users List &g

Re: Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-29 Thread Coty Sutherland
moved into tomcat-embed-core now, so updating the pom to use 8.5.20 resolves the CNFE for LogFactory. > > Thanks! > > Jennifer > > -Original Message- > From: Coty Sutherland [mailto:csuth...@redhat.com] > Sent: Friday, September 29, 2017 8:43 AM > To: Tomcat User

RE: Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-29 Thread Wang, Jennifer
: Tomcat Users List Subject: [External] Re: Re: how to set Http11AprProtocol with embedded tomcat Here is a working quickstart (that I forgot to link yesterday) for APR in Spring Boot: https://github.com/csutherl/tomcat-embedded-quickstarts/tree/master/springboot-apr-example On Thu, Sep 28, 2017 at 3

RE: Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-29 Thread Wang, Jennifer
: Tomcat Users List Subject: [External] Re: Re: how to set Http11AprProtocol with embedded tomcat Here is a working quickstart (that I forgot to link yesterday) for APR in Spring Boot: https://github.com/csutherl/tomcat-embedded-quickstarts/tree/master/springboot-apr-example On Thu, Sep 28, 2017 at 3

Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-29 Thread Coty Sutherland
at-native/ > > > > and starting with `mvn spring-boot:run`. I also configured that the > System.setProperty call didn't work. > > HTH > >> >> SpringApplication.run(Application.class, args); >> } >

Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Coty Sutherland
and starting with `mvn spring-boot:run`. I also configured that the System.setProperty call didn't work. HTH > > SpringApplication.run(Application.class, args); > } > } > > Thanks! > > Jennifer > > -Original Message- > From: Coty Sutherland [mailto:csuth...@redhat.

RE: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
plication.class, args); } } Thanks! Jennifer -Original Message- From: Coty Sutherland [mailto:csuth...@redhat.com] Sent: Thursday, September 28, 2017 12:16 PM To: Tomcat Users List Subject: [External] Re: how to set Http11AprProtocol with embedded tomcat On Thu, Sep 28, 2017 at 1

RE: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
plication.class, args); } } Thanks! Jennifer -Original Message- From: Coty Sutherland [mailto:csuth...@redhat.com] Sent: Thursday, September 28, 2017 12:16 PM To: Tomcat Users List Subject: [External] Re: how to set Http11AprProtocol with embedded tomcat On Thu, Sep 28, 2017 at 1

Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Coty Sutherland
On Thu, Sep 28, 2017 at 11:32 AM, Wang, Jennifer wrote: > NONCONFIDENTIAL // EXTERNAL > How to set Http11AprProtocol with embedded tomcat in java spring boot app? > > I keep get below error. You don't have tomcat-native installed. Resolving the problem should be as simple as installing tomcat-nat