Tomcat
-
Tomcat context.xml Configuration Example
In Tomcat, the Context Container represents a single web application running within a given instance of Tomcat. A web site…
Read More » -
Tomcat access log configuration example
This article describes the configuration of the access log for Apache Tomcat 7 web server. A web server has the…
Read More » -
Tomcat server.xml Configuration Example
Almost every application container will have some form of a server.xml file. It’s basically where every meta-data or configurations that…
Read More » -
Tomcat tomcat-users.xml configuration example
This article describes the configuration of the tomcat-users.xml file for Apache Tomcat 7 web server. tomcat-users.xml is the default user…
Read More » -
Tomcat DataSource JNDI Example
In this example, we shall demonstrate how to create the Data-source using Java Naming and Directory Interface or JNDI, for…
Read More » -
MySQL Connector for Java – How to install in Eclipse and Tomcat
In this example, we are going to take a look at how to use the Java MySQL Connector in two…
Read More » -
Eclipse Tomcat plugin tutorial
In this tutorial, we will learn to configure and use the Tomcat Plugin for Eclipse. Although there are a few…
Read More » -
How To Configure Tomcat To Support SSL Or Https
In this short example we are going to see how to configure Tomcat to support SSL protocol, and thus https…
Read More »