Answered my own question: JkSet "config.file" "/etc/httpd/conf/workers2.properties"
Eugene Gluzberg wrote: > How do I specify the location of workers2.properties for apache 1.3? > > Dom wrote: > >> You're right, it was a typo error as I had changed the real virtual hosts >> name ! >> >> Dom >> ----- Original Message ----- >> From: "Mladen Turk" <[EMAIL PROTECTED]> >> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> >> Cc: "Dom" <[EMAIL PROTECTED]>; "Dmitry Letin" <[EMAIL PROTECTED]> >> Sent: Sunday, September 22, 2002 12:05 PM >> Subject: RE: mod_jk2, virtual hosts, JkUriSet >> >> >> >>> Could you guys thest against the current CVS. >>> >>> >>>> -----Original Message----- >>>> From: Dom [mailto:[EMAIL PROTECTED]] >>>> >>>> [uri:/host1.net/*.jsp] >>>> info=host1.net default context. >>>> group=lb >>>> debug=0 >>>> >>>> [uri:/host2.net/*.jsp] >>>> info=host2.net default context. >>>> group=lb >>>> debug=0 >>>> >>> >>> This is wrong!!! >>> All the host definition _must_ not start with the forward slash. >>> So... HOSTNAME/URI (this is how we figure out what is the host and what >>> is the uri). >>> >>> Correct one would be: >>> >>> [uri:host1.net] >>> info=host1.net hostname definition. >>> >>> [uri:host2.net] >>> info=host2.net hostname definition. >>> >>> #Now you can make all the mappings >>> >>> [uri:host1.net/*.jsp] >>> info=host1.net extension mapping. >>> >>> [uri:host2.net/*.jsp] >>> info=host2.net extension mapping. >>> >>> >>> >>> MT. >>> >>> >>> >> >> >> >> -- >> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> >> >> >> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
