I tried herehttp://tomcat.apache.org/download-55.cgi
There are many options and I didn’t understand
I am doing a project involving JSP
Related Product:
Webhosting For Newbies - Discover What To Look For In A Web Host And Get Started Using Your account! + Bonuses"Discover How To Finally Get a Webhosting Account and Work Your Way Around It Without Any Hassles..."You'll Finally Be Able To Host Your Web P... Read More >




2 Comments | Add your own
you need to download the zip file under 5.5.27 binary distribution
unzip it and keep it in ur c:
change the directory name to tomcat ( you can keep the original also but things get simpler with this..!!!)
you also need to install java sdk on ur system as you want to develop an application in jsp ( I assume you know how to do that..)
now set the variable java_home in ur command prompt like this :
set java_home= C:program filesjavajdk1.5.0_10 (this is the path where ur jdk is installed)
now navigate to the tomcat folder
navigate to bin… start the server using startup it is an executable file kept in bin in tomcat ( renamed) folder..
server should start if you have have done al thinhg properly..
now open ur browser, in the address bar type
http://localhost:8080
you should see the welcome page of tomcat.. if you are able to see it..
you have successfully installed tomcat…!!!!
cheeerssssssssss……
The link you show is just for the download. Get the version you want and unzip/unrar. Make sure you have java installed.
google and there are many tutorials. Basically, you start a server and then you can php.
Post a Comment