Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-09 Thread Rémy Maucherat
On Fri, Dec 9, 2022 at 10:02 AM Mark Thomas wrote: > > On 08/12/2022 21:55, Aryeh Friedman wrote: > > I just tried the following command to test if tomcat does in fact listen on > > UDP: > > > > aryeh@sarek1024% nc -u localhost 8080 > > GET / HTTP/1.1 > > > > > > aryeh@sarek1024% > > > > Which

Re: Error setting socket options

2022-12-09 Thread Mark Thomas
There is no available debug logging options so you'll need to use remote debugging to figure out what is going on. https://cwiki.apache.org/confluence/display/TOMCAT/Developing#Developing-Q1 Mark On 07/12/2022 14:07, Gustavo Monti Rocha wrote: In fact I'm not setting those variables. That's

[ANN] Apache Tomcat 10.1.4 available

2022-12-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.4. 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: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-09 Thread Mark Thomas
On 08/12/2022 21:55, Aryeh Friedman wrote: I just tried the following command to test if tomcat does in fact listen on UDP: aryeh@sarek1024% nc -u localhost 8080 GET / HTTP/1.1 aryeh@sarek1024% Which is nice to see tomcat is listening That command doesn't do what you think it does. UDP

Re: Regarding Compilation Steps for Tomcat version 9 on RHEL8

2022-12-09 Thread Mark Thomas
On 09/12/2022 07:03, Vivek Naruka (EXT-NSB) wrote: Hi, Please find attachment of Image. Images get removed before messages are posted to the list. During study on changelog.txt Tomcat projects all have changelogs but none of them are named changelog.txt in either source or published

Re: Mod_JK vs Mod_Proxy

2022-12-09 Thread Christopher Schultz
Jon, On 12/7/22 19:36, jonmcalexan...@wellsfargo.com.INVALID wrote: I get it and agree, but it does just add unnecessary complexity also. In my case, I find it necessary to encrypt ;) There are some reasons I can't move to mod_proxy_* yet, so it's a /necessary/ complexity for me. -chris

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-09 Thread Aryeh Friedman
On Fri, Dec 9, 2022 at 4:02 AM Mark Thomas wrote: > > On 08/12/2022 21:55, Aryeh Friedman wrote: > > I just tried the following command to test if tomcat does in fact listen on > > UDP: > > > > aryeh@sarek1024% nc -u localhost 8080 > > GET / HTTP/1.1 > > > > > > aryeh@sarek1024% > > > > Which is