11
Apache Installation Step 1: Install JDK Step 2: Set the class path variable for JDK by right click on the My Computer ->properties- >advanced->Environment Variables->path. Now we can install Apache Tomcat. Download Apache Software from http://tomcat.apache.org/download-55.cgi Next unpack the zipped file and simply start executing.

Apache tomcat installation

Embed Size (px)

DESCRIPTION

Installing Process

Citation preview

Page 1: Apache tomcat installation

Apache Installation Step 1: Install JDKStep 2: Set the class path variable for JDK by

right click on the My Computer ->properties->advanced->Environment Variables->path.

Now we can install Apache Tomcat.Download Apache Software from

http://tomcat.apache.org/download-55.cgiNext unpack the zipped file and simply start

executing.

 

Page 2: Apache tomcat installation

Click on Next button to proceed the installation process.

Page 3: Apache tomcat installation

Next click I Agree to continue.

Page 4: Apache tomcat installation

Select all components and click Next button to continue.

Page 5: Apache tomcat installation

Choose the location for the Tomcat files as per your convenience.

Page 6: Apache tomcat installation

Now choose the port number on which you want to run the tomcat server.Tomcat uses the port number 8080 as its default value.And I gave User Name : adminand Password : adminNow click on the Next button

Page 7: Apache tomcat installation

This window asks for the location of the  installed Java Virtual Machine. Browse the location of the JRE folder and click on the Install button. This will install the Apache tomcat at the specified location.

Page 8: Apache tomcat installation

Apache is getting installed.

Page 9: Apache tomcat installation

After completion of installation click on Finish.

Page 10: Apache tomcat installation

After successfully installing, a shortcut icon to start the tomcat server appears in the icon tray of the task bar

Page 11: Apache tomcat installation

After the completion of installation , to check whether it is installed or not , we have open a new browser and give http://localhost:8080/Then this page will appears to confirm that it is installed.