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
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 wo
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() me