3 Replies Latest reply on Feb 17, 2004 11:25 AM by acoliver

    Apache 2 + Jboss/Tomcat + mod_jk2

    rfn

      I got it to work fine, except Apache 2 won't server files greater than 254/255 bytes!!!! Is this a bug in apache 2???

      So I go and try Apache 1.3 and now I can't get mod_jk2 to work with it. Arg...help!!!

        • 1. Re: Apache 2 + Jboss/Tomcat + mod_jk2
          acoliver

          Perhaps it would be more efficient if you posted your changed configuration files and related logs here.

          • 2. Re: Apache 2 + Jboss/Tomcat + mod_jk2
            mshaikh

            I'm trying to get the following config working with no luck so far. Somehow, apache does not seem to go to jboss server, it simply looks in its htdocs directory, obviously not finding anything and reporting "File does not exist" error.

            Thanks for your help.

            Munzoor Shaikh
            mshaikh@omeda.com


            JBoss (Tomcat) 3.2.3
            Apache 1.3.29
            mod_jk-1.2.5.1.3.27.dll
            Windows XP

            here are my config lines:

            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=mshaikh
            worker.mylb.type=ajp13

            • 3. Re: Apache 2 + Jboss/Tomcat + mod_jk2
              acoliver

              does this line:
              JKWorkerFile "C:\apache-1.3.29\apache\conf.d\workers.properties

              look funny to you? (hint: the quote)