2005년 12월 08일
[java] apache + resin + jdk 설치
1. 아파치 설치
(http://apache.org 에서 다운로드 가능)
#./configure --prefix=/usr/local/apache (아파치 설치 경로)
--enable-modules=so (resin 설치시 필요)
# make
# make install
2. jdk 설치
(http://java.sun.com 에서 다운로드 가능)
#chmod +x jdk-1_5_0_06-linux-i586.bin
#./jdk-1_5_0_06-linux-i586.bin
Do you agree to the above license terms? [yes or no]
yes
# vi /etc/profile
PATH="$PATH:/usr/local/jdk1_5_0_06/bin"
export JAVA_HOME="/usr/local/jdk1_5_0_06"
두줄 추가
# source profile
3. resin 설치
(www.caucho.com 에서 다운로드 가능)
# ./configure --with-apache=/usr/local/apache (아파치 설치 경로)
--with-java-home=/usr/local/jdk1_5_0_06 (jdk 설치 경로)
# make
# make install
(http://apache.org 에서 다운로드 가능)
#./configure --prefix=/usr/local/apache (아파치 설치 경로)
--enable-modules=so (resin 설치시 필요)
# make
# make install
2. jdk 설치
(http://java.sun.com 에서 다운로드 가능)
#chmod +x jdk-1_5_0_06-linux-i586.bin
#./jdk-1_5_0_06-linux-i586.bin
Do you agree to the above license terms? [yes or no]
yes
# vi /etc/profile
PATH="$PATH:/usr/local/jdk1_5_0_06/bin"
export JAVA_HOME="/usr/local/jdk1_5_0_06"
두줄 추가
# source profile
3. resin 설치
(www.caucho.com 에서 다운로드 가능)
# ./configure --with-apache=/usr/local/apache (아파치 설치 경로)
--with-java-home=/usr/local/jdk1_5_0_06 (jdk 설치 경로)
# make
# make install
# by | 2005/12/08 10:23 | ..programming | 트랙백 | 덧글(0)




☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]