dagd wrote:
hi, excuse me for this post i'm a new user to Tomcat. At work they just give me the task to connect IIS 6.0 to Tomcat using isapi_redirect.dll. I'm using Win2003 server, Tomcat 5.0.28 and isapi_redirect.dll v1.2.14. I already did add keys to windows registry create workers.properties and uriworkermap.properties
ajp12 is unsupported protocol (it works only with Tomcat 3). Also use 1.2.15 version.
workers.properties
worker.list=ajp13w worker.ajp13w.type=ajp13 worker.ajp13w.host=localhost worker.ajp13w.port=8009
uriworkermap.properties
/Base|/*=ajp13w Regards, Mladen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]