Hi,
I have try proxyName and proxyPort, but the proxyPort can change nothing
when proxyName can take effect.
>>> Probably your Tomcat listens on Port 80 and nginx was sending the request
>>> to that port.
My tomcat listen 8080 and nginx listen 81, nginx sent the request to 8080
wi
Can I just follow up here what would be the next steps how would I go about
capturing the root cause of these very short connection times to Oracle from
Tomcat.
Would it be along the lines of Wireshark or TCP dump to see what's occurring as
I gather this won't be captured in tomcat logging via
Hello,
I've been trying for days to run a Jax-RS application in the following
environment :
- Tomcat 10.0.16
- Windows 11
- Eclipse 2021-12
and I finally found something weird.
I tried with two different implementations (RESTeasy and Jersey) and I get
the same behavior each time :
- when my imple