Connection Management in Weblogic Server
We are running our application on weblogic 12.2.1.4 version with JDK8 deployed on AIX machine. We have a total of 9 JVMs on each server.
Each JVM is dedicated to individual backend system.
We are having an issue in production where due to the slowness in one of our backend system , established connections on particular JVM starts to increase and reaches to such a limit where all JVMs on the server gets impacted.
Is there any weblogic server configuration/JVM settings by which we can throttle/limit the number of established connections on particular JVMs or on server itself.