Cox, Charlie wrote:
To avoid all confusion, I would remove your [uri: mappings from the workers2.properties and then specify the mappings in your httpd.conf:
<VirtualHost 1.1.1.1:80> <Location /> JkUriSet worker ajp13:localhost:8409 </Location> </VirtualHost>
<VirtualHost 2.2.2.2:80> <Location /> JkUriSet worker ajp13:localhost:8209 </Location> </VirtualHost>
This gives you a well-defined mapping and will be more useful should you want to allow Apache to host any of your files/urls
Charlie
-----Original Message----- From: Paul D. Hester [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 6:00 PM To: 'Tomcat Users List' Subject: RE: JK2 2.0.4
I've attached my workers.properties file below.
Paul
#define the shared memory file [shm:] file=/usr/local/apache-2.0.50/logs/jk2.log size=1000000 debug=1
# Define the communication channel [channel.socket:localhost:8409] [channel.socket:localhost:8209]
#define the worker [ajp13:localhost:8409] channel=channel.socket:localhost:8409
[ajp13:localhost:8209] channel=channel.socket:localhost:8209
[uri:/*] group=ajp13:localhost:8409
[uri:/*] group=ajp13:localhost:8209
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
