"ApJServMount /something ajpv12://localhost:9500/something"

With JkMount :

in mod_jk :

JkMount /something/* ajp13


in workers.properties :

worker.ajp13.port=9500
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

Reply via email to