frannack Guimard schrieb:
Hello,
I just looked at mod_jk2. I was looking for a way to add programmatically a
worker to the balancer with mod_jk or mod_proxy_balancer, but couldn't find a
way. And then I saw in the mod_jk2 documentation:
1. Edit workers2.properties. Add a new channel. If you want, also add a worker.ajp entry -
but this is optional
2. Access the /jkstatus page or triger reloading with a program. You should see the
new channel displayed in the status page, and requests should start going to the new tomcat instanceDoes anyone knows if it's working with apache 2.2.x. Can we do the same with mod_jk or mod_proxy_balancer? (how)
Thank you.
For mod_jk you would have to add the worker to the config file and do a
web server restart. Using apachectl graceful will be sufficient.
Most config items are dynamicaly manageable, but not the addition of a
worker. It is an interesting feature, but will not be realized in mod_jk
1.2.x.
Concerning mod_jk2 be warned, that there is noone left working on it
since quite several years now. As a consequence we no longer recommend
using it.
Regards,
Rainer
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]