ant install java.net.ProtocolException: Server redirected too many times (20)

2019-02-08 Thread Barry Kimelman
I am trying to build an app under tomcat 9-0-14 that I had previously built under tomcat 7 several years ago. however when I run the "ant install" command it fails with the following errors. BUILD FAILED C:\barry\hockey3\build.xml:369: java.net.ProtocolException: Server redirected too many times

Re: Tomcat 8.5 SPNEGO Active Directory stuck with a "Failed authenticate() test"

2019-02-08 Thread Michael Osipov
Am 2019-02-08 um 12:54 schrieb Tommy Schneider: Hello, I'm trying to set up Tomcat 8.5 with SPNEGO in the following environment: Tomcat: 8.5.37 built: Dec 12 2018 12:07:02 UTC Platform/OS: AIX 7.2 ppc64 Java: Eclipse OpenJ9 9-internal+0-adhoc.jenkins From what I can see in the catalina l

migration from tomcat 7.0 to 8.5

2019-02-08 Thread Aquatic Safaris Diver
I've read the migration manuals and have tried to make the changes to my configuration files to work correctly in tomcat v8.5, but it's not.  I'm not an expert on XML files and JDK so please help me.   I'm sure this is crazy simple for you experts. The server.xml conf file is OK between the two

RE: Does Tomcat count incoming connections?

2019-02-08 Thread Roskens, Ronald
> -Original Message- > From: john.e.gr...@wellsfargo.com.INVALID > [mailto:john.e.gr...@wellsfargo.com.INVALID] > Sent: Friday, February 08, 2019 2:24 PM > To: users@tomcat.apache.org > Subject: [[EXTERNAL]] RE: Does Tomcat count incoming connections? > > Chris, > > > > -Original

Re: Does Tomcat count incoming connections?

2019-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 2/8/19 15:24, john.e.gr...@wellsfargo.com.INVALID wrote: >> -Original Message- From: Christopher Schultz >> Sent: Friday, February 08, 2019 >> 11:48 AM To: users@tomcat.apache.org Subject: Re: Does Tomcat >> count incoming connecti

RE: Does Tomcat count incoming connections?

2019-02-08 Thread John.E.Gregg
Chris, > -Original Message- > From: Christopher Schultz > Sent: Friday, February 08, 2019 11:48 AM > To: users@tomcat.apache.org > Subject: Re: Does Tomcat count incoming connections? > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > > You can get this count from t

Re: current best practices for Tomcat with SSL on port 443

2019-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Garret, On 2/8/19 08:27, Garret Wilson wrote: > On 2/7/2019 9:54 PM, Christopher Schultz wrote: >> … I would argue that adding Apache httpd into the mix (where is >> it not already there) is more complicated than using Let's >> Encrypt with Tomcat.

Re: Does Tomcat count incoming connections?

2019-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 2/8/19 12:09, john.e.gr...@wellsfargo.com.INVALID wrote: > I'm interested in knowing how many new incoming connections are > being created, possibly per connector. Does Tomcat have such a > thing? I assume it would involve counting calls

Does Tomcat count incoming connections?

2019-02-08 Thread John.E.Gregg
Hi all, I'm interested in knowing how many new incoming connections are being created, possibly per connector. Does Tomcat have such a thing? I assume it would involve counting calls to ServerSocketChannel.accept() or something like that. I see the GlobalRequestProcessor MBean has a request

Re: Fwd: Tomcat-embed-core-9.0.12.jar bug about Content-Length Corrupting Parsing logic for Subsequent Request

2019-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pawel, On 2/7/19 19:41, Pawel Veselov wrote: > Sorry for a rather rude intrusion. If you think it's rude, why did you do it? > On Thu, Feb 7, 2019 at 4:18 PM Christopher Schultz > wrote: > >> Chunked encoding is like sending a bunch of small HT

Re: current best practices for Tomcat with SSL on port 443

2019-02-08 Thread Garret Wilson
On 2/7/2019 9:54 PM, Christopher Schultz wrote: … I would argue that adding Apache httpd into the mix (where is it not already there) is more complicated than using Let's Encrypt with Tomcat. OK, I guess I didn't figure in the part about adding/configuring the connector. But still there are a

Tomcat 8.5 SPNEGO Active Directory stuck with a "Failed authenticate() test"

2019-02-08 Thread Tommy Schneider
Hello, I'm trying to set up Tomcat 8.5 with SPNEGO in the following environment: Tomcat: 8.5.37 built: Dec 12 2018 12:07:02 UTC Platform/OS: AIX 7.2 ppc64 Java: Eclipse OpenJ9 9-internal+0-adhoc.jenkins >From what I can see in the catalina log I think it's almost working (AD user is returne

[ANN] Apache Tomcat 9.0.16 available

2019-02-08 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.16. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.16 is a bugfix and feat

Re: Receiving 403 with Tomcat 9, works with Tomcat 8

2019-02-08 Thread Jörg Schaible
Hi Mark, Am Mittwoch, 6. Februar 2019, 15:32:26 CET schrieb Mark Thomas: [snip] > You need to set cors.allowed.origin to an appropriate value. See: > http://tomcat.apache.org/tomcat-9.0-doc/config/filter.html#CORS_Filter thanks for your pointers, but unfortunately even setting the value to '*'