In the workers2.properties you've posted below, you're not utilizing virtual hosts. can you modify your workers2.properties and test the following?
[uri:virtual-host-1/*] group=ajp13:localhost:8409 [uri:virtual-host-2/*] group=ajp13:localhost:8209 have you set up virtual-hosts in tomcat? On Thu, 30 Sep 2004, Paul D. Hester wrote: > Date: Thu, 30 Sep 2004 18:00:03 -0400 > From: Paul D. Hester <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > 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]
