<flow for install >
yum update
yum install -y java
yum install tomcat tomcat-webapps tomcat-admin-webapps
<config before use>
vi /usr/shar/tomcat/conf/server.xml
->Port
>chkconfig tomcat on
>service tomcat start
<iptables open>
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
service iptables save
service iptables restart
reference : http://www.vr4servers.com/tomcat6/
'0.일반개발' 카테고리의 다른 글
CentOS (0) | 2015.06.25 |
---|---|
여자는 왜 버리지 못할까? (0) | 2015.06.24 |
iptables (0) | 2015.06.24 |
home.jsp 깨짐 (0) | 2015.06.23 |
Exit Code=13 (0) | 2015.06.12 |