Archive

Posts Tagged ‘Apache Tomcat’

Running Multiple Apache Tomcat on same Machine

March 11th, 2009 Hitesh Agrawal 2 comments

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…

Categories: Apache Tags:

Apache TOMCAT – Database Connection Pooling

December 24th, 2008 Hitesh Agrawal No comments

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…

Categories: Apache Tags:

Create Web Application Context in Apache TOMCAT

December 22nd, 2008 Hitesh Agrawal 4 comments

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…

Categories: Apache Tags: