1 pièce(s) jointe(s)
Configuration du mod_jk avec httpd et JBoss
Bonjour,
j'ai deux instance du serveur Jboss lancé sur la même machine en mode cluster
je veux installé un load balancer pour balancer la charge entre ces deux instances.
J'ai installé Apache 2.2 et j'ai fait la configuration nécessaire (ajout du fichier mod_jk.conf, workers.properties et uriworkermap.properties) si joint c'est trois fichiers.
lorsque je lance le navigateur à l’adresse localhost:81/webconsole
j'aurais l'erreur "500 internal server error"
dans le fichier log du mod_jk je trouve ces erreurs :
Citation:
[debug] jk_worker.c (116): did not find a worker loadbalancer
[error] jk_uri_worker_map.c (506): Could not find worker with name 'loadbalancer' in uri map post processing.
[debug] jk_worker.c (116): did not find a worker loadbalancer
[error] jk_uri_worker_map.c (506): Could not find worker with name 'loadbalancer' in uri map post processing.
[debug] jk_worker.c (116): did not find a worker loadbalancer
[error] jk_uri_worker_map.c (506): Could not find worker with name 'loadbalancer' in uri map post processing.
[debug] jk_worker.c (116): did not find a worker status
[error] jk_uri_worker_map.c (506): Could not find worker with name 'status' in uri map post processing.
[debug] jk_worker.c (116): did not find a worker loadbalancer
[error] jk_uri_worker_map.c (506): Could not find worker with name 'loadbalancer' in uri map post processing.
[debug] jk_worker.c (116): did not find a worker loadbalancer
[error] jk_uri_worker_map.c (506): Could not find worker with name 'loadbalancer' in uri map post processing.
STP est ce que qq pourrais m'aider dans cette erreur
merci d'avance