Tomcat 6 on CentOS 6.3 installation is a breeze...lots of how-tos out there:
But, why not mention IP Tables.
Now, you are set.
- http://zscribble.wordpress.com/2011/11/15/install-tomcat-6-on-centos-6/
- http://newpush.com/2011/10/how-to-install-tomcat-6-on-rhel-6-or-centos-6/
But, why not mention IP Tables.
- vi /etc/sysconfig/iptables
- #enter this line after the SSH line and NOT at the bottom of the file
- -A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT
- /etc/init.d/iptables restart
Now, you are set.