I'm posting my config files to provide a bit more info.  I want to point out 
that I changed the worker name to default now, following a guide I found, so 
that's different from the output I posted above.  The output's the same though, 
just that now the worker name is default, rather than ajp13.

Here's my workers.properties file:

  | # Define worker
  | workers.list=default
  | worker.default.port=8009
  | worker.default.host=localhost
  | worker.default.type=ajp13
  | 

And here's the section of httpd.conf where it's all set up

  | #
  | # mod_jk settings
  | #
  | JkWorkersFile "conf/workers.properties"
  | JkLogfile "logs/mod_jk.log"
  | 
  | JkLogLevel debug
  | 
  | JkMount /*.jsp default
  | JkMount /*.do default
  | JkMount /status default
  | 
  | # End of mod_jk settings
  | 

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to