Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-09 Thread James H. H. Lampert
Dear Mr. Schultz: Delighted to hear from you, and delighted that you weighed in on this. You've already earned my undying respect and gratitude. This also allows us to drop one more cert that we have to pay for, and I think it could lead to an easy way to drop yet another. On 4/9/20 3:31

Re: 2 questions

2020-04-09 Thread Mark Eggers
On 4/9/2020 3:45 PM, jonmcalexan...@wellsfargo.com.INVALID wrote: > Potentially off-topic, sorta, questions. > > > 1. How do we get the latest versions of mod-jk.so tomcat connector 1.2.46 > or 1.2.48? I see the binaries and such for IIS, but not .so versions. > > 2. How, on windows,

2 questions

2020-04-09 Thread jonmcalexander
Potentially off-topic, sorta, questions. 1. How do we get the latest versions of mod-jk.so tomcat connector 1.2.46 or 1.2.48? I see the binaries and such for IIS, but not .so versions. 2. How, on windows, do we tell what version of mod-jk.so is currently in use on Apache HTTP? Asking

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-09 Thread James H. H. Lampert
On 4/9/20 1:37 PM, Peter Kreuser wrote: It should be sufficient to just do a Location directive and then Require. Require Dear Herr Kreuser: Thanks. I was beginning to wonder if Location might be the answer. -- JHHL

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 4/6/20 15:53, James H. H. Lampert wrote: > Here is the situation: > > We have an existing Amazon EC2 instance, running Amazon Linux 2, > with an Apache httpd server already running our web sites (for > argument's sake, "foo.com,"

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-09 Thread Peter Kreuser
Mark, James > Am 09.04.2020 um 22:14 schrieb Mark Eggers : > > James, > >> On 4/9/2020 12:11 PM, James H. H. Lampert wrote: >>> On 4/6/20 2:13 PM, Mark Eggers wrote: >>> # Secure your proxy - localhost for now - this is IMPORTANT >>> >>>Require ip 127 >>> >> Isn‘t this for CONNECT

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-09 Thread Mark Eggers
James, On 4/9/2020 12:11 PM, James H. H. Lampert wrote: > On 4/6/20 2:13 PM, Mark Eggers wrote: >> # Secure your proxy - localhost for now - this is IMPORTANT >> >>    Require ip 127 >> > > Dear Mr. Eggers: > > It seems I was right about how what you said about this, and what the > docs say

java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986

2020-04-09 Thread Manuel Dominguez Sarmiento
Hi, we're reviewing our logs, are we are ocasionally getting the following stack traces: 09-Apr-2020 11:29:19.489 INFO [tomcat-http-81] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header  Note: further occurrences of HTTP request parsing errors will be logged

Re: Setting up Tomcat behind an existing Apache httpd server (on Amazon Linux 2)

2020-04-09 Thread James H. H. Lampert
On 4/6/20 2:13 PM, Mark Eggers wrote: # Secure your proxy - localhost for now - this is IMPORTANT Require ip 127 Dear Mr. Eggers: It seems I was right about how what you said about this, and what the docs say about it, appeared to contradict each other: with that in the VirtualHost

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.34]

2020-04-09 Thread Bill Stewart
Please see here: https://github.com/Bill-Stewart/ApacheTomcatSetup The Setup executable is available on the Releases tab. Bill - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Bill Stewart
On Thu, Apr 9, 2020 at 10:54 AM Mark Thomas wrote: > The correct SHA512 is: > 2bb67b23dc4fd484026f1a8b382f8fe3693644b45576f835f3822d4627e1c1a5c395b054c66cb7b50a29ac591389bdd6b9d2fe42de9fdfb0f4dd38bdeb58027f Thank you. The issue was my download had somehow gotten corrupted. I downloaded the file

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Mark Thomas
On 09/04/2020 17:50, Bill Stewart wrote: > On Thu, Apr 9, 2020 at 10:41 AM Bill Stewart wrote: >> >> On Thu, Apr 9, 2020 at 10:36 AM Mark Thomas wrote: >> >>> Where did you get that zip file from? >> >> https://tomcat.apache.org/download-90.cgi >> >> (Not sure which specific mirror was used; I

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Rémy Maucherat
On Thu, Apr 9, 2020 at 6:36 PM Mark Thomas wrote: > On 09/04/2020 17:27, Mark Thomas wrote: > > On 09/04/2020 17:16, Bill Stewart wrote: > >> On Thu, Apr 9, 2020 at 9:08 AM Mark Thomas wrote: > >> > >>> The Apache Tomcat team announces the immediate availability of Apache > >>> Tomcat 9.0.34. >

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Bill Stewart
On Thu, Apr 9, 2020 at 10:41 AM Bill Stewart wrote: > > On Thu, Apr 9, 2020 at 10:36 AM Mark Thomas wrote: > > > Where did you get that zip file from? > > https://tomcat.apache.org/download-90.cgi > > (Not sure which specific mirror was used; I since navigated elsewhere) > > > What is the SHA512

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Bill Stewart
On Thu, Apr 9, 2020 at 10:36 AM Mark Thomas wrote: > Where did you get that zip file from? https://tomcat.apache.org/download-90.cgi (Not sure which specific mirror was used; I since navigated elsewhere) > What is the SHA512 hash of the zip file you downloaded?

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Mark Thomas
On 09/04/2020 17:27, Mark Thomas wrote: > On 09/04/2020 17:16, Bill Stewart wrote: >> On Thu, Apr 9, 2020 at 9:08 AM Mark Thomas wrote: >> >>> The Apache Tomcat team announces the immediate availability of Apache >>> Tomcat 9.0.34. >> >> Thank you. >> >> FYI: The file tcnative-1.dll is missing

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Mark Thomas
On 09/04/2020 17:16, Bill Stewart wrote: > On Thu, Apr 9, 2020 at 9:08 AM Mark Thomas wrote: > >> The Apache Tomcat team announces the immediate availability of Apache >> Tomcat 9.0.34. > > Thank you. > > FYI: The file tcnative-1.dll is missing from the > 'apache-tomcat-9.0.34-windows-x64.zip'

Re: [ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Bill Stewart
On Thu, Apr 9, 2020 at 9:08 AM Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 9.0.34. Thank you. FYI: The file tcnative-1.dll is missing from the 'apache-tomcat-9.0.34-windows-x64.zip' distribution. Bill

[ANN] Apache Tomcat 8.5.54 available

2020-04-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.54. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers

[ANN] Apache Tomcat 9.0.34 available

2020-04-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.34. 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.34 is a bugfix and

[ANN] Apache Tomcat 10.0.0-M4 available

2020-04-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.0.0-M4. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Mark Thomas
On April 9, 2020 8:49:05 AM UTC, Kushagra Bindal wrote: >Yes Mark. :) This discussion is also going on. > >But is there anything configuration changes which I can try at my end >as >well. It is difficult to provide advice on how to fix a broken web application when we don't have access to the

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Kushagra Bindal
Yes Mark. :) This discussion is also going on. But is there anything configuration changes which I can try at my end as well. On Thu, Apr 9, 2020 at 2:14 PM Mark Thomas wrote: > On 09/04/2020 09:35, Kushagra Bindal wrote: > > Thanks Luis. But we have different vulnerabilities till 8.5.40

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Mark Thomas
On 09/04/2020 09:35, Kushagra Bindal wrote: > Thanks Luis. But we have different vulnerabilities till 8.5.40 version. > > https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-887/Apache-Tomcat.html > > > That is why we are upgrading to latest 8.5 series version. Can someone >

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Kushagra Bindal
Thanks Luis. But we have different vulnerabilities till 8.5.40 version. https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-887/Apache-Tomcat.html That is why we are upgrading to latest 8.5 series version. Can someone please help in resolving this issue? On Thu, Apr 9, 2020

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Luis Rodríguez Fernández
Hello Kushagra, Regarding the supported platform matrix [1] it looks like the tomcat version should be Tomcat 8.5.28 Hope it helps, Luis [1] https://docs.alfresco.com/process-services1.10/concepts/supported-platforms.html El jue., 9 abr. 2020 a las 9:53, Kushagra Bindal () escribió: >

Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Kushagra Bindal
Hi, We are currently using Alfresco APS 1.10.0 version. It is working smoothly with 8.5.24 version. But while upgrading this to Tomcat 8.5.53 we are encountering below error. 08-Apr-2020 08:46:07.951 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin