Hi, Could anyone tell me what would be the correct configuration in the worker.properties to allow IIS to redirect to multiple hosts.
Currently I am using this: (with no success,only for localhost) worker.properties: worker.ajp13.type=ajp13 worker.work.type=ajp13 worker.tomcat_home=D:\Tomcat4 worker.java_home=C:\j2sdk1.4.0 ps=\ worker.list=ajp13,myworker,myworker2 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.myworker.port=8009 worker.myworker.host=foo.com worker.myworker2.port=8009 worker.myworker2.host=otherhost.com I am using Tomcat 4.0.6 -- IIS 5.0. According the 4.1.X documentation my configuration is valid, but I wonder if that works in 4.0.X. �? Also in server.xml, I specified the address property for the ip of the domains I'm configuring.(and added the hosts,obviously) Regards. Jose Oyervides. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
