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
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:34 PM, Coty Sutherland wrote: > On Thu, Sep 28, 2017 at 12:27 PM, Wang, Jennifer > wrote: >>

Re: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Coty Sutherland
On Thu, Sep 28, 2017 at 12:27 PM, Wang, Jennifer wrote: > NONCONFIDENTIAL // EXTERNAL > Hi Coty, > > I download tcnative-1.dll from tomcat site. I am running on windows 7. I did > set " java.library.path" as below. > > > > > @SpringBootApplication > public class Application { > > public stati

RE: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
NONCONFIDENTIAL // EXTERNAL Hi Coty, I download tcnative-1.dll from tomcat site. I am running on windows 7. I did set " java.library.path" as below. @SpringBootApplication public class Application { public static void main(String[] args) { //try both of below System.setP

RE: Re: how to set Http11AprProtocol with embedded tomcat

2017-09-28 Thread Wang, Jennifer
NONCONFIDENTIAL // EXTERNAL Hi Coty, I download tcnative-1.dll from tomcat site. I am running on windows 7. I did set " java.library.path" as below. @SpringBootApplication public class Application { public static void main(String[] args) { //try both of below System.setP