0 Replies Latest reply on Aug 3, 2002 12:25 AM by mlapolla

    Integrating Apache2.0.39 and jboss-3.0.0_tomcat-4.0.3

    mlapolla

      Q: How do I may Apache2.0.39 talk to jboss-3.0.0_tomcat-4.0.3? I have jboss working fine with deployed applications. I can access it via localhost:8080, no problem. I have Apache2.0.39 talking to jakarta-tomcat-4.0.4, no problem. I have modified the tomcat4-services.xml to contain:

      <!-- Define an AJP 1.3 Connector on port 8009 -->


      and that seems to be fine. However, when I try to do

      http://localhost/examples/jsp/index.html

      I get, in the log file, which writes out nicely,

      [Fri Aug 02 20:28:43 2002] [jk_uri_worker_map.c (595)]: In jk_uri_worker_map_t::map_uri_to_worker, wrong parameters

      How do I correct this? I have followed the examples and the advice very closely and I still don't have a system that works with Apache2.0.

      Thanks.