1 2 Previous Next 17 Replies Latest reply on Jan 17, 2004 12:50 AM by bear42ba Go to original post
      • 15. Re: Apache JBoss 3.2.1-Tomcat 4.1.24 HOWTO?
        jonlee

        Glad it got you where you needed to go.

        • 16. Re: Apache JBoss 3.2.1-Tomcat 4.1.24 HOWTO?
          karthikjayaraman

          Hi Bentzy,

          Can you please provide step by step process of intergrating Apache 2.0 with JBoss 3.2.1 - Tomcat 4.1.24 in Linux?

          Thanks in advance,
          Karthik.

          • 17. Re: Apache JBoss 3.2.1-Tomcat 4.1.24 HOWTO?
            bear42ba

            jonlee,

            Thank you for your excellent Discussion. This JK2 product is a bear.

            A Couple of additional Questions:
            Virtual Hosing in apache with multiple tomcat/jboss jvms.

            Example:
            I want onlineapp1 on tomcat jvm1
            I want onlineapp2 on jboss/tomcat jvm2

            for example tomcat is running on port 5259/5251/5253

            jboss/tomcat using 5269/5261/5263

            Apache using 80 and 443.
            I want to lock my firewall down so that there is no open ports except 80,
            and I want to be able to execute the following:

            www.onlineapp1.com/runapp1 -> go to tomcat jvm.

            www.onlineapp2.com/runapp2 -> go to jboss/tomcat jvm.


            Please note, I am really looking for someone who has actually done
            this and knows either that it can be done and can help me through it.
            Or someone who Knows that IT CAN'T be done, and I can use
            another aproach.



            [logger.apache2]
            level=DEBUG

            ###################################
            #
            # Channels
            [channel.socket:localhost:5259]
            info=Ajp13 forwarding over socket
            tomcatId=localhost:5259

            [channel.socket:localhost:5269]
            info=Ajp13 forwarding over socket
            tomcatId=localhost:5269

            ###################################
            #
            # Workers
            [ajp13:localhost:5259]
            channel=channel.socket:localhost:5259

            [ajp13:localhost:5269]
            channel=channel.socket:localhost:5269

            [uri:/runapp1*]
            info=mat the the jsp
            worker=channel.socket:localhost:5269
            ##
            [uri:/runapp2*]
            info=mat the the struts
            worker=channel.socket:localhost:5259

            Thanks in advance.

            -Bear42

            1 2 Previous Next