[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mod_jk
Hi,
I got mod_jk working under OpenBSD, since we are one java based site. *ick*
Quick steps:
- get http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2/
src/jakarta-tomcat-connectors-4.0.2-01-src.tar.gz
- uncompress
- go to jakarta-tomcat-connectors-4.0.2-01-src/jk/native/
- you will need gmake port installed
- ./configure --enable-EAPI --with-java-home=/usr/local/jdk1.2-blackdown \
--with-apxs=/usr/sbin/apxs
- gmake
- cd apache-1.3
- copy mod_jk.so to /usr/local/lib
- piece of cake isn't?
Gustavo