
You can install by typing: yum install tomcat5
To start/stop the service:service tomcat5 start/stop
To install some sample pages, type:yum install tomcat5-webapps tomcat5-admin-webapps
One more thing you have to so is change the port no 8080 to any(i gave 1986)
by editing:/etc/tomcat5/server.xml
Check whether its working by typing in browser:http://localhost:1986/
Start working with your project....

No comments:
Post a Comment