Sometimes we want to run multiple instance of Apache TOMCAT on same machine may be for load balancing, separating web application etc. This article describes on how we can run multiple instance of Apache TOMCAT on same machine.
Read more…
In Apache TOMCAT you can do Database Connection Pooling where in the server will manage the no of the connections with the Database. In this article we will learn how we can achieve Database Connection Pooling using Apache TOMCAT.
Read more…
It is a good practice to not to keep your web application inside Apache TOMCAT ROOT folder. This is because that you want the user to access the server for updating your web pages instead you store all your web pages at some other location. This will also keep unwanted users from the server and access critical information. This article will discuss on how we can create new Web Application Context in Apache TOMCAT Server.
Read more…