Maybe I should walk before running. The plugin fails the same way with a
single worker (i.e., without load balancing). My current theory is that
maybe the problem is that I'm using the root context. It's all I can
think of as a cause for "The specified module could not be found."
I just love error messages that refer to "specified" items :-\
Anybody else have any ideas?
-- Scott.
Scott Danforth wrote:
> I've got jk load balancing working from Apache, but need it to work
> from IIS. I'm using the
>
> My workers.properties and uriworkermap.properties files are the same
> for Apache and IIS.
>
> #workers.properties
> worker.list=loadbalancer
> worker.tomcat1.type=ajp13
> worker.tomcat1.host=192.168.1.7
> worker.tomcat1.port=8009
> worker.tomcat2.type=ajp13
> worker.tomcat2.host=192.168.1.7
> worker.tomcat2.port=9009
> worker.loadbalancer.type=lb
> worker.loadbalancer.balance_workers=tomcat1,tomcat2
>
> #uriworkermap.properties
> /servlets/*=loadbalancer
>
> When I access servlets/Build from Apache everything works fine.
>
> When I try to access servlets/Build from IIS, I get the following
> output in my browser window: "The specified module could not be found."
>
> And the last thing in the isapi.log file is:
>
> [Mon Feb 26 12:14:29 2007] [2036:3200] [debug] jk_uri_worker_map.c
> (602): Found a wildchar match '/servlets/*=loadbalancer'
> [Mon Feb 26 12:14:29 2007] [2036:3200] [debug] jk_isapi_plugin.c
> (885): check if [/servlets/Build] is points to the web-inf directory
> [Mon Feb 26 12:14:29 2007] [2036:3200] [debug] jk_isapi_plugin.c
> (903): [/servlets/Build] is a servlet url - should redirect to
> loadbalancer
>
> Anybody know what "The specified module could not be found." means?
>
> The note about the web-inf directory seems a bit wierd, and I don't
> see it in the Apache mod_jk log.
>
>
> -- Scott.
>
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@(protected)
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>
>
>
--
Scott Danforth, Ph.D.
Director of Technology
ePath Learning, Inc.
70 Howard Street, Suite C
New London, CT 06320
Phone: (860) 444-6989 ext. 3
Fax: (215) 243-7454
email: sdanforth@(protected)
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)