I done that. It seems like it does find the mapping :
[Tue Nov 01 09:27:10 2005][0924:0000] [debug]
jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
But never loads the worker.
Here is my configuration:
workers.properties:
worker.list=loadbalancer
worker.dev.port=10009
worker.dev.host=nycpxsv011
worker.dev.type=ajp13
worker.dev.lbfactor=1
worker.dev2.port=10009
worker.dev2.host=nycpasv001
worker.dev2.type=ajp13
worker.dev2.lbfactor=1
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=dev,dev2
http.conf:
# Load mod_jk module
# Specify the filename of the mod_jk lib
LoadModule jk_module /u1/mcevikce/dev/bin/mod-jk1.2.14.so
# Where to find workers.properties
JkWorkersFile /u1/dev/bin/workers.properties
# Where to put jk logs
JkLogFile /u1/temp/log/mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel debug
# Select the log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
# JkOptions indicates to send SSK KEY SIZE
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
# JkRequestLogFormat
JkRequestLogFormat "%w %V %T"
# Mount your applications
JKMount /* loadbalancer
Jkmount /viewserver/* loadbalancer
here is the log:
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] mod_jk.c (1828): Service finished
with status=304 for worker=loadbalancer
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/jboss.css' from 2 maps
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/logo.gif' from 2 maps
[Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/MAIN/jboss.css' from 2 maps
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/error/NotFound.html' from 2 maps
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/NotFound.html' from 2 maps
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/MAIN/error/NotFound.html' from 2 maps
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/jboss.css' from 2 maps
[Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/MAIN/jboss.css' from 2 maps
[Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/MAIN/logo.gif' from 2 maps
[Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/error/NotFound.html' from 2 maps
[Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/error/NotFound.html' from 2 maps
[Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (475): Found
a wildchar match loadbalancer -> /*
[Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/NotFound.html' from 2 maps
[Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (449):
Attempting to map URI '/NotFound.html' from 2 maps
[Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/viewserver/*'
[Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
[Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461):
Attempting to map context URI '/*'
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904625#3904625
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904625
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user