Re: SOLVED, Re: For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/7/17 12:18 PM, James H. H. Lampert wrote: > Emmanuel Bourg wrote: >>> You didn't change the TOMCAT8_USER variable in >>> /etc/default/tomcat8 and authbind is installed, right? >>> >>> What is the output of (as root): >>> >>> su

Re: For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Guang, On 9/7/17 3:22 AM, Guang Chao wrote: > On Thu, Sep 7, 2017 at 8:02 AM, James H. H. Lampert < > jam...@touchtonecorp.com> wrote: > >> A little over a month ago, I had a problem with getting Tomcat 7 >> to bind to port 443 on Debian. >> >>

SOLVED, Re: For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-07 Thread James H. H. Lampert
Emmanuel Bourg wrote: You didn't change the TOMCAT8_USER variable in /etc/default/tomcat8 and authbind is installed, right? What is the output of (as root): su tomcat8 -s /bin/bash -c "authbind --deep /bin/bash -c 'netcat -v -p 443 -l'" and my reply ended: The only difference I see is the

Re: For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-07 Thread James H. H. Lampert
On 9/7/17, 3:15 AM, Emmanuel Bourg wrote: You didn't change the TOMCAT8_USER variable in /etc/default/tomcat8 and authbind is installed, right? What is the output of (as root): su tomcat8 -s /bin/bash -c "authbind --deep /bin/bash -c 'netcat -v -p 443 -l'" Well, all that does is ask me for a

Re: For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-07 Thread Emmanuel Bourg
Le 7/09/2017 à 02:02, James H. H. Lampert a écrit : > Now, I'm attempting to do the same with Tomcat 8.5, and it's not working. > > > I think I did everything the same as before. I uncommented AUTHBIND in > /etc/default/tomcat8, and set it to "AUTHBIND=yes"; an > /etc/authbind/byuid/109 (the

Re: For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-07 Thread Guang Chao
On Thu, Sep 7, 2017 at 8:02 AM, James H. H. Lampert < jam...@touchtonecorp.com> wrote: > A little over a month ago, I had a problem with getting Tomcat 7 to bind > to port 443 on Debian. > > We solved that problem with the "authbind" approach. > > Now, I'm attempting to do the same with Tomcat

For some reason, the AUTHBIND approach isn't working with 8.5

2017-09-06 Thread James H. H. Lampert
A little over a month ago, I had a problem with getting Tomcat 7 to bind to port 443 on Debian. We solved that problem with the "authbind" approach. Now, I'm attempting to do the same with Tomcat 8.5, and it's not working. 06-Sep-2017 23:47:46.293 SEVERE [main]