In our setup, we have two containers
- Tomcat running on Linux Container
- DB running on another Linux container
If the servlet running under tomcat is not able to reach DB container via hibernate. After retries,Should we call System.exit in Servlet ?
In our setup, we have two containers
If the servlet running under tomcat is not able to reach DB container via hibernate. After retries,Should we call System.exit in Servlet ?