re: getServerPort always return 80

2022-01-23 Thread 王 静凯
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

RE: Tomcat jdbc connections

2022-01-23 Thread Alan F
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

Jax-RS problem with Tomcat 10

2022-01-23 Thread Julien Bréda
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