Yes, I saw the JkMount option as well.... but, how would I have eoti.org/examples and corp.eoti.org/examples hosted by different workers in the same properties file? Or do I have to specify a different worker2.properties for each one?
could I just make the URI in worker2.properties be something like: http://www.eoti.org/exampels and if so, is there a way to do the *.eoti.org option like in VirtualHost? Malachi 10/7/2002 1:41:26 PM, "Robert L Sowders" <[EMAIL PROTECTED]> wrote: >Read the Source Luke; > >mod_jk2.c >/** > * Set a property associated with a URI, using native <Location> > * directives. > * > * This is used if you want to use the native mapping and > * integrate better into apache. > * > * Same behavior can be achieved by using uri.properties and/or JkSet. > * > * Example: > * <VirtualHost foo.com> > * <Location /examples> > * JkUriSet worker ajp13 > * </Location> > * </VirtualHost> > * > * This is the best way to define a webapplication in apache. It is > * scalable ( using apache native optimizations, you can have hundreds > * of hosts and thousands of webapplications ), 'natural' to any > * apache user. > * > * XXX This is a special configuration, for most users just use > * the properties files. > */ > >rls > > > > >Gary Roediger <[EMAIL PROTECTED]> >10/07/2002 12:34 PM >Please respond to "Tomcat Users List" > > > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > cc: > Subject: RE: JK2 Installation > >EXACTLY all that is needed is some examples ( not just snippets ). I >have spent a lot of time looking through the docs on line, from the >release and pouring over the hundreds of email on this list - I still do >not see where the connection between Apache 2.0 httpd.conf and the >worker2.properties file is made. I did stumble over a reference to >JkSet config.file location-of-workers2.properties-file >For example: >JkSet config.file /usr/local/tomcat/conf/workers2.properties > >There were a number of commands supported by mod_jk that were placed in >the apache httpd.conf file. Example JkMount, JkWorkerFile, ... what >are the mod_jk2 commands??? Where are they documented??? > >In Mod_jk the way you connected a path in a URL to a worker was through >a JkMount configuration statement in httpd.conf. How do you do the >equivalent with mod_jk2??? >Thank you, > >Gary > >>>> -----Original Message----- >>>> From: Turner, John [mailto:[EMAIL PROTECTED]] >>>> Sent: Monday, October 07, 2002 9:43 AM >>>> To: 'Tomcat Users List' >>>> Subject: RE: JK2 Installation >>>> >>>> >>>> What EXACTLY is incomplete about it? Someone can probably help you >if >>>> you >>>> can describe exactly what additional information you need. >>>> >>>> John >>>> >>>> >>>> > -----Original Message----- >>>> > From: Christian Gothe [mailto:[EMAIL PROTECTED]] >>>> > Sent: Monday, October 07, 2002 9:46 AM >>>> > To: [EMAIL PROTECTED] >>>> > Subject: JK2 Installation >>>> > >>>> > >>>> > Hi! >>>> > >>>> > I'm looking for informations how to install JK2 for Apache. On >>>> > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/config >>>> > web.html >>>> > is nothing that can help me, because it is incomplete. >>>> > >>>> > Any ideas? >>>> > >>>> > Thank you, >>>> > Christian >>>> > >>>> > >>>> > >>>> > -- >>>> > To unsubscribe, e-mail: >>>> > <mailto:[EMAIL PROTECTED]> >>>> > For additional commands, e-mail: >>>> > <mailto:[EMAIL PROTECTED]> >>>> > >>>> >>>> -- >>>> To unsubscribe, e-mail: <mailto:tomcat-user- >>>> [EMAIL PROTECTED]> >>>> For additional commands, e-mail: <mailto:tomcat-user- >>>> [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]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
