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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to