2 Replies Latest reply on May 26, 2004 9:49 AM by nmounasamy

    workers2.properties

    nmounasamy

      Hello!

      Uri Mapping in the workers2.properties is of the format
      [uri:host:port/urlpattern]. urlpattern and host can be replaced by "*". However host does not seem to work for patterns like *.domain1.com or *.domain2.com.

      Basically, I am trying to set up the workers2.properties so that requests for *.domain1.com will be forwarded to one worker and requests for *.domain2.com to another worker and so on.

      Does anyone know if this can be configured in some other way or if it is officially not supported by Apache 2.0.49/Jboss 3.2.3?

      Reference: http://jboss.org/wiki/Wiki.jsp?page=UsingMod_jkWithJBoss

      regards

        • 1. Re: workers2.properties
          nmounasamy

          I got the jkstatus page working with the following snippet and it has the information that i was looking for.

          [status:]
          [uri:/jkstatus/*]
          info=Display status information and checks the config file for changes.
          group=status:


          Thanks anyway!

          • 2. Re: workers2.properties
            nmounasamy

            pls.disregard the prev. post.

            Uri Mapping in the workers2.properties is of the format
            [uri:host:port/urlpattern]. urlpattern and host can be replaced by "*". However host does not seem to work for patterns like *.domain1.com or *.domain2.com.

            Basically, I am trying to set up the workers2.properties so that requests for *.domain1.com will be forwarded to one worker and requests for *.domain2.com to another worker and so on.

            Does anyone know if this can be configured in some other way or if it is officially not supported by Apache 2.0.49/Jboss 3.2.3?

            Reference: http://jboss.org/wiki/Wiki.jsp?page=UsingMod_jkWithJBoss

            regards