Re: blank screen shown under tomcat9 when I attempt to run my app

2020-04-12 Thread Barry Kimelman
I deleted my web\index.html file from my new app, copied over the web\index.html file from my old app and then I rebuilt my new app and installed it. Now my new app is working as expected ! Now I can proceed with the work on my new app. I will look into this strange issue at a future date. Thanks f

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

2020-04-12 Thread Mark Thomas
Please don't hijack an existing thread. Start a new message for a new topic. (Replying to an existing message and changing the header is not sufficient.) Mark On 09/04/2020 21:05, Manuel Dominguez Sarmiento wrote: > Hi, we're reviewing our logs, are we are ocasionally getting the > following sta

Re: blank screen shown under tomcat9 when I attempt to run my app

2020-04-12 Thread calder
On Sun, Apr 12, 2020, 11:58 Barry Kimelman wrote: > my system is a windows 10 64 bit laptop. > I am running tomcat 9 > Here is the directory of my Java environment > > Directory of C:\Program Files\Java > > Sat Jan 25, 2020 06:03 AM . > Sat Jan 25, 2020 06:03 AM .. >

Re: javax.servlet.ServletContainerInitializer defined in jar not loading on Tomcat 8.5.51 and above

2020-04-12 Thread Mark Thomas
On 08/04/2020 20:36, Mark Thomas wrote: > Hi, > > Thanks for the test case. I've been able to figure out what is going wrong. > > I'll be able to fix this for the May releases (due about a month from > now). I'm just thinking about the best way to fix this from the various > options. > > I have

blank screen shown under tomcat9 when I attempt to run my app

2020-04-12 Thread Barry Kimelman
my system is a windows 10 64 bit laptop. I am running tomcat 9 Here is the directory of my Java environment Volume in drive C is TI10673200G Volume Serial Number is 5E9D-3D3F Directory of C:\Program Files\Java Sat Jan 25, 2020 06:03 AM . Sat Jan 25, 2020 06:03 AM .

Re: Alternatives for AJP

2020-04-12 Thread Frank Tornack
It is possible to replace AJP with normal HTTP or HTTPs. AJP has an advantage, it needs less bandwidth. But it shouldn't make too much difference with today's computer networks. If you need the bandwidth advantage, you can certainly use the module ModSecurity for Apache HTTPD to protect your applic

Re: tomcat7 does not log x-forwarded-for

2020-04-12 Thread Frank Tornack
hello all, unfortunately, I haven't been able to find a clue as to what I'm doing wrong. Currently, logging works with the direct entry of the HTTP header. Unfortunately the automatic switching does not work yet. This means that in case of direct requests, I have a minus sign at this position. D

Re: Alternatives for AJP

2020-04-12 Thread stephane passignat
Hi Which vulnerability are you mentioning ? Thanks ⁣Envoyé par BlueMail ​ Le 10 avr. 2020 à 17:45, à 17:45, David Cleary a écrit: >Some of our customers are currently using the AJP connector. Given the >vulnerability and breaking change to address it, now may be a good time >to prompt them look