I am developing a web application using JSP & Servlet. The server I use is Apache Tomcat.
If I don't access the application for a long time, the Operating System kills the Tomcat process automatically. I learnt that it could happen due to the idle time of that process. How could I handle this from my application.