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
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
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
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
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,
>
>
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
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
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