I didn't suggest a ServerAlias as in the bug report. The method below works very well for me and it is much easier to manage with all my vhost config in httd.conf and not spread out among different files.
Charlie > -----Original Message----- > From: Joseph Shraibman [mailto:[EMAIL PROTECTED] > Sent: Monday, October 04, 2004 9:26 PM > To: Tomcat Users List > Subject: Re: JK2 2.0.4 > > No, this is a known bug and will not work. See > http://issues.apache.org/bugzilla/show_bug.cgi?id=28758 > > 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]
