Re: tomcat 8.5.23 missing fields: %{cookie} %{Referer} %u in localhost_access_log

2020-01-31 Thread Christopher Schultz
sing: pattern="%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" >> \"%{User-Agent}i\" \"%{cookie}i\"" /> >> >> I am running: tomcat 8.5.23openjdk version "1.8.0_232" >> Redhat 7.7 We are using an internal

Re: tomcat 8.5.23 missing fields: %{cookie} %{Referer} %u in localhost_access_log

2020-01-30 Thread Mark Thomas
ot;%{User-Agent}i\" \"%{cookie}i\"" /> > > I am running:  >     tomcat 8.5.23    openjdk version "1.8.0_232"    Redhat 7.7 > We are using an internal proxy.   > Why do we have missing fields

tomcat 8.5.23 missing fields: %{cookie} %{Referer} %u in localhost_access_log

2020-01-30 Thread timfox 123
Hello The server provides the localhost_access_log files with the following fields missing    %{cookie}     %{Referer}     %u I am using:     pattern="%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{cookie}i\"" /&

Re: tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-03-01 Thread Helena Carbajo
may find enabling Tomcat's debug logging for HTTP/2 instructive. > > Mark > > > > > > -Original Message- > > From: Mark Thomas > > Sent: martes, 26 de febrero de 2019 13:45 > > To: users@tomcat.apache.org > > Subject: Re: tomcat 8.5.23 can not modify

Re: tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-03-01 Thread Mark Thomas
--- > From: Mark Thomas > Sent: martes, 26 de febrero de 2019 13:45 > To: users@tomcat.apache.org > Subject: Re: tomcat 8.5.23 can not modify maxconcurrentstream setting > > See > https://github.com/apache/tomcat/blob/8.5.x/test/org/apache/coyote/http2/TestHttp2Section_5_1.j

tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-02-27 Thread Helena Carbajo
>> See >> https://github.com/apache/tomcat/blob/8.5.x/test/org/apache/coyote/http2/TestHttp2Section_5_1.java#L174 >From what I see in the test a STREAM_REFUSED is returned when a the maxConcurrentStream is set to one. Yet I'd like to understand how this value is changed internally. I think the

RE: tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-02-27 Thread Helena Carbajo
as Sent: martes, 26 de febrero de 2019 13:45 To: users@tomcat.apache.org Subject: Re: tomcat 8.5.23 can not modify maxconcurrentstream setting See https://github.com/apache/tomcat/blob/8.5.x/test/org/apache/coyote/http2/TestHttp2Section_5_1.java#L174 Mark On 26/02/2019 11:01, Helena Carbajo wrot

Re: tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-02-26 Thread Mark Thomas
See https://github.com/apache/tomcat/blob/8.5.x/test/org/apache/coyote/http2/TestHttp2Section_5_1.java#L174 Mark On 26/02/2019 11:01, Helena Carbajo wrote: > I'm trying to modify the value of MaxConcurrentStream for the tomcat server > in order to check that it returns a STREAM_REFUSED when the

tomcat 8.5.23 can not modify maxconcurrentstream setting

2019-02-26 Thread Helena Carbajo
I'm trying to modify the value of MaxConcurrentStream for the tomcat server in order to check that it returns a STREAM_REFUSED when the client uses more streams, but I don't manage to change the default unlimited value. I've been inspecting the tomcat server code with a debugger and I saw it ent

tomcat 8.5.23 not modifying maxconcurrentstream setting

2019-02-26 Thread Helena Carbajo
I'm trying to modify the value of MaxConcurrentStream for the tomcat server in order to check that it returns a STREAM_REFUSED when the client uses more streams, but I don't manage to change the default unlimited value. I've been inspecting the tomcat server code with a debugger and I saw it ente

Re: Server Name Identification (SNI) configuration Tomcat 8.5.23

2019-02-12 Thread Herb Burnswell
On Tue, Feb 12, 2019 at 11:37 AM Herb Burnswell wrote: > > > On Tue, Feb 12, 2019 at 11:26 AM Mark Thomas wrote: > >> On 12/02/2019 19:21, Herb Burnswell wrote: >> > All, >> > >> > Tomcat: 8.5.23 >> > OS: RHEL 7.5 >> > >&

Re: Server Name Identification (SNI) configuration Tomcat 8.5.23

2019-02-12 Thread Herb Burnswell
On Tue, Feb 12, 2019 at 11:26 AM Mark Thomas wrote: > On 12/02/2019 19:21, Herb Burnswell wrote: > > All, > > > > Tomcat: 8.5.23 > > OS: RHEL 7.5 > > > > I am attempting to set up Tomcat to use two keystore's with SNI. Tomcat > > starts succe

Re: Server Name Identification (SNI) configuration Tomcat 8.5.23

2019-02-12 Thread Mark Thomas
On 12/02/2019 19:21, Herb Burnswell wrote: > All, > > Tomcat: 8.5.23 > OS: RHEL 7.5 > > I am attempting to set up Tomcat to use two keystore's with SNI. Tomcat > starts successfully but but I receive a timeout when trying to access > either of the defined server nam

Server Name Identification (SNI) configuration Tomcat 8.5.23

2019-02-12 Thread Herb Burnswell
All, Tomcat: 8.5.23 OS: RHEL 7.5 I am attempting to set up Tomcat to use two keystore's with SNI. Tomcat starts successfully but but I receive a timeout when trying to access either of the defined server names. Here is a single server name configuration that works successfully: Here i

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-20 Thread tomcat
Hi. Glad if I could be of even limited help. It would be nice if you sent to the list a complete layout of your solution, to put into the Tomcat FAQ (e.g. like here : https://wiki.apache.org/tomcat/HowTo, in section 3 Configuration) That may help someone else in the future. On 20.09.2018 15:

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-20 Thread Thomas Delaney
André, I was able to use the reference you made about making tomcatAuthentication false. With this Tomcat setting combined with HTTPD's mod_proxy_ajp proxy rules I was able to get this working. I am still testing this but looks clear to me that this is the solution. Thanks for the quick responses

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-19 Thread tomcat
Hi. Much better.. I don't know if I will be able to help you, considering my little knowledge of Kerberos, but I'm sure that someone else now will be. On 19.09.2018 16:08, Thomas Delaney wrote: Here is more detail into what I went through for setting up Apache Tomcat.: I configured each Apache

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-19 Thread Thomas Delaney
Here is more detail into what I went through for setting up Apache Tomcat.: I configured each Apache Tomcat instance using this bit of documentation: SPNEGO http://spnego.sourceforge.net/ I also used this documentation in order to get my workstation to accept Kerberos authentication and not defaul

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-19 Thread tomcat
On 19.09.2018 13:57, André Warnier (tomcat) wrote: On 18.09.2018 23:24, Thomas Delaney wrote: Hello All, I have recently configured Apache Tomcat on a SuSe Enterprise 12 SP3 server to get Kerberos SSO working with a web client application. I have also in addition configured Apache HTTPD 2.4.29

Re: HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-19 Thread tomcat
On 18.09.2018 23:24, Thomas Delaney wrote: Hello All, I have recently configured Apache Tomcat on a SuSe Enterprise 12 SP3 server to get Kerberos SSO working with a web client application. I have also in addition configured Apache HTTPD 2.4.29 on the same machine.When I reach that website I am f

HTTPD pass off delegation credentials to Apache Tomcat 8.5.23 for SSO Kerberos

2018-09-18 Thread Thomas Delaney
Hello All, I have recently configured Apache Tomcat on a SuSe Enterprise 12 SP3 server to get Kerberos SSO working with a web client application. I have also in addition configured Apache HTTPD 2.4.29 on the same machine.When I reach that website I am failing to get SSO working. The web server is

Re: [External] RE: Tomcat 8.5.23

2018-02-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lawrence, On 2/27/18 12:42 PM, Lawrence Lim wrote: > Our company's standard is Java 8. That's the main reason for > choosing Tomcat 8 over the latest. I think Felix was asking why you were installing Tomcat 8.5.23 instead of Tomc

RE: [External] RE: Tomcat 8.5.23

2018-02-27 Thread Lawrence Lim
elix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: Sunday, February 25, 2018 3:44 AM To: users@tomcat.apache.org Subject: Re: [External] RE: Tomcat 8.5.23 Am Freitag, den 23.02.2018, 15:26 + schrieb Lawrence Lim: > I installed tomcat via untar, something tar -zxf apache-tomcat- > 8.5.23.tar.gz

Re: [External] RE: Tomcat 8.5.23

2018-02-25 Thread Felix Schumacher
Am Freitag, den 23.02.2018, 15:26 + schrieb Lawrence Lim: > I installed tomcat via untar, something tar -zxf apache-tomcat- > 8.5.23.tar.gz.  Any reason for not using the latest available tomcat? > > I am running Java 8 and no security manager I know of.  OK > > I alrea

Re: Tomcat 8.5.23

2018-02-23 Thread Igor Cicimov
On 16 Feb 2018 4:40 am, "Lawrence Lim" wrote: Hi, I just installed tomcat 8.5.23. I am having problems deploying web apps via manager. To reproduce: 1. Login to tomcat manager 2. Go to " WAR file to deploy" 3. Pick a war file Error message

RE: [External] RE: Tomcat 8.5.23

2018-02-23 Thread Lawrence Lim
I installed tomcat via untar, something tar -zxf apache-tomcat-8.5.23.tar.gz. I am running Java 8 and no security manager I know of. I already did a chmod 777 in the tomcat directory. Regards, Lawrence Lim   Software Developer — ENBRIDGE TEL: 780-969-6208 10175 101 St NW,  Edmonton

RE: Tomcat 8.5.23

2018-02-22 Thread Felix Schumacher
t;enbridge.com >Integrity. Safety. Respect. > >-Original Message- >From: Satish Chhatpar 02 [mailto:chhatp...@cpwplc.com] >Sent: Thursday, February 15, 2018 10:58 AM >To: users@tomcat.apache.org >Subject: [External] Re: Tomcat 8.5.23 > >Which op

Re: [E] RE: Tomcat 8.5.23

2018-02-18 Thread Bauer, Margaret M (Peggy)
I undeploy. > >> > >> Lawrence Lim Software Developer - > >> > >> ENBRIDGE TEL: 780-969-6208 10175 101 St NW, Edmonton, Alberta > >> T5J 0H3 > >> > >> enbridge.com Integrity. Safety. Respect. > >> > >> -Original Me

Re: [E] RE: Tomcat 8.5.23

2018-02-16 Thread Christopher Schultz
t;> [mailto:chhatp...@cpwplc.com] Sent: Thursday, February 15, 2018 >> 10:58 AM To: users@tomcat.apache.org Subject: [External] Re: >> Tomcat 8.5.23 >> >> Which operating system? Did you check the logs? >> >> Sent using OWA for iPhone

Re: [E] RE: Tomcat 8.5.23

2018-02-15 Thread Bauer, Margaret M (Peggy)
ailto:chhatp...@cpwplc.com] > Sent: Thursday, February 15, 2018 10:58 AM > To: users@tomcat.apache.org > Subject: [External] Re: Tomcat 8.5.23 > > Which operating system? > Did you check the logs? > > Sent using OWA for iPhone >

RE: Tomcat 8.5.23

2018-02-15 Thread Lawrence Lim
. Safety. Respect. -Original Message- From: Satish Chhatpar 02 [mailto:chhatp...@cpwplc.com] Sent: Thursday, February 15, 2018 10:58 AM To: users@tomcat.apache.org Subject: [External] Re: Tomcat 8.5.23 Which operating system? Did you check the logs? Sent using OWA for iPhone

Re: Tomcat 8.5.23

2018-02-15 Thread Satish Chhatpar 02
Which operating system? Did you check the logs? Sent using OWA for iPhone From: Lawrence Lim Sent: Thursday, February 15, 2018 11:09:54 PM To: users@tomcat.apache.org Subject: Tomcat 8.5.23 Hi, I just installed tomcat 8.5.23. I am having problems deploying

Tomcat 8.5.23

2018-02-15 Thread Lawrence Lim
Hi, I just installed tomcat 8.5.23. I am having problems deploying web apps via manager. To reproduce: 1. Login to tomcat manager 2. Go to " WAR file to deploy" 3. Pick a war file Error message: FAIL - File upload failed, no file Workaround: Cop

Re: Switch to in-memory key store in tomcat 8.5.23 fails application to load

2018-02-15 Thread Mark Thomas
ctPort="${bio-ssl-localhost.https.port}" > scheme="https" > secure="true" > maxHttpHeaderSize="16384"> > > > Problem > --- > > The new version of tomcat has a changed code that is causing my application > from not able to lo

Re: Switch to in-memory key store in tomcat 8.5.23 fails application to load

2018-02-15 Thread Nitkalya Wiriyanuparb (Ing)
ctPort="${bio-ssl-localhost.https.port}" > scheme="https" > secure="true" > maxHttpHeaderSize="16384" > > > Problem > --- > > The new version of tomcat has a changed code that is causing my application > from not able

Switch to in-memory key store in tomcat 8.5.23 fails application to load

2018-02-14 Thread Emil John
Context --- Exact tomcat version, Operating Systems, other configurations- Current Tomcat version - 8.5.15 Operating Systems - Windows/ Linux Upgrading to tomcat version - 8.5.23 Application - Java Application. I have an application with tomcat, say fooapp. I also have a custom keystore

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-23 Thread Richard Tearle
On 23 November 2017 at 17:20, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richard, > > On 11/23/17 8:28 AM, Richard Tearle wrote: >> Yes I read through that thread, but we don't really like Java key >> stores, and I don't think the work around would work for

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Richard, On 11/23/17 8:28 AM, Richard Tearle wrote: > Yes I read through that thread, but we don't really like Java key > stores, and I don't think the work around would work for us. Java keystores are ... awful. > Instead, I did what perhaps I s

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-23 Thread Richard Tearle
On 23 November 2017 at 05:33, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richard, > > On 11/22/17 8:40 AM, Richard Tearle wrote: >> Hello >> >> Apache Tomcat 8.5.23 Centos 7.4 (3.10.0-514.16.1.el7.x86_64) Java >&

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Richard, On 11/22/17 8:40 AM, Richard Tearle wrote: > Hello > > Apache Tomcat 8.5.23 Centos 7.4 (3.10.0-514.16.1.el7.x86_64) Java > 1.8.0_152 (with jce) Running in Docker Container > > I'm upgrading our applications from

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-22 Thread Richard Tearle
apache.org[mailto:users@tomcat.apache.org] >> Betreff: Trouble with TLS/SSL and Tomcat 8.5.23 >> Hello >> >> Apache Tomcat 8.5.23 >> Centos 7.4 (3.10.0-514.16.1.el7.x86_64) >> Java 1.8.0_152 (with jce) >> Running in Docker Container >> >> I

Aw: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-22 Thread Peter Kreuser
Richard, > Gesendet: Mittwoch, 22. November 2017 um 14:40 Uhr > Von: "Richard Tearle" > mailto:richard.tea...@northgateps.com]> > An: users@tomcat.apache.org[mailto:users@tomcat.apache.org] > Betreff: Trouble with TLS/SSL and Tomcat 8.5.23 > Hello > &

Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-22 Thread Richard Tearle
Hello Apache Tomcat 8.5.23 Centos 7.4 (3.10.0-514.16.1.el7.x86_64) Java 1.8.0_152 (with jce) Running in Docker Container I'm upgrading our applications from Apache Tomcat 8.0.47 to 8.5.23, but when trying to get TLS/SSL working on a connector I get the following error: 2

Re: Fw: TomCat 8.5.23 application not responding

2017-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darin, On 11/3/17 5:17 PM, dbol...@dsginc.biz wrote: > From: Christopher Schultz To: > users@tomcat.apache.org Date: 11/02/2017 02:28 PM Subject: > Re: TomCat 8.5.23 application not responding > > > > Darin, > >

Fw: TomCat 8.5.23 application not responding

2017-11-03 Thread DBolken
From: Christopher Schultz To: users@tomcat.apache.org Date: 11/02/2017 02:28 PM Subject:Re: TomCat 8.5.23 application not responding -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darin, On 11/2/17 12:55 PM, dbol...@dsginc.biz wrote: > I have a TomCat 8.5.23 service runn

Re: TomCat 8.5.23 application not responding

2017-11-03 Thread DBolken
From: Christopher Schultz To: users@tomcat.apache.org Date: 11/02/2017 02:28 PM Subject:Re: TomCat 8.5.23 application not responding -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darin, On 11/2/17 12:55 PM, dbol...@dsginc.biz wrote: > I have a TomCat 8.5.23 service runn

Re: TomCat 8.5.23 application not responding

2017-11-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Darin, On 11/2/17 12:55 PM, dbol...@dsginc.biz wrote: > I have a TomCat 8.5.23 service running on a Windows 2008 R2. It is > currently running a third party web commerce application. It will > run great until randomly one day the ap

TomCat 8.5.23 application not responding

2017-11-02 Thread DBolken
I have a TomCat 8.5.23 service running on a Windows 2008 R2. It is currently running a third party web commerce application. It will run great until randomly one day the application will stop responding. When you try to go to the application URL it sits and spins. I look at the catalina

Re: Tomcat 8.5.23 Initialization PRNG/SSL

2017-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 10/27/17 10:55 AM, George S. wrote: > I'm seeing some strange ssl errors. They're not reproducible > consistently, and I think they're because the PRNG is initializing > after the Connector. Here's some log output: > > 26-Oct-2017 17:04

Re: [maybe OT] /dev/urandom [was : Re: Tomcat 8.5.23 Initialization PRNG/SSL]

2017-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, (This turned out to be quite long. I honestly think it's worth reading.) On 10/27/17 5:32 PM, André Warnier (tomcat) wrote: > There seem to be a recrudescence of interventions on this list > about SSL/HTTPS, and associated discussions about

Re: [maybe OT] /dev/urandom [was : Re: Tomcat 8.5.23 Initialization PRNG/SSL]

2017-10-28 Thread tomcat
On 28.10.2017 00:54, Bob Hall wrote: > On Friday, October 27, 2017, 2:32:50 PM PDT, André Warnier (tomcat) wrote: > > > There seem to be a recrudescence of interventions on this list about SSL/HTTPS, and associated discussions about the usage of various randomness sources.> I found thi

Re: [maybe OT] /dev/urandom [was : Re: Tomcat 8.5.23 Initialization PRNG/SSL]

2017-10-27 Thread Bob Hall
> On Friday, October 27, 2017, 2:32:50 PM PDT, André Warnier (tomcat) > wrote: >  >  > There seem to be a recrudescence of interventions on this list about >SSL/HTTPS, and > associated discussions about the usage of various randomness sources.> I > found this article interesting :> https:/

[maybe OT] /dev/urandom [was : Re: Tomcat 8.5.23 Initialization PRNG/SSL]

2017-10-27 Thread tomcat
There seem to be a recrudescence of interventions on this list about SSL/HTTPS, and associated discussions about the usage of various randomness sources. I found this article interesting : https://www.2uo.de/myths-about-urandom/ ---

Re: Tomcat 8.5.23 Initialization PRNG/SSL

2017-10-27 Thread tomcat
On 27.10.2017 16:55, George S. wrote: I'm seeing some strange ssl errors. They're not reproducible consistently, and I think they're because the PRNG is initializing after the Connector. Here's some log output: 26-Oct-2017 17:04:08.380 INFO [main] org.apache.coyote.AbstractProtocol.start Star

Tomcat 8.5.23 Initialization PRNG/SSL

2017-10-27 Thread George S.
I'm seeing some strange ssl errors. They're not reproducible consistently, and I think they're because the PRNG is initializing after the Connector. Here's some log output: 26-Oct-2017 17:04:08.380 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-26 Thread Chris Cheshire
On Thu, Oct 26, 2017 at 3:00 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 10/16/17 9:43 AM, Chris Cheshire wrote: >> On Fri, Oct 13, 2017 at 5:00 PM, Christopher Schultz >> wrote: >>> -BEGIN PGP SIGNED MESSAGE- >> >>> When you say yo

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris and Keiichi, On 10/17/17 5:31 PM, Chris Cheshire wrote: > On Tue, Oct 17, 2017 at 3:44 AM, Keiichi Fujino > wrote: >> Hi >> >> You have set >> factory="org.apache.tomcat.jdbc.pool.DataSourceFactory". In other >> words, you do not use (tomcat

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 10/16/17 9:43 AM, Chris Cheshire wrote: > On Fri, Oct 13, 2017 at 5:00 PM, Christopher Schultz > wrote: >> -BEGIN PGP SIGNED MESSAGE- > >> When you say you have "autocommit disabled in mysql config" what >> do you mean? >> > >

Re: Checksum fail for apache-tomcat-8.5.23-windows-x86.zip

2017-10-23 Thread Konstantin Kolinko
are comparing with checksum of a different file? E.g. windows-x86.zip vs windows-x64.zip vs .zip ? The correct sha1: 5992ca5bf02a6ae6d901eb22e7d3309061b26e42 *apache-tomcat-8.5.23-windows-x86.zip sha256: acca2ce6217da70beb8f6b0d58054f2133276bd7328ff51ca51ae0125c1cf586 *apache-tomcat-8.5.23-wi

Checksum fail for apache-tomcat-8.5.23-windows-x86.zip

2017-10-23 Thread Bill Munro
Hi, I downloaded the file from all mirror sites (including backups), but I get a different checksum than the one on the apache site. I am using fsum sha1. Are the checksums on the site incorrect, or is fsum wrong? Bill

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-17 Thread Chris Cheshire
On Tue, Oct 17, 2017 at 3:44 AM, Keiichi Fujino wrote: > Hi > > You have set factory="org.apache.tomcat.jdbc.pool.DataSourceFactory". > In other words, you do not use (tomcat)DBCP, you are using Tomcat jdbc-pool. That's what I meant sorry. Was comparing to commons-dbcp and went dyslexic on the ac

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-17 Thread Keiichi Fujino
Hi You have set factory="org.apache.tomcat.jdbc.pool.DataSourceFactory". In other words, you do not use (tomcat)DBCP, you are using Tomcat jdbc-pool. In DBCP, the default of rollbackOnReturn attribute is true. However, in Tomcat jdbc-pool, the default of rollbackOnReturn( and commitOnReturn ) att

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-16 Thread Chris Cheshire
On Fri, Oct 13, 2017 at 5:00 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > When you say you have "autocommit disabled in mysql config" what do > you mean? > /etc/my.cnf : [mysqld] autocommit=0 This turns off autocommit off as a default for all connections. I need this at

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, Sorry, I had the autocommit true/false values mixed up in my mind. When you say you have "autocommit disabled in mysql config" what do you mean? On 10/13/17 10:17 AM, Chris Cheshire wrote: > > > As a further test I just took out my explic

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-13 Thread Chris Cheshire
As a further test I just took out my explicit rollback in my DAOFactory close() method, and swapped back to commons dbcp. Added an update that wasn't explicitly committed, and it correctly did not get committed when the connection was closed. Swapped back to tomcat dbcp and repeated, it got commi

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-13 Thread Chris Cheshire
On Thu, Oct 12, 2017 at 11:16 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 10/11/17 5:21 PM, Chris Cheshire wrote: >> Working on a migration from 7 to 8.5, and in it I am now using the >> tomcat dbcp, instead of apache commons dbcp.> I have

Re: tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 10/11/17 5:21 PM, Chris Cheshire wrote: > Working on a migration from 7 to 8.5, and in it I am now using the > tomcat dbcp, instead of apache commons dbcp.> I have found that > with no other changes to the db code (except the factory para

tomcat 8.5.23 dbcp not honoring autocommit = false?

2017-10-11 Thread Chris Cheshire
Working on a migration from 7 to 8.5, and in it I am now using the tomcat dbcp, instead of apache commons dbcp. I have found that with no other changes to the db code (except the factory param for the resource), it is working fine other than there is an implicit commit happening when I close a conn

Re: Tomcat 8.5.23 - Nio2 Connector - Error reading request, ignored

2017-10-06 Thread Rémy Maucherat
On Thu, Oct 5, 2017 at 7:11 PM, Eirik Lykken wrote: > > 05-Oct-2017 17:13:32.535 SEVERE > [https-openssl-nio2-94.229.64.230-443-exec-19701] > org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error > reading request, ignored > java.lang.IllegalStateException > at org.apache.c

Tomcat 8.5.23 - Nio2 Connector - Error reading request, ignored

2017-10-05 Thread Eirik Lykken
Dear All, We are running Tomcat 8.5.23 production server on a CentOS 6.9 machine, Oracle JVM 1.8.0_144, and OpenSSL 1.1.0f. The server hosts a web application where almost all the traffic is https. We used to have a Http11NioProtocol connector with Java SSL using HTTP 1.1 but we switched to

[ANN] Apache Tomcat 8.5.23 available

2017-10-03 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.23. Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression