Have given up trying to get mod_webapp to work for now and am
configuring mod_jk. So far, so good.

Question: Is uriworkermap.properties used and, if so, how is
it configured? Can't seem to find it in the documentation,
except from a reference from an earlier TC version with IIS
(uriworkermap.properties-auto).

Here's what I'm using:
- Apache 1.3.22 + TC 4.0.2-b2 + mod_jk.dll
- NT 4 Server

Someone recommended I put uriworkermap.properties in
%CATALINA_HOME%\conf. Here is what I have in it:

#
# Simple worker configuration file
#

# Mount the servlet context to the ajp13 worker
/servlet/*=ajp13

# Mount the examples context to the ajp13 worker
/examples/*=ajp13

# Advanced mount of the examples context
/examples/*.jsp=ajp13
/examples/servlet/*=ajp13

# ???????????
/dennis/*=ajp13
/root/*=ajp13
/manager/*=ajp13
#

I don't know what it's doing or how it might be called.

I have the following in my httpd.conf:

# Adding Tomcat via mod_jk and ajp13 (WDJ)
JkWorkersFile    
C:\PROGRA~1\jakarta-tomcat-4.0.2-b2\conf\workers.properties
JkLogFile        C:\PROGRA~1\APACHE~1\Apache\logs\mod_jk.log
JkLogLevel       info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
#

And here's a little from my workers.properties:

#
# The workers that your plugins should create and work with
#
# Add 'inprocess' if you want JNI connector
worker.list=ajp12, ajp13
# , inprocess

#
# Definition for Ajp13 worker
#
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
#

Thanks for any help you can provide.

Dennis


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to