Howto-Install Tomcat in Centos /Fedora the Easy way | Unixmen
by Prabakaran[ Edit ] 2012-06-13 18:05:52
yum -y install java
yum -y install tomcat6 tomcat6-webapps tomcat6-admin-webapps
- Finally we can launch Tomcat 6:
#/etc/init.d/tomcat6 start
- To connect to Tomcat, just browse to port 8080 (default) on the server, for example:
http://ip:8080/