Additional remark: I still think you should try my first suggestion, because overall the config is much simpler But if for some reason you need the setup like you tried already, you can trick mod_jk to use the right worker:

worker.tomcatSSL1.domain=tomcat1
worker.tomcatSSL2.domain=tomcat2

will allow loadbalancerSSL to choose tomcatSSL1 instead of tomcat1 (and the same for 2). Vice versa

worker.tomcat1.domain=1
worker.tomcat2.domain=2

will allow loadbalancer to choose tomcat1 instead of tomcatSSL1 (and the same for 2). Vice versa

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to