AW: Java Connector help needed

2023-08-13 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Charlie, > -Ursprüngliche Nachricht- > Von: Charlie DiDonato > Gesendet: Sonntag, 13. August 2023 18:08 > An: users@tomcat.apache.org > Betreff: Java Connector help needed > > Hi All, > I am migrating from tomcat 8.5x to 9.0.78 > > Below is my server .xml > > I don't have Apache

Java Connector help needed

2023-08-13 Thread Charlie DiDonato
Hi All, I am migrating from tomcat 8.5x to 9.0.78 Below is my server .xml I don't have Apache webserver fronting this yet on my local machine (Windows 10). It is a Java app. Here is the part that I feel is relevant, but the full config is listed below that.- I order to see that tomcat is

Re: Forwarding request to a different servlet

2023-08-13 Thread Andy Pont
I wrote... Progress of sorts! The request is now returning 302 instead of 404! Looking in the log files for the backend, it has a message that says “Robot requests must be rejected” and the 302 response is due to a redirect to a permission denied page. My understanding was the .forward()