Re: Tomcat not part of RHEL 8 distro?

2020-07-02 Thread Sean Neeley
On Thu, Jul 2, 2020 at 3:46 PM calder wrote: > On Thu, Jul 2, 2020 at 3:05 PM Sean Neeley > wrote: > > On Thu, Jul 2, 2020 at 2:57 PM calder wrote: > > > On Thu, Jul 2, 2020, 14:43 Sean Neeley > wrote: > > > > > > > I heard that tomcat is no lon

Re: Tomcat not part of RHEL 8 distro?

2020-07-02 Thread Sean Neeley
On Thu, Jul 2, 2020 at 2:57 PM calder wrote: > On Thu, Jul 2, 2020, 14:43 Sean Neeley wrote: > > > I heard that tomcat is no longer available for RHEL 8. Does anyone know > > why this is? What free alternatives are there for java servlets, which > > have rpm pac

Tomcat not part of RHEL 8 distro?

2020-07-02 Thread Sean Neeley
I heard that tomcat is no longer available for RHEL 8. Does anyone know why this is? What free alternatives are there for java servlets, which have rpm packages managed by Red Hat? Thanks -- Sean Neeley | Senior Developer t. 630.395.9600 x6234 sean.nee...@producepro.com Produce Pro

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-02 Thread Sean Neeley
ournalctl -u tomcat` to check it. > > On Wed, Jul 1, 2020 at 6:58 PM Sean Neeley > wrote: > > > On Wed, Jul 1, 2020 at 5:24 PM calder wrote: > > > > > On Wed, Jul 1, 2020, 15:32 Sean Neeley > > wrote: > > > > > > > I tried switching from Ja

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
On Wed, Jul 1, 2020 at 5:24 PM calder wrote: > On Wed, Jul 1, 2020, 15:32 Sean Neeley wrote: > > > I tried switching from Java 1.8 to Java 11 to see if that makes a > > difference. Now the VM Thread is using a lot less CPU: > > > > PID USER PR NI

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
ideas. Sean On Wed, Jul 1, 2020 at 12:55 PM wrote: > Sean, > > > > -Original Message- > > From: Sean Neeley > > Sent: Wednesday, July 01, 2020 12:26 PM > > To: Tomcat Users List > > Subject: Re: Having trouble with tomcat 7 installation on RHEL

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
01.log -rw-r--r-- 1 tomcat tomcat0 Jul 1 10:22 localhost.2020-07-01.log -rw-r--r-- 1 tomcat tomcat0 Jul 1 10:22 manager.2020-07-01.log Any other ideas? On Wed, Jul 1, 2020 at 12:09 PM wrote: > Sean, > > > -Original Message- > > From: Sean Neeley > >

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager Jul 1 09:31:03 ecom-main server: arguments used: start On Wed, Jul 1, 2020 at 12:00 PM calder wrote: > On Wed, Jul 1, 2020, 11:15 Sean Neeley wrote: > > > I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power &

Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power pc system. As soon as the service starts, the java process uses 100% cpu. Logs get created in /var/log/tomcat, but they all have size 0 bytes. I have not modified the standard configuration (tomcat.conf, server.xml, etc).

RE: mod_jk load balancing with SSL?

2007-03-22 Thread Sean Neeley
. - Sean -Original Message- From: Sean Neeley [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 9:34 AM To: Tomcat Users List Subject: RE: mod_jk load balancing with SSL? Tim, Thank you. That was very helpful. It looks like your settings are very similar to mine. The difference

RE: mod_jk load balancing with SSL?

2007-03-20 Thread Sean Neeley
No one has ever done this? Help?! -Original Message- From: Sean Neeley [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 12:16 PM To: users@tomcat.apache.org Subject: mod_jk load balancing with SSL? I'm using Apache Tomcat/5.5.15 and trying to get load balancing working with SSL

mod_jk load balancing with SSL?

2007-03-19 Thread Sean Neeley
I'm using Apache Tomcat/5.5.15 and trying to get load balancing working with SSL. Are there any tricks to this setup? I have two tomcat instances on one server, and I want to split sessions between them. I've set this up before without SSL on a different machine, but on this one particular

Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

2006-02-22 Thread Sean Neeley
Hi, I'm using APR 1.2.2 with Tomcat 5.5.15. Occasionally I need to restart the JVM, and so I have one of my servlets call System.exit(0). When using the APR libraries with tomcat, exiting the JVM in this manor leaves port 8009 in the FIN_WAIT2 state (see netstat man page). This prevents me

RE: Using APR with tomcat leaves port 8009 bound when tomcat is terminated?

2006-02-22 Thread Sean Neeley
)apr_socket_bind(s-sock, a); } -Original Message- From: Sean Neeley [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 10:06 AM To: users@tomcat.apache.org Subject: Using APR with tomcat leaves port 8009 bound when tomcat is terminated? Hi, I'm using APR 1.2.2