I have some applications currently using sticky sessions in tomcat 7.
Everything works well except that restarting tomcat requires disabling mod_jk
new sessions to an instance, waiting for sessions to expire and then several
hours later restarting the instance. This process is slow and not resil
I have setup a Tomcat server using spring-boot with SSL/TLS for secure
websockets. This works for Android 4.4, iOS, Firefox, and Chrome
clients. Android 5.0 clients (Nexus 5) fail the SSL handshake.
Has anyone successfully setup secure websockets with Android 5?
I know there are SSL/TLS change