I've attached my workers.properties files.

Paul





-----Original Message-----
From: Dale, Matt [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 30, 2004 3:11 PM
To: Tomcat Users List
Subject: RE: JK2 2.0.4

Yes it works fine.

You should post your workers2.properties so we can see what your
mappings are.

Ta
Matt

-----Original Message-----
From: Paul D. Hester [mailto:[EMAIL PROTECTED]
Sent: 30 September 2004 19:34
To: [EMAIL PROTECTED]
Subject: JK2 2.0.4


Has anyone had success installing the JK2 v2.0.4 connector with multiple
virtual hosts, with each host having there own port?  We have two users,
each with their own instance of Tomcat 4.1.31 running.  Each user has a
unique port.  I'm running Apache 2.0.50.  When I set up the
workers2.properties file with the two ports, all requests go through the
last port listed in the worker2.properties file and the first listed
port is being piped over to the second ports web page.
 
HELP!!!!  I'm about ready to jump out of my window!!!!
 
Paul
 
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1503;}\viewkind4\uc1\pard\f0\fs20 #define the shared 
memory file\par
[shm:]\par
file=/usr/local/apache-2.0.50/logs/jk2.log\par
size=1000000\par
debug=1\par
\par
# Define the communication channel\par
[channel.socket:localhost:8409]\par
[channel.socket:localhost:8209]\par
\par
#define the worker\par
[ajp13:localhost:8409]\par
channel=channel.socket:localhost:8409\par
\par
[ajp13:localhost:8209]\par
channel=channel.socket:localhost:8209\par
\par
[uri:/*]\par
group=ajp13:localhost:8409\par
\par
[uri:/*]\par
group=ajp13:localhost:8209\par
}

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

Reply via email to