달력

52025  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
맞춤검색

1. 이를 연동하려면... connector 가 필요한데..
http://apache.mirror.cdnetworks.com//tomcat/tomcat-connectors/jk/source/
접속하고...
tomcat-connectors-1.2.31-src.tar.gz
다운받고...

이번엔 소스를 받아서 컴파일을 해야 한다.. rpm 버전은 없는듯 하고..
centos 에서 맞게 해야 하지 않을까..

2. ftp xx.xx.xx.xx
   bin
   put tom*.*
3. cd ~
   mv tomcat-connectors-1.2.31-src.tar.gz /usr/tmp  템프 폴더로 일단 가져가서..
   tar -zxvf tomcat-connectors-1.2.31-src 압축풀고..
   cd native 폴더에 들어가서..
#./buildconf.sh
#./configure --with-apxs=/usr/local/apache/bin/apxs (난 여기에 설치되어 있음.)
# make
#make install
다 돌고 나면 아래의 파일이  모듈 폴더에 생긴다.. moudles...
/usr/local/web/apache/modules/mod_jk.so 
 
4. to be conntinue
Posted by 보탄
|