I thought I would post my config files for others to see if anyone else ever has 
problems. Variations of course may work, but this is what worked for me.

Karl

httpd.conf - added this line to section where modules are loaded:

LoadModule jk2_module modules/mod_jk2.so

---------------------------------
workers2.properties:

# define shared memory file
[shm]
file=/etc/httpd/logs/jk2.shm
size=1048576

#define communication channel
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1

[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/jsp-examples]
context=/examples
debug=0

[uri:/jsp-examples/*]
worker=ajp13:localhost:8009

[uri:/servlets-examples/*]
worker=ajp13:localhost:8009
---------------------------------------
server.xml - make sure Connector on port 8009 is uncommented. Is by default but check 
to make sure. My Connector looks like this:

  <Connector port="8009" enableLookups="false" redirectPort="8443" debug="0" 
protocol="AJP/1.3" />

--------------------------------------
jk2.properties

shm.file=/etc/httpd/logs/jk2.shm


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

Reply via email to