On 09/02/2024 02:54, Kebret, Michael wrote:
Tomcat version 9.0.83 running on Linux redhat 7 java 11.0.20.
When changing the protocol from TCP to TCPS in Catalina.properties and in
server.xml we have attribute truststorePassword= (tested with both cleartext
and encrypted) password connection i
On 09/02/2024 07:51, Manak Bisht wrote:
On Fri, Feb 9, 2024 at 3:25 AM Mark Thomas wrote:
Same JRE?
Yes, 8.0.402
Generally, I wouldn't use 0.0.0.0, I'd use a specific IP address. I'm
not sure how the clustering would behave with 0.0.0.0
Using 0.0.0.0 as the address for the receiver is
Hello,
it seems you have changed the default Java trust store, so you also need to
provide its password.
You should provide more info about your requirements:
- server authentication only or client authentication too (mTLS in Oracle
documentation)?
- which version of ucp/ojdbc are you using (Ora
I've been experimenting with tomcat 9.x in seeing how long i can get a web
socket session to last. I'm currently struggling to get past 30 minutes or
so. Looking for guidance on how to best increase this or if this is a bad
idea.
Here's the current configuration and what i've tried thus far:
The
Thank you so much Mark for working with me on this issue!
I am taking your recommendation to create a webapps-javaee directory and
place my Tomcat 9 running war file into
that dir so that Tomcat does the compile correctly.
Only problem is that now I cannot figure out what is the correct URL pat