Fwd: Reverse proxy and SSL redirect

2020-04-17 Thread rugman66 .
Made correction to ProxyPass and ProxyPassReverse. -John -- Forwarded message - From: rugman66 . Date: Fri, Apr 17, 2020 at 10:02 AM Subject: Reverse proxy and SSL redirect To: Tomcat Users List Hello, I have Apache 2.4.6 running as reverse proxy for Tomcat 7.0.96, both

Reverse proxy and SSL redirect

2020-04-17 Thread rugman66 .
Hello, I have Apache 2.4.6 running as reverse proxy for Tomcat 7.0.96, both running SSL, and a functioning redirect from HTTP to HTTPS for both Apache and Tomcat. ( Need to use both these releases due to IT availability and app requirements ) Prior to enabling SSL on both a Json GET command

Re: How to shutdown tomcat

2020-04-17 Thread Olaf Kock
On 17.04.20 16:55, Blake McBride wrote: > I suppose, never mind. I created a startup listener that just does a > System.exit(0) on contextDestroyed which is what I want - exit. > > Thanks. > > Blake > > > On Fri, Apr 17, 2020 at 8:53 AM Blake McBride wrote: > >> Greetings, >> >> I am running

Re: How to shutdown tomcat

2020-04-17 Thread Blake McBride
I suppose, never mind. I created a startup listener that just does a System.exit(0) on contextDestroyed which is what I want - exit. Thanks. Blake On Fri, Apr 17, 2020 at 8:53 AM Blake McBride wrote: > Greetings, > > I am running vanilla tomcat 9.0.34 on a 64 bit Linux box. Short of >

How to shutdown tomcat

2020-04-17 Thread Blake McBride
Greetings, I am running vanilla tomcat 9.0.34 on a 64 bit Linux box. Short of killall, I can't stop tomcat. I am trying bin/shutdown.sh. Sure appreciate some help. Thanks! Blake -- Here is catalina.log: Listening for transport dt_socket at address: 9000 17-Apr-2020 08:43:12.798 INFO

Re: Is ARM64 architecture officially supported ?

2020-04-17 Thread Mark Thomas
On 17/04/2020 13:36, Emilio Fernandes wrote: > Right, for Java based apps it just depends whether there is a JDK/JRE for > the CPU architecture. > What about the C based code - tcnative and the connectors (mod_jk) ? Generally, if httpd builds then mod_jk should build and my default position

Re: Is ARM64 architecture officially supported ?

2020-04-17 Thread Emilio Fernandes
Hi Mark, Thank you for the answer! El vie., 17 abr. 2020 a las 15:13, Mark Thomas () escribió: > On 17/04/2020 12:04, Emilio Fernandes wrote: > > Hola Tomcat community! > > > > We consider using AWS Graviton [1] based instances which use ARM64 > > processors for our backend services. > > I've

Re: JNDI match of LDAP hashed passwords fail against cleartext

2020-04-17 Thread Mark Thomas
On 16/04/2020 09:56, Brian Burch wrote: > On 15/4/20 6:24 am, Mark Thomas wrote: >> I'd expect you to see an error message if your server.xml isn't quite >> right although that is what this looks like. > > There was no error message. I think my xml was syntax-free, but it did > not reflect my

Re: Is ARM64 architecture officially supported ?

2020-04-17 Thread Mark Thomas
On 17/04/2020 12:04, Emilio Fernandes wrote: > Hola Tomcat community! > > We consider using AWS Graviton [1] based instances which use ARM64 > processors for our backend services. > I've googled around and found [2] saying that Tomcat is being tested on > ARM64 architecture at TravisCI! This is

Re: Is ARM64 architecture officially supported ?

2020-04-17 Thread Owen Rubel
I run tomcat on Armbian https://www.armbian.com/ Owen Rubel oru...@gmail.com On Fri, Apr 17, 2020 at 4:14 AM Emilio Fernandes < emilio.fernande...@gmail.com> wrote: > Hola Tomcat community! > > We consider using AWS Graviton [1] based instances which use ARM64 > processors for our backend

Is ARM64 architecture officially supported ?

2020-04-17 Thread Emilio Fernandes
Hola Tomcat community! We consider using AWS Graviton [1] based instances which use ARM64 processors for our backend services. I've googled around and found [2] saying that Tomcat is being tested on ARM64 architecture at TravisCI! This is great! Does this mean that Tomcat is officially supported