Re: Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-06-09 Thread Jared Walker
Hello, The exception was not swallowed. It was just in a different log file which I wasn't anticipating. Thanks, -Jared On Mon, May 29, 2017 at 4:03 PM, Jared Walker wrote: > Hello, > > I have a question about how BackupManager enforces or performs session > replication. > > I have added print

Re: Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jared, On 6/4/17 7:45 PM, Jared Walker wrote: > I was able to figure out that this issue was caused by a developer > adding logging code to the serialization that had a NPE. > Unfortunately the exception was not printed out to catalina.out so > it

Re: Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-06-04 Thread Jared Walker
Hello, I was able to figure out that this issue was caused by a developer adding logging code to the serialization that had a NPE. Unfortunately the exception was not printed out to catalina.out so it was very hard to find, but easy to fix. Thanks, -Jared On Tue, May 30, 2017 at 10:30 AM, Chris

Re: Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-05-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jared, On 5/29/17 5:03 PM, Jared Walker wrote: > Hello, > > I have a question about how BackupManager enforces or performs > session replication. > > I have added print outs to the serializing methods of an object > I'm binding to the http session

Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-05-29 Thread Jared Walker
Hello, I have a question about how BackupManager enforces or performs session replication. I have added print outs to the serializing methods of an object I'm binding to the http session. When I run a simple test (login to the server, shut it down, then try to refresh) I do not stay logged in. I

Re: Tomcat 8.5.4 and LegacyCookieProcessor

2017-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jared, On 5/18/17 1:24 PM, Jared Walker wrote: > Now, I know this is only a work around as the "spec" being used by > this client is ancient. We are considering using the legacy parser > as a stop-gap measure until we can update the external clien

Re: Tomcat 8.5.4 and LegacyCookieProcessor

2017-05-18 Thread Mark Thomas
On 18/05/2017 19:12, Caldarale, Charles R wrote: From: jared.paul.wal...@gmail.com [mailto:jared.paul.wal...@gmail.com] On Behalf Of Jared Walker Subject: Tomcat 8.5.4 and LegacyCookieProcessor We are migrating to the version of tomcat identified in the subject Before exposing an almost

RE: Tomcat 8.5.4 and LegacyCookieProcessor

2017-05-18 Thread Caldarale, Charles R
> From: jared.paul.wal...@gmail.com [mailto:jared.paul.wal...@gmail.com] On > Behalf Of Jared Walker > Subject: Tomcat 8.5.4 and LegacyCookieProcessor > We are migrating to the version of tomcat identified in the subject Before exposing an almost year-old version to the nasty rea

Tomcat 8.5.4 and LegacyCookieProcessor

2017-05-18 Thread Jared Walker
Hello, We are migrating to the version of tomcat identified in the subject and during our testing we ran into an issue with an external automated client used to submit specialized requests to your web application. It was failing to connect because it was submitting cookies with version set to 0.

Re: Tomcat 8.5.4

2016-09-16 Thread Linux Support
Thanks Mark, The issues was not there when i used 8.5.5.. Thank you for pointing me in that direction On Fri, Sep 16, 2016 at 5:20 PM, Mark Thomas wrote: > On 16/09/2016 07:44, Linux Support wrote: > > > > > I cannot make out where it picks up the alias tomcat > > https://bz.apache.org/bugzilla

Re: Tomcat 8.5.4

2016-09-16 Thread Mark Thomas
On 16/09/2016 07:44, Linux Support wrote: > I cannot make out where it picks up the alias tomcat https://bz.apache.org/bugzilla/show_bug.cgi?id=59910 Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For add

Tomcat 8.5.4

2016-09-15 Thread Linux Support
/tomcat/bin/tomcat-juli.jar Server version: Apache Tomcat/8.5.4 Server built: Jul 6 2016 08:43:30 UTC Server number: 8.5.4.0 OS Name:SunOS OS Version: 5.11 Architecture: sparcv9 JVM Version:1.8.0_92-b14 JVM Vendor: Oracle Corporation

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 9/6/16 11:05 PM, Robert Winch wrote: > Mark / Rémy, > > Thanks again for your responses. > > I'd like to point out one more thing. Mark stated: > >> To date, the only problem we have seen with RFC6265 that comes to >> mind is that Tomc

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
Mark / Rémy, Thanks again for your responses. I'd like to point out one more thing. Mark stated: > To date, the only problem we have seen with RFC6265 that comes to mind > is that Tomcat rejects domain values with leading '.' when an > application creates a cookie. The problem I am experiencing

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Rémy Maucherat
2016-09-06 23:04 GMT+02:00 Mark Thomas : > I was assuming that Servlet 4.0 would update to RFC6265 so 9.0.x would > be no change. 8.0.x uses the legacy parser by default so we are only > talking about 8.5.x. here. > > The reason I was fine with adding this to STRICT_SERVLET_COMPLIANCE for > 8.5.x

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Mark Thomas
On 06/09/2016 21:29, Rémy Maucherat wrote: > 2016-09-06 19:11 GMT+02:00 Mark Thomas : > >> This looks like something that is a good fit for >> STRICT_SERVLET_COMPLIANCE. My current thinking is if this is set, change >> the default CookieProcessor to LegacyCookieProcessor. >> > I think I'm -1 for u

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Mark Thomas
On 06/09/2016 20:57, Robert Winch wrote: > Mark, > > Thanks again for your detailed response. > > In addition to the STRICT_SERVLET_COMPLIANCE flag, would you consider > supporting the older RFC if a cookie version was explicitly set on the > Cookie? If applications want to explicitly send versi

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Rémy Maucherat
2016-09-06 19:11 GMT+02:00 Mark Thomas : > This looks like something that is a good fit for > STRICT_SERVLET_COMPLIANCE. My current thinking is if this is set, change > the default CookieProcessor to LegacyCookieProcessor. > > I think I'm -1 for using the strict compliance flag for that. It's too

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
Mark, Thanks again for your detailed response. In addition to the STRICT_SERVLET_COMPLIANCE flag, would you consider supporting the older RFC if a cookie version was explicitly set on the Cookie? Cheers, Rob On Tue, Sep 6, 2016 at 1:21 PM, Mark Thomas wrote: > On 06/09/2016 19:02, Robert Winc

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-06 Thread Mark Thomas
On 05/09/2016 13:11, Klemens Muthmann wrote: > Hi, > > I currently need to implement an HTTP data transmission from an Arduino > with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is > running under Ubuntu 16.04. > > The problem is that, since there are

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Mark Thomas
On 06/09/2016 19:02, Robert Winch wrote: > Mark, > > Thank you for the detailed response. > > I'm looking to assess the full impact of applications that might choose to > use LegacyCookieProcessor. Can you elaborate on why using > LegacyCookieProcessor is a bad idea? It isn't that LegacyCookiePr

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
Mark, Thank you for the detailed response. I'm looking to assess the full impact of applications that might choose to use LegacyCookieProcessor. Can you elaborate on why using LegacyCookieProcessor is a bad idea? Are you aware of other containers that also use RFC6265? Thanks, Rob On Tue, Sep

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-06 Thread Christopher Schultz
i, >>>> >>>> I currently need to implement an HTTP data transmission from >>>> an Arduino with WiFi module to a PC running a Tomcat 8.5.4 >>>> instance. The Tomcat is running under Ubuntu 16.04. >>>> >>>> The problem is that,

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Mark Thomas
On 06/09/2016 18:11, Mark Thomas wrote: > On 06/09/2016 17:38, Robert Winch wrote: >> Thank you for your response. >> >> I don't see how the Tomcat documentation can be fixed unless the Tomcat's >> Servlet APIs are going to deviate from the Servlet 3.1 specification. If >> Tomcat continues to devia

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Mark Thomas
On 06/09/2016 17:38, Robert Winch wrote: > Thank you for your response. > > I don't see how the Tomcat documentation can be fixed unless the Tomcat's > Servlet APIs are going to deviate from the Servlet 3.1 specification. If > Tomcat continues to deviate from the specification, I don't see how Tom

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Rémy Maucherat
2016-09-06 18:38 GMT+02:00 Robert Winch : > Thank you for your response. > You're welcome. Rémy

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-06 Thread Robert Winch
Thank you for your response. I don't see how the Tomcat documentation can be fixed unless the Tomcat's Servlet APIs are going to deviate from the Servlet 3.1 specification. If Tomcat continues to deviate from the specification, I don't see how Tomcat 8.5 can claim Servlet 3.1 compliance. Do you s

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-06 Thread Terence M. Bandoian
On 9/5/2016 8:09 AM, Klemens Muthmann wrote: Am 05.09.2016 um 14:49 schrieb Tim Watts: On Mon, 2016-09-05 at 14:11 +0200, Klemens Muthmann wrote: Hi, I currently need to implement an HTTP data transmission from an Arduino with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-06 Thread Klemens Muthmann
ly need to implement an HTTP data transmission from an >>>> Arduino >>>> with WiFi module to a PC running a Tomcat 8.5.4 instance. The >>>> Tomcat is >>>> running under Ubuntu 16.04. >>>> >>>> The problem is that, since there are n

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-05 Thread tomcat
On 05.09.2016 15:09, Klemens Muthmann wrote: Am 05.09.2016 um 14:49 schrieb Tim Watts: On Mon, 2016-09-05 at 14:11 +0200, Klemens Muthmann wrote: Hi, I currently need to implement an HTTP data transmission from an Arduino with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-05 Thread Klemens Muthmann
Am 05.09.2016 um 14:49 schrieb Tim Watts: > On Mon, 2016-09-05 at 14:11 +0200, Klemens Muthmann wrote: >> Hi, >> >> I currently need to implement an HTTP data transmission from an Arduino >> with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is &g

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-05 Thread Tim Watts
On Mon, 2016-09-05 at 14:11 +0200, Klemens Muthmann wrote: > Hi, > > I currently need to implement an HTTP data transmission from an Arduino > with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is > running under Ubuntu 16.04. > > The problem is that, si

How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-05 Thread Klemens Muthmann
Hi, I currently need to implement an HTTP data transmission from an Arduino with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is running under Ubuntu 16.04. The problem is that, since there are no HTTP libraries on Arduino, I need to write the correct HTTP request myself and I

Re: Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-02 Thread Rémy Maucherat
2016-09-02 23:19 GMT+02:00 Robert Winch : > I realize that I can manually configure LegacyCookieProcessor > > Yes, you'll have to configure the legacy cookie processor to support the less formal former cookie RFCs, this is as expected. If you find any discrepancies about that in the Tomcat documen

Tomcat 8.5.4 uses RFC 6265 by default which does not appear to be Servlet 3.1 compliant

2016-09-02 Thread Robert Winch
It appears that Tomcat 8.5.4 does not conform to the Servlet 3.1 specification in regards to the Cookie RFC that should be used. = Servlet 3.1 Specification Tomcat 8.5.4 states it follows the Servlet 3.1 specification [1]. The Servlet 3.1 Cookie class level Javadoc states [2]: > This cl

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Doug Gschwind
Hi Chris, Thank you for the responses, yes those both help. I did a lot of reading yesterday and was unable to get a clear answer at how this should be done with JEE, where internal resource files are expected to reside (besides just generally being under WEB-INF) within the deployment, and the St

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Doug, On 8/29/16 6:29 PM, Doug Gschwind wrote: > Hello everyone, > > I have a file xyz.txt that is specific to my web application which > needs to be located by my web application, and I wish to find that > resource via getClass().ClassLoader().get

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Rémy Maucherat
2016-08-30 15:31 GMT+02:00 Mark Thomas : > On 30/08/2016 14:27, Rémy Maucherat wrote: > > 2016-08-30 15:22 GMT+02:00 Mark Thomas : > > > >> Either or both of these: > >> http://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > >> > > I wasn't 100% sure NIO2 wasn't affected by the SNI IO loop, but it

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Mark Thomas
On 30/08/2016 14:27, Rémy Maucherat wrote: > 2016-08-30 15:22 GMT+02:00 Mark Thomas : > >> Either or both of these: >> http://bz.apache.org/bugzilla/show_bug.cgi?id=60030 >> > I wasn't 100% sure NIO2 wasn't affected by the SNI IO loop, but it does > fine then reading his email. It isn't. The issu

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Rémy Maucherat
2016-08-30 15:22 GMT+02:00 Mark Thomas : > Either or both of these: > http://bz.apache.org/bugzilla/show_bug.cgi?id=60030 > > I wasn't 100% sure NIO2 wasn't affected by the SNI IO loop, but it does fine then reading his email. Rémy

Re: High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Mark Thomas
On 30/08/2016 14:11, Chen Levy wrote: > Hello All > > Since Tomcat 8.0.x development is about to be stopped, we’ve decided to > switch to 8.5.4, but since are facing the following issue: > A few hours after startup, the Java process starts consuming 100% CPU, and > while Tomcat is still responsi

High CPU Consumption with Tomcat 8.5.4 NIO and SSL

2016-08-30 Thread Chen Levy
hed to the new connector configuration scheme -> problem persists Setup: Current Amazon Linux, Tomcat 8.5.4, Java 1.8.0_92-b14, no APR Analyzing the threads, there’s one which takes all of the CPU time: "https-jsse-nio-8443-

Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Christoph Nenning
> Hello everyone, > > I have a file xyz.txt that is specific to my web application which needs to > be located by my web application, and I wish to find that resource via > getClass().ClassLoader().getResource("xyz.txt") at runtime. The xyz.txt > file has no relation to any particular Java class

Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-29 Thread Doug Gschwind
Hello everyone, I have a file xyz.txt that is specific to my web application which needs to be located by my web application, and I wish to find that resource via getClass().ClassLoader().getResource("xyz.txt") at runtime. The xyz.txt file has no relation to any particular Java class in our applic

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
List' Subject: RE: Apache Tomcat 8.5.4 question Dear Sirs In addition I installed Tomcat 7.0.70 and behaves exactly the same as the 8 versions. Only the first user logging in gets to work all others only up to the Main Menu. In the Tomcat console it appears working in all sessions, but no disp

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
-Original Message- From: Johanes Soetanto [mailto:otnat...@gmail.com] Sent: Saturday, August 27, 2016 11:12 PM To: Tomcat Users List Subject: Re: Apache Tomcat 8.5.4 question On 27 Aug 2016 10:43 pm, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
-Original Message- From: Johanes Soetanto [mailto:otnat...@gmail.com] Sent: Saturday, August 27, 2016 11:12 PM To: Tomcat Users List Subject: Re: Apache Tomcat 8.5.4 question On 27 Aug 2016 10:43 pm, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE

Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-28 Thread Doug Gschwind
Hi Mark, Very good, thank you for that direction. Both approaches you suggest seem appropriate, but I was unable to find any guide that describes how to provide/implement a JASPIC module, let alone that within Tomcat. I am hoping a custom Authenticator via extending AuthenticatorBase (FormAuthenti

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
r "user" Hola Mundo Menu 54 Logout Aug 28, 2016 4:42:55 PM com.vaadin.server.VaadinServlet serveStaticResourcesInVA ADIN INFO: Requested resource [/VAADIN/themes/mytheme/icons/tea-16px.png] not found f rom filesystem or through class loader. Add widgetset and/or theme JAR to your c lasspat

RE: Apache Tomcat 8.5.4 question

2016-08-28 Thread Jorge Alfonso
Dear Sir I installed Tomcat 8.0.36 and behaves the same I would have to add from my previous report that the classes load perfectly since the trace implemented in code track data retrieval and display is working fine, however the display to the screen is not happening. While Tomcat 8.5.4 was

Re: Apache Tomcat 8.5.4 question

2016-08-27 Thread Johanes Soetanto
On 27 Aug 2016 10:43 pm, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jorge, > > On 8/26/16 10:26 PM, Jorge Alfonso wrote: > > Dear Sirs > > > > I configured and started Tomcat Server on Windows 2008-R12 Server. > > > > Compiled and deployed a Java Vaadin

Re: Apache Tomcat 8.5.4 question

2016-08-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jorge, On 8/26/16 10:26 PM, Jorge Alfonso wrote: > Dear Sirs > > I configured and started Tomcat Server on Windows 2008-R12 Server. > > Compiled and deployed a Java Vaadin Web application that I just > started to program 2 months ago. My experienc

Apache Tomcat 8.5.4 question

2016-08-26 Thread Jorge Alfonso
Dear Sirs I configured and started Tomcat Server on Windows 2008-R12 Server. Compiled and deployed a Java Vaadin Web application that I just started to program 2 months ago. My experience with Vaadin is only 2 months and the Tomcat Server only 2 days. I am a newbie learning Java, Vaadin and Tom

Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-26 Thread Mark Thomas
On 26/08/2016 06:54, Doug Gschwind wrote: > Hello, > In my research today on the topic, this appears to be much more difficult > than I would expect in Tomcat 8.5, so I can only conclude I am missing > something. Here are the two potential solutions I have found : > > 1) Provide our own impleme

Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-25 Thread Doug Gschwind
Hello, I am attempting to migrate our web app from Resin 3.1 to Tomcat 8.5.4. Ultimately, the intent is to be able to run our web app within Tomcat 8.5 on MAC OS X (in dev mode) or on a CentOS 7 box for production. With Resin 3.1, you can use a subclass of the Resin AbstractAuthenticator class

Re: Tomcat 8.5.4 making sessions when used with NIO connector

2016-08-11 Thread Christopher Schultz
rver at all, or observe this in a test environment? It's easy to attach a HttpServletListener and dump stack traces to reveal the places where the sessions are being created. > While using Tomcat 6.0.36,. no sessions were created per request. > After migration to Tomcat 8.5.4, this problem

Tomcat 8.5.4 making sessions when used with NIO connector

2016-08-10 Thread swati jain
per request. After migration to Tomcat 8.5.4, this problem has started. Please suggest. BR,Swati

Re: Multiple SSL config with single IP on Tomcat 8.5.4

2016-08-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joshua, On 8/3/16 6:51 PM, Joshua McDowell wrote: > [W]hy aren’t you fronting Tomcat with Apache? I am asking because > i am curious of others views. Because it's an unnecessary component, sensitive to other environmental factors. Why *are* you f

Re: Multiple SSL config with single IP on Tomcat 8.5.4

2016-08-03 Thread Joshua McDowell
Don’t shoot at me.. But why aren’t you fronting Tomcat with Apache? I am asking because i am curious of others views. J > On Aug 3, 2016, at 5:05 PM, Kent Smotherman wrote: > > I'm trying to get multiple SSL certs configured on Tomcat 8.5 with a single > IP. My relevant server.xml looks l

Re: Multiple SSL config with single IP on Tomcat 8.5.4

2016-08-03 Thread Mark Thomas
On 03/08/2016 15:05, Kent Smotherman wrote: > I'm trying to get multiple SSL certs configured on Tomcat 8.5 with a single > IP. My relevant server.xml looks like this: > > connectionTimeout="2" >URIEncoding="UTF-8" >redirectPort="9443" /> > maxTh

Multiple SSL config with single IP on Tomcat 8.5.4

2016-08-03 Thread Kent Smotherman
I'm trying to get multiple SSL certs configured on Tomcat 8.5 with a single IP. My relevant server.xml looks like this: This gives me this error on startup: 03-Aug-2016 16:47:04.541 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule

RE: Tomcat 8.5.4 and Log4j2

2016-07-28 Thread Chen Levy
From: Mark Thomas Sent: Thursday, July 28, 2016 15:32 To: Tomcat Users List Subject: Re: Tomcat 8.5.4 and Log4j2 On 28/07/2016 20:09, Chen Levy wrote: > Hello all > > I’ve been using Tomcat 8.0.X with Log4j2, both for Tomcat logging and for my > applicative logs, for a long time n

Re: Tomcat 8.5.4 and Log4j2

2016-07-28 Thread Mark Thomas
jars > > I’m in the process of upgrading to Tomcat 8.5.4 and according to > https://bz.apache.org/bugzilla/show_bug.cgi?id=58588 these jars are no longer > distributed. > > I followed the instructions in > http://logging.apache.org/log4j/2.0/log4j-jul/index.html

Tomcat 8.5.4 and Log4j2

2016-07-28 Thread Chen Levy
Hello all I’ve been using Tomcat 8.0.X with Log4j2, both for Tomcat logging and for my applicative logs, for a long time now. It was done using the following jars: extras/tomcat-juli.jar extras/tomcat-juli-adapters.jar jars I’m in the process of upgrading to Tomcat 8.5.4 and according to https

Re: [ANN] Apache Tomcat 8.5.4 available

2016-07-14 Thread Mark Thomas
On 14/07/2016 11:40, Johan Compagner wrote: >> >> >> This is the first stable release of the 8.5.x branch. Tomcat 8.x users >> should now use 8.5.x releases in preference to 8.0.x releases. >> >> > i thought 8.5.3 was the first stable release ;) Yep. My bad. Copy/paste error trying to do stuff too

Re: [ANN] Apache Tomcat 8.5.4 available

2016-07-14 Thread Johan Compagner
> > > This is the first stable release of the 8.5.x branch. Tomcat 8.x users > should now use 8.5.x releases in preference to 8.0.x releases. > > i thought 8.5.3 was the first stable release ;)

[ANN] Apache Tomcat 8.5.4 available

2016-07-13 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.4. This is the first stable release of the 8.5.x branch. Tomcat 8.x users should now use 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet