>Even more extreme - use full uri, with query strings. We're in a http 
>server, we should know how to parse this kind of stuff :-)
>
><Location /examples>
>  JkUriSet worker 
>ajp13://tomcat_host.my.com:8009?lbfactor=10&debug=INFO
></Location>

Good, but Apache oriented

>And another idea for workers.properties:
>
>myworker1=ajp13://host.name.com:8009?lbfactor=10&debug=INFO

Better since it should be easier to port on non Apache 
WebServer like IIS/iPlanet, a common synthax

>In this case the name ( without any delimiter ) will act as a 
>shortcut or 
>alias, the RHS will be a URI that will be used in constructor. 
>Both alias
>or the uri can be used in JkMount/JkUriSet/uri properties.
>
>More brainstorming ? Should we post this on tomcat-users, to get more 
>feedback ? 

Yes, there is many tomcat/apache admins at tomcat-users...

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to