0 Replies Latest reply on Feb 17, 2004 11:10 AM by mshaikh

    apache 1.3.29 -> mod_jk 1.2.5 -> jboss 3.2.3 NOT WORKING! HE

    mshaikh

      I can't get apache to talk to the ajp13 port on Jboss, apache looks locally to its own file system to serve up my servlets and jsps. Here are my configs. Please help:

      httpd.conf:

      Include conf.d/*.conf

      conf.d/jboss.conf:

      LoadModule jk_module modules/mod_jk.dll (renamed the dll file)

      JKWorkerFile "C:\apache-1.3.29\apache\conf.d\workers.properties
      JkMount /jetspeed mylb
      JkMount /jetspeed/* mylb

      workers.properties:

      worker.list=mylb
      worker.mylb.port=7009 (Yeah, I know, I changed the ajp port which works fine)
      worker.mylb.host=localhost
      worker.mylb.type=ajp13