아마도 톰켓설치에는 별문제가 없는듯하네요.
아파치 컴파일하구 make시 옵션을 주셔야하는데요 다음과 같이요
#./configure --prefix=/usr/local/apache
--enable-module=so(so 파일을 활성화 시키기 위해)
#make
#make install
enable-module 옵션을 주셔야만이 에러메시지가 나오지 않는답니다.
그럼 이만.
: 제가 서버에다 톰캣을 설치 했습니다.
:
: 일단 아파치와 톰캣은 별도로는 잘 작동을 합니다.
:
: 이걸 아파치와 연결을 할려고,
:
: /usr/local/apache/libexec 에 다 mod_jserv.so
: 를 복사해 넣고
:
: httpd.conf 에다
: Include /usr/local/jakarta-tomcat/conf/tomcat.conf
:
: 를 끝에다 추가하고
:
: [root@21 conf]# /usr/local/apache/bin/apachectl restart
: /usr/local/apache/bin/apachectl restart: configuration broken, ignoring restart
: /usr/local/apache/bin/apachectl restart: (run 'apachectl configtest' for details
: )
: [root@21 conf]#
:
: 이렇게 나옵니다. 그래서, 시키는 대로 했더니.
:
: [root@21 conf]# /usr/local/apache/bin/apachectl configtest
: Syntax error on line 13 of /usr/local/jakarta-tomcat/conf/tomcat.conf:
: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not inc
: luded in the server configuration
: [root@21 conf]#
:
: 이렇게 나오더군요...
: 이게 어떻게 된 에런지요?