[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache2 + JBoss 4.2.2 + mod_jk
klapcio
do-not-reply at jboss.com
Thu Jul 31 03:36:03 EDT 2008
For now mod_jk starts but it deosn't work properly
My mod_jk.conf:
| LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so
| JkWorkersFile /etc/apache2/conf.d/workers.properties
| JkShmFile /var/log/apache2/mod_jk.shm
| JkLogFile /var/log/apache2/mod_jk.log
| JkLogLevel debug
| JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
| JkRequestLogFormat "%w %V %T"
| JkMountFile /etc/apache2/conf.d/uriworkermap.properties
| JkMount /web-console/* worker1
| JkMount /jmx-console/* worker1
|
My workers.properties:
| worker.list=worker1
| worker.worker1.type=ajp13
| worker.worker1.host=127.0.0.1
| worker.worker1.port=8009
|
my uriworkermap.properties:
| /jmx-console=worker1
| /jmx-console/*=worker1
| /web-console=worker1
| /web-console/*=worker1
|
but my mod_jk log means:
missing uri map for jbossvm.localdomain:/jmx-console/
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167809#4167809
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167809
More information about the jboss-user
mailing list