This is a different configuration syntax to the one I am using I think, or are there two different syntaxes?

I am using mod_jk.so version 1.2.0, compiled locally.

I have an Apache .conf file, which loads the module, sets up JkWorkersFile, JkMount etc. And a workers.properties file which sets up one ajp13 worker.

There's a file like your sample below in my TomCat/conf called jk2.properties, but I don't think I am using it.

Thanks for any help

regards Jeremy

On Wednesday, Dec 4, 2002, at 02:22 Europe/London, leo leonid wrote:

Do you mean this is where you differentiate between different Servlets?
Or do you do more than that in this file? I've never used one before,
except probably the default.
There you define hosts, ports, workers, uri mapping etc ... a sample

[shm]
file=/usr/jakarta/catalina/work/jk2.shm
size=1048576

# Example socket channel, override port and host.
[channel.socket:ministrant.leonid:8009]
port=8009
host=127.0.0.1

# define the worker
[ajp13:ministrant.leonid:8009]
channel=channel.socket:ministrant.leonid:8009

# Uri mapping
[uri:ministrant.leonid/*]
worker=ajp13:ministrant.leonid:8009
context=/cocoon



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to