users@glassfish.java.net

RE: Re: Load Balancer Proxy by Mime-Type

From: Kuntz, Tim <tim_kuntz_at_pamperedchef.com>
Date: Fri, 11 Apr 2008 16:51:10 -0500

Thanks much for the detailed explanation, Pankaj. I may use this in
the near future.

For now, I found a much simpler solution that seems to meet my needs.
I simply moved the NameTrans for the load balancer into an Object with
a partial path and set the context-root to handle all requests.

obj.conf -

<Object ppath="(/hello*|*.jsp)">
NameTrans fn="name-trans-passthrough" name="lbplugin"
config-file="...loadbalancer.xml"
</Object>

loadbalancer.xml -

<web-module context-root="/"

Thanks again,
Tim