I used a binary version at first. Then I tried compiling my own, and Apache started up fine.
Now I'm having a new problem. I get a 500 Internal Server Error whenever I try to access a resource that should be passed on to JBoss/Tomcat. I checked out the mod_jk log file, and this is what I see: | [Thu Jan 13 13:00:56 2005] [jk_uri_worker_map.c (445)]: Into jk_uri_worker_map_t::map_uri_to_worker | [Thu Jan 13 13:00:56 2005] [jk_uri_worker_map.c (459)]: Attempting to map URI '/status' | [Thu Jan 13 13:00:56 2005] [jk_uri_worker_map.c (473)]: jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ajp13 -> /status | [Thu Jan 13 13:00:56 2005] [mod_jk.c (1689)]: Into handler r->proxyreq=0 r->handler=jakarta-servlet r->notes=139698256 worker=ajp13 | [Thu Jan 13 13:00:56 2005] [jk_worker.c (90)]: Into wc_get_worker_for_name ajp13 | [Thu Jan 13 13:00:56 2005] [jk_worker.c (94)]: wc_get_worker_for_name, done did not find a worker | So it seems to map it fine...when I make a request for status, it knows it's supposed to go to the worker named ajp13. But then for some reason it can't find the worker. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861977#3861977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861977 ------------------------------------------------------- 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
