My server is organize as follows

c:\webserver
\isapi
\Website1
\Website2

Now the server.xml are configured differently in both website1 and website2.

Website1 AJP13 = 8009
Website2 AJP13 = 8109

worker.list=ajp13w

worker.ajp13w.type=ajp13
worker.ajp13w.host=localhost
worker.ajp13w.port=8009

If I create a 2nd list and add it to this will that allow website to to
load?

worker.list=ajp13w2

worker.ajp13w2.type=ajp13
worker.ajp13w2.host=<ip address>
worker.ajp13w2.port=8109

Reply via email to