Persist function in host manager working in 9.0.60 but not 10.1.x

2023-07-24 Thread Fong Mason
Hi all, Last month I setup a new Tomcat instance (10.1.9) since I want to have a try of Spring 6.x. Everything was working fine until I need to add a new virtual host. I had followed the instructions in https://tomcat.apache.org/tomcat-10.1-doc/host-manager-howto.html to add a new Listener in

Re: Tomcat 9 installation, problems accessing /docs and /examples

2023-07-24 Thread Nicholas Papadonis
Problem resolved: mv /usr/local/tomcat/webapps.dist /usr/local/tomcat/webapps I'm assuming the directory from github required a build. On Mon, Jul 24, 2023 at 7:20 PM Nicholas Papadonis < nick.papadonis...@gmail.com> wrote: > I tried using the following Docker images to install Tomcat 9: >

Tomcat 9 installation, problems accessing /docs and /examples

2023-07-24 Thread Nicholas Papadonis
I tried using the following Docker images to install Tomcat 9: tomcat:9.0.78-jdk21-openjdk-bookworm tomcat:9 (results in the same with jdk17) I configured the admin user/pw and can access the mgmt console, however I am having problems accessing /docs and /examples, which result in 404 errors. I

Re: Problem with the redirect after j_security_check

2023-07-24 Thread Christopher Schultz
Helge, On 7/22/23 11:03, Wiemann, Helge (ESI) wrote: we are using Tomcat 9 and the still the JDBC Realm for authentication. Our starting URL (which is protected) ends with “/boot1#index” The form authentication is then processed through the common url j_security_check. But after a

Re: [External] Re: Client Certificates

2023-07-24 Thread Christopher Schultz
Robert, On 7/20/23 15:43, Robert Egan wrote: I suspect the problem is occurring before I can see the certificate, because the only way the request even reaches my filter is when the is set to auth="none". I have been pulled away from this project for now, but thanks for the answers. If you

Re: [External] Re: Supporting Proxy Protocol in Tomcat

2023-07-24 Thread Jonathan S. Fisher
Just a side note, because we're also very interested in this patch! Awhile back, I was successfully able to apply this patch and terminate TCP/TLS using HaProxy. We then had Tomcat listen on a unix domain socket and the Proxy protocol provided *most *of the relevant/required information to

RE: [External] Re: Supporting Proxy Protocol in Tomcat

2023-07-24 Thread Amit Pande
Thank you, Chris, again for inputs. And sorry to circle back on this, late. One related question is - does it make sense to use the patch attached in https://bz.apache.org/bugzilla/show_bug.cgi?id=57830 ? And potentially, get it integrated into Tomcat versions? There are concerns from Mark

Re: Can We Disable Chunked Encoding?

2023-07-24 Thread Terence M. Bandoian
On 7/24/2023 10:09 AM, Eric Robinson wrote: My apologies. I wasn't aware that something else besides the subject line identifies a thread. I thought changing the subject line *IS* starting a new thread. Thanks for letting me know. For my own edification, what does the list look for in a

RE: Can We Disable Chunked Encoding?

2023-07-24 Thread Eric Robinson
My apologies. I wasn't aware that something else besides the subject line identifies a thread. I thought changing the subject line *IS* starting a new thread. Thanks for letting me know. For my own edification, what does the list look for in a message to identify the thread? > -Original