nginx + Tomcat 9

2018-07-10 Thread Mark Thomas
On 10/07/18 17:59, Giacomo Arru - BETA Technologies wrote: > Hi, > we are using nginx as proxy for our web app deployed in Tomcat 9. > > The app uses websocket. The websocket connection dies after 30/40 seconds and > we can't figure out why. > > Any suggestions? Turn on debug logging for

Re: nginx + Tomcat 9

2018-07-10 Thread tomcat
On 10.07.2018 18:59, Giacomo Arru - BETA Technologies wrote: Hi, we are using nginx as proxy for our web app deployed in Tomcat 9. The app uses websocket. The websocket connection dies after 30/40 seconds and we can't figure out why. Any suggestions? - look at the logs ? (of nginx as well

Re: Certificate based database authentication

2018-07-10 Thread Will Nordmeyer
Thanks Andre - I agree it is an oracle driver based question, but sometimes here is faster for answers based on people's own life experience. On Tue, Jul 10, 2018 at 11:26 AM, André Warnier (tomcat) wrote: > Hi. > > On 10.07.2018 15:03, Will Nordmeyer wrote: >> >> I have an application in

nginx + Tomcat 9

2018-07-10 Thread Giacomo Arru - BETA Technologies
Hi, we are using nginx as proxy for our web app deployed in Tomcat 9. The app uses websocket. The websocket connection dies after 30/40 seconds and we can't figure out why. Any suggestions? Giacomo Non multa, sed multum Giacomo Arru Direttore commerciale - BETA Technologies

Re: Certificate based database authentication

2018-07-10 Thread tomcat
Hi. On 10.07.2018 15:03, Will Nordmeyer wrote: I have an application in Tomcat 7 that connects to an Oracle database. Currently we are connecting using the username/password which is embedded in the xml files. To harden security, we are looking at x509 certificate authentication. Is there a

Certificate based database authentication

2018-07-10 Thread Will Nordmeyer
I have an application in Tomcat 7 that connects to an Oracle database. Currently we are connecting using the username/password which is embedded in the xml files. To harden security, we are looking at x509 certificate authentication. Is there a way to tie a certificate to Tomcat hand have them

RE: Protocol handler initialization failed, Address already in use

2018-07-10 Thread Jäkel , Guido
Dear Sergey, does this actually happen on a restart situation (with less than about 5min pausing time)? Then maybe you have a dangling connection (close/time waiting) on the TCP stack from the shutdown of a client connection (or the reverse proxy). Please check if any is still open after