Is a new install, and at catalina.out I see 
INFO: JK2: ajp13 listening on /0.0.0.0:8009

INFO:Jk running ....etc.

anyway, the workers2.properties file is the following:

[logger.apache2]
level=DEBUG

[shm]
file=/usr/local/apache/logs/shm.file
size=1048576

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

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

# Uri mapping
[uri:10.0.0.10/*.jsp]
worker=ajp13:localhost:8009

[uri:www.home.net/*.jsp]
worker=ajp13:localhost:8009

[uri:www.customer1.it/*.jsp]
worker=ajp13:localhost:8009

[uri:www.customer2.net/*.jsp]
worker=ajp13:localhost:8009


-----Original Message-----
From: Maureen Barger [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 5:26 PM
To: Tomcat Users List
Subject: RE: Apache 2.0.43 + mod_jk2 + Tomcat 4.1.24 on LINUX RH8 : (


sounds like your problem is not your httpd.conf but your 
workers2.properties file. Is this an upgrade or a new install? Either way, 
you have an error where you define a worker or 2.

At 06:22 PM 7/10/2003 +0200, you wrote:
>Sintax OK ,John.
>
>bentzy
>
>-----Original Message-----
>From: John Turner [mailto:[EMAIL PROTECTED]
>Sent: Thursday, July 10, 2003 5:18 PM
>To: Tomcat Users List
>Subject: Re: Apache 2.0.43 + mod_jk2 + Tomcat 4.1.24 on LINUX RH8 : (
>
>
>
>Run "apachectl configtest" and post the output.  Always do this before
>trying to fire up Apache after a change.
>
>John


---------------------------------------------------------------------
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]

Reply via email to