I have multiple ip based virtual hosts, so in tomcat I configured three seperate engines with connectors on different ports, and in the apache <VirtualHost> I JkMount the worker that I configured in worker.properties to connect on a specific port. This works fine for mod_jk, but when I try mod_jk2 it insistes on using the default host of the engine that has the connector listening on port 8009.

This is how I configure jk2:
<Location "/*.jsp">
        JkUriSet worker ajp13:localhost:8019
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to