It's documented in the source or you could search for it at
http://www.mail-archive.com/tomcat-user@;jakarta.apache.org/, it's come up
before.
>From the src, 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
"Colin Bendell" <[EMAIL PROTECTED]>
10/22/2002 08:04 AM
Please respond to "Tomcat Users List"
To: "Tomcat Users List" <[EMAIL PROTECTED]>
cc:
Subject: RE: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12
Where did you find the documentation for the directive 'JkUriSet'? I
have been looking hard and long for that directive and have resigned
myself to using the jk connector.
Thanks!
/colin
-----Original Message-----
From: Umberto Nicoletti [mailto:unicoletti@;arpa.veneto.it]
Sent: October 22, 2002 8:07 AM
To: [EMAIL PROTECTED]
Subject: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12
I posted to this mailing list before with the subject: JK2 connector and
virtual hosting,
but got no answer.
After some more reading through the ML archives and the documentation
I eventually came up with a solution.
Just to annoy some more people I wrote a little HOWTO ;-).
Hope it will be useful to somebody.
Umberto
--
Umberto Nicoletti - [EMAIL PROTECTED] | [EMAIL PROTECTED]
Tel. 049-8239380 (assistenza)
"We'll try to make different mistakes this time." - Larry Wall
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>