[jboss-user] [Installation, Configuration & DEPLOYMENT] - Apache2 + JBoss 4.2.2 + mod_jk

klapcio do-not-reply at jboss.com
Wed Jul 23 09:24:33 EDT 2008


I'm trying to setup Apache2 forwarding to Jboss using the wiki page: http://wiki.jboss.org/wiki/UsingMod_jk1.2WithJBoss

But it fails, during restarting apache I'm getting:


  | Syntax error on line 5 of /etc/apache2/conf.d/uriworkermap.properties:
  | Invalid command '/jmx-console=worker1', perhaps misspelled or defined by a module not included in the server configuration
  | 

I'm on Ubuntu Servwer 8.04

my workers.properties:

  | worker.list=worker1
  | worker.worker1.type=ajp13
  | worker.worker1.host=localhost
  | worker.worker1.port=8009
  | 

and the uriworkermap.properties:


  | /jmx-console=worker1
  | /jmx-console/*=worker1
  | /web-console=worker1
  | /web-console/*=worker1
  | 

any ideas how to solve this problem ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166140#4166140

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166140



More information about the jboss-user mailing list