# yum install yum-priorities
# rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# cd /etc/yum.repos.d/
# wget http://jpackage.org/jpackage50.repo
# yum install java
# yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps
# service tomcat6 start
참고: http://www.how2centos.com/installing-tomcat-6-on-centos-5-5-tutorial/
또는 수동으로 설치하는 방법은
http://www.oracle.com/technetwork/java/javase/downloads/index.html 여기서 JDK 또는 JRE를 받은 후
JAVA_HOME, CLASSPASS, PATH 환경 변수를 설정하고,
http://tomcat.apache.org/download-60.cgi 여기서 Tomcat를 다운 받아 압축을 푼 후 bin의 실행 스크립트를 실행하면 된다.
'형상관리 > 리눅스' 카테고리의 다른 글
CentOS 5.8에 kdesvn 설치 (0) | 2012.04.23 |
---|---|
CentOS 6.2 설치후 IP를 못받아오는 현상 (0) | 2012.02.14 |
CentOS 5.5 kdevelop 설치 (0) | 2011.09.19 |
CentOS 5.5 한글 설정 (0) | 2011.09.19 |
CentOS 5.5 나눔글꼴 설치 (1) | 2011.09.19 |