saya lagi nyoba2 tomcat connector di linux x86_64.
httpd-2.2.3-11.el5.0.1
apache-tomcat-5.5.25
mod_jk-1.2.23-apache-2.2.x-linux-x86_64.so
file mod_jk-xxx.so sudah saya masukkan ke dalam /usr/lib64/httpd/modules
tomcat running di port 8080
[EMAIL PROTECTED] ~]# more /etc/httpd/conf/workers.properties
# Define 1 real worker using ajp13
worker.list=worker1
# Set properties for worker1 (ajp13)
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8080
[EMAIL PROTECTED] ~]# more /etc/httpd/conf.d/tomcat.conf
# Load mod_jk module
# Update this path to match your modules location
LoadModule jk_module modules/mod_jk.so
# Declare the module for <IfModule directive> (remove this line on
Apache 2.x)
#AddModule mod_jk.c
# Where to find workers.properties
# Update this path to match your conf directory location (put
workers.properties next to httpd.conf)
JkWorkersFile /etc/httpd/conf/workers.properties
# Where to put jk shared memory
# Update this path to match your local state directory or logs directory
JkShmFile /var/log/httpd/mod_jk.shm
# Where to put jk logs
# Update this path to match your logs directory location (put mod_jk.log
next to access_log)
JkLogFile /var/log/httpd/mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel trace
# Select the timestamp log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
# Send everything for context /examples to worker named worker1 (ajp13)
JkMount /examples/* worker1
saya restart httpd dan tomcat, kemudian saya coba akses server tsb dari
remote:
http://172.16.4.39/examples
kok gak bisa lari ke tomcat yah?
ada yg tahu caranya???
bingung baca manualnya nih... :D
--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis