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

2020-04-07 Thread James H. H. Lampert
I don't have enough reputation points to comment on your question on serverfault. Is your DocumentRoot (/var/www/html/test) underneath the default DocumentRoot (normally /var/www/html)? I found the problem, and it wasn't a [profanity] server problem; it was a [profanity] client problem! This

Aw: Re: Re: /META-INF/resources/ and Chrome's DevTools

2020-04-07 Thread Peter Rader
Ah ok,    I use maven, only tomcat 7 and 6 is available. PreResources are only available in tomcat8 so I decide against tomcat in higher versions than 7.   Kind regards >  Gesendet: Montag, 06. April 2020 um 16:34 Uhr > Von: "Mark Thomas" >  An: users@tomcat.apache.org > Betreff: Re: Aw: Re

Re: Issue with Host Header Mismatch

2020-04-07 Thread Mark Thomas
On 07/04/2020 08:54, Rajah Yoghindra K S wrote: > Our POST request header looks like this: > > POST https://linux-7f67.blr.abc.com:443/testUrl/ HTTP/1.1 > Host: *linux-7f67.blr.abc.com* > User-Agent: gSOAP/2.8 > Content-Type: text/xml; charset=utf-8 > Content-Length: 1740 > Connection: close

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

2020-04-07 Thread Mark Thomas
On 07/04/2020 08:09, Jackson Ong wrote: > Hi, > > I have tested 8.5.51 and 8.5.53, both doesn't work. The current version > that works for me is tomcat 8.5.50 > The recent changed on SCI was tomcat 7.0.103 ( > https://tomcat.apache.org/tomcat-7.0-doc/changelog.html) > Previously we have issue with

Issue with Host Header Mismatch

2020-04-07 Thread Rajah Yoghindra K S
Hello everyone, Tomcat Version: 9.0.26 OS: Windows and Linux We recently upgraded from Tomcat 8.5.35 to 9.0.26 and in 9.0.26 there is change in default value of "allowHostHeaderMismatch" flag which is causing few issues for us. 8.5.35 - Default valu

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

2020-04-07 Thread Jackson Ong
Hi, I have tested 8.5.51 and 8.5.53, both doesn't work. The current version that works for me is tomcat 8.5.50 The recent changed on SCI was tomcat 7.0.103 ( https://tomcat.apache.org/tomcat-7.0-doc/changelog.html) Previously we have issue with tomcat 7.0.100 to 102, tested it works in 7.0.103. J