Re: tomcat-embed-logging-juli not updated in Maven Central?

2017-04-11 Thread Mark Thomas
On 11/04/17 18:17, Mark Thomas wrote: > On 11/04/17 17:51, Tyrel Haveman wrote: >> Hi! >> >> I'm in the process of upgrading an embedded Tomcat project from 8.0.x to >> 8.5.x. I noticed that tomcat-embed-logging-juli is not in the Maven central >> repository since version 8.5.2, even though the oth

Re: tomcat-embed-logging-juli not updated in Maven Central?

2017-04-11 Thread Mark Thomas
On 11/04/17 17:51, Tyrel Haveman wrote: > Hi! > > I'm in the process of upgrading an embedded Tomcat project from 8.0.x to > 8.5.x. I noticed that tomcat-embed-logging-juli is not in the Maven central > repository since version 8.5.2, even though the other jars are up to > 8.5.13. What has happene

tomcat-embed-logging-juli not updated in Maven Central?

2017-04-11 Thread Tyrel Haveman
Hi! I'm in the process of upgrading an embedded Tomcat project from 8.0.x to 8.5.x. I noticed that tomcat-embed-logging-juli is not in the Maven central repository since version 8.5.2, even though the other jars are up to 8.5.13. What has happened here? Is this jar no longer needed, is 8.5.2 just

Re: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-11 Thread Ankit Agarwal
Hi Cris, 1. No worries. All thoughts and questions are welcome because it helps me think too :) 2. You can replace the java.utils.logging entirely with Log4J in Tomcat. See the link I posted in my very first email. The Tomcat documentation provides the steps.The only problem is that Tomcat only

RE: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File

2017-04-11 Thread Berneburg, Cris J. - US
Ankit -Original Message- From: Ankit Agarwal [mailto:ankit_agarwal@...] Sent: Monday, April 10, 2017 3:24 PM To: users@tomcat.apache.org Subject: Using Log4J2 2.8 (via the 1.2 API Bridge) for Tomcat8 Internal Logging - RollingFileAppender does not (cannot?) create new Log File > Hi, > >

Re: what could this mean if there are many many http threads in this state?

2017-04-11 Thread Mark Thomas
On 11/04/17 13:35, Johan Compagner wrote: > Thread: http-443-72, state: RUNNABLE, total cpu time: 5583984.375ms, total > user time: 5451312.5ms > java.net.SocketInputStream.socketRead0(Native Method) > java.net.SocketInputStream.socketRead(Unknown Source) > java.net.SocketInputStream.read(Unk

what could this mean if there are many many http threads in this state?

2017-04-11 Thread Johan Compagner
Thread: http-443-72, state: RUNNABLE, total cpu time: 5583984.375ms, total user time: 5451312.5ms java.net.SocketInputStream.socketRead0(Native Method) java.net.SocketInputStream.socketRead(Unknown Source) java.net.SocketInputStream.read(Unknown Source) java.net.SocketInputStream.read(Unkno

Tomcat 8.5.13

2017-04-11 Thread Flora, Norman W
I am using Tomcat 8.5.13 and am trying to setup SSL with a self-signed cert. I have created the keystore and edited the server.xml with the info below.. I can get to the default site via 8080 but when I go to 8443 it just spins (never errors). Any ideas? Norman William