Archive for the tomcat Category

1

Set Up Apache Tomcat On Windows

 

1- Download latest Apache Tomcat from here. You can download a zip or a tar for Linux or an installer package.

2- Unzip/ install tomcat at a proper place; say in C:/tomcat directory

 

Set up environment variables

1- To make tomcat run JAVA_HOME environment must be set. If you already have not done this then refer to other tutorial Install And Configure JDK On Windows and set the java variables

Read More