4 Replies Latest reply on Nov 1, 2005 9:34 AM by mcevikce

    mod_jk with Jboss/Tomcat problem!!!!

      I am trying to front Jboss/Tomcat with Apache HTTPD server. Installed mod_jk 1.2.14 and created the worker.properties. I can see that I have the connection to workers and it does work when I call the http://localhost:7777/ but if I were to call my servlet or any jsp pages http://localhost:7777/viewserver/rw it does not work. Here is my conf files as well as the logs from mod_jk and apache..

      http.conf:
      # Load mod_jk module
      # Specify the filename of the mod_jk lib
      LoadModule jk_module apache_1.3.27_install/libexec/mod_jk_1.2.14.so

      # Where to find workers.properties
      JkWorkersFile apache_1.3.27_install/conf/workers.properties

      # Where to put jk logs
      JkLogFile /apache_1.3.27_install/logs/mod_jk.log

      # Set the jk log level [debug/error/info]
      JkLogLevel trace

      # Select the log format
      JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"

      # JkOptions indicates to send SSK KEY SIZE
      JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories

      # JkRequestLogFormat
      JkRequestLogFormat "%w %V %T %q %r %U %v %V %w"

      # Mount your applications
      JkMount / node1
      JkMount /viewserver node1
      JkMount / node2
      JkMount /viewserver node2






      worker.properties


      worker.node1.port=10009
      worker.node1.host=175.45.72.102
      worker.node1.type=ajp13
      worker.node1.lbfactor=1

      worker.node2.port=10009
      worker.node2.host=175.45.72.105
      worker.node2.type=ajp13
      worker.node2.lbfactor=1

      worker.loadbalancer.type=lb
      worker.loadbalancer.balanced_workers=node1, node2


      mod-jk log


      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_shm.c (196): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_shm.c (240): Truncated shared memory to 66560
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_shm.c (272): Initialized shared memory size=66560 free=65536 addr=0xfe3f0000
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_shm.c (152): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_shm.c (182): Opened shared memory lock /opt/apache_1.3.27/logs/jk-runtime-status.lock
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_shm.c (184): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_shm.c (295): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] mod_jk.c (2031): Initialized shm:/opt/apache_1.3.27/logs/jk-runtime-status
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (89): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (307): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_uri_worker_map.c (323): rule map size is 2
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (190): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_uri_worker_map.c (260): wildchar rule /*=node2 was added
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (298): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (190): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_uri_worker_map.c (260): wildchar rule /viewserver/*=node2 was added
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (298): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_uri_worker_map.c (340): there are 2 rules
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (358): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_uri_worker_map.c (105): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (49): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (230): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (236): creating worker node1
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (121): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (141): about to create instance node1 of ajp13
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (83): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (117): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (154): about to validate and init node1
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (34): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1783): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1806): worker node1 contact is '172.16.72.102:10009'
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1812): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (36): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (47): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1879): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1895): setting socket keepalive to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1934): setting socket timeout to -1
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1938): setting socket buffer size to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1942): setting connection recycle timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1946): setting cache timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1950): setting connect timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1954): setting reply timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1958): setting prepost timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1962): setting recovery opts to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1966): setting number of retries to 3
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1835): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1843): setting connection cache size to 1
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1867): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1999): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (53): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (192): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (248): removing old node1 worker
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (236): creating worker node2
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (121): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (141): about to create instance node2 of ajp13
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (83): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (117): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (154): about to validate and init node2
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (34): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1783): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1806): worker node2 contact is '172.16.72.105:10009'
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1812): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (36): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (47): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1879): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1895): setting socket keepalive to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1934): setting socket timeout to -1
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1938): setting socket buffer size to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1942): setting connection recycle timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1946): setting cache timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1950): setting connect timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1954): setting reply timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1958): setting prepost timeout to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1962): setting recovery opts to 0
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1966): setting number of retries to 3
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1835): enter
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_ajp_common.c (1843): setting connection cache size to 1
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1867): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp_common.c (1999): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_ajp13_worker.c (53): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (192): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [debug] jk_worker.c (248): removing old node2 worker
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (264): exit
      [Fri Oct 28 15:01:12 2005][25547:0000] [trace] jk_worker.c (83): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_worker.c (91): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_worker.c (204): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [debug] jk_worker.c (212): close_workers will destroy worker node1
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp13_worker.c (61): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (2005): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [debug] jk_ajp_common.c (2012): up to 1 endpoints to close
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (718): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (730): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (2033): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp13_worker.c (63): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [debug] jk_worker.c (212): close_workers will destroy worker node2
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp13_worker.c (61): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (2005): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [debug] jk_ajp_common.c (2012): up to 1 endpoints to close
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (718): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (730): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp_common.c (2033): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_ajp13_worker.c (63): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_worker.c (220): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_worker.c (94): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_uri_worker_map.c (134): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_uri_worker_map.c (117): enter
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_uri_worker_map.c (123): exit
      [Fri Oct 28 15:01:13 2005][25548:0000] [trace] jk_uri_worker_map.c (140): exit


        • 1. Re: mod_jk with Jboss/Tomcat problem!!!!
          afedoren

          /viewserver/*

          • 2. Re: mod_jk with Jboss/Tomcat problem!!!!

            No thats doesn't work as well. It seems like apache never loads a worker for anything other than /*.

            From tracing the logs I can see that it finds the mapping definition for /viewserver/* or /viewserver but then never loads the worker. I don't see any information in logs to see what happens after it find the mapping.

            • 3. Re: mod_jk with Jboss/Tomcat problem!!!!

              workers.properties

              worker.list=loadbalancer
              
              worker.node1.port=10009
              worker.node1.host=175.45.72.102
              worker.node1.type=ajp13
              worker.node1.lbfactor=1
              
              worker.node2.port=10009
              worker.node2.host=175.45.72.105
              worker.node2.type=ajp13
              worker.node2.lbfactor=1
              
              worker.loadbalancer.type=lb
              worker.loadbalancer.balanced_workers=node1, node2
              


              httpd.conf
              # Load mod_jk module
              # Specify the filename of the mod_jk lib
              LoadModule jk_module apache_1.3.27_install/libexec/mod_jk_1.2.14.so
              
              # Where to find workers.properties
              JkWorkersFile apache_1.3.27_install/conf/workers.properties
              
              # Where to put jk logs
              JkLogFile /apache_1.3.27_install/logs/mod_jk.log
              
              # Set the jk log level [debug/error/info]
              JkLogLevel trace
              
              # Select the log format
              JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
              
              # JkOptions indicates to send SSK KEY SIZE
              JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
              
              # JkRequestLogFormat
              JkRequestLogFormat "%w %V %T %q %r %U %v %V %w"
              
              # Mount your applications
              JkMount /* loadbalancer
               JkMount /viewserver/* loadbalancer
              



              • 4. Re: mod_jk with Jboss/Tomcat problem!!!!

                I done that. It seems like it does find the mapping :
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*

                But never loads the worker.

                Here is my configuration:

                workers.properties:

                worker.list=loadbalancer
                worker.dev.port=10009
                worker.dev.host=nycpxsv011
                worker.dev.type=ajp13
                worker.dev.lbfactor=1

                worker.dev2.port=10009
                worker.dev2.host=nycpasv001
                worker.dev2.type=ajp13
                worker.dev2.lbfactor=1




                worker.loadbalancer.type=lb
                worker.loadbalancer.balanced_workers=dev,dev2




                http.conf:

                # Load mod_jk module
                # Specify the filename of the mod_jk lib
                LoadModule jk_module /u1/mcevikce/dev/bin/mod-jk1.2.14.so

                # Where to find workers.properties
                JkWorkersFile /u1/dev/bin/workers.properties

                # Where to put jk logs
                JkLogFile /u1/temp/log/mod_jk.log

                # Set the jk log level [debug/error/info]
                JkLogLevel debug

                # Select the log format
                JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"

                # JkOptions indicates to send SSK KEY SIZE
                JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories

                # JkRequestLogFormat
                JkRequestLogFormat "%w %V %T"

                # Mount your applications

                JKMount /* loadbalancer
                Jkmount /viewserver/* loadbalancer

                here is the log:

                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] mod_jk.c (1828): Service finished with status=304 for worker=loadbalancer
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/jboss.css' from 2 maps
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/logo.gif' from 2 maps
                [Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:10 2005][0925:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/MAIN/jboss.css' from 2 maps
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/error/NotFound.html' from 2 maps
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/NotFound.html' from 2 maps
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/MAIN/error/NotFound.html' from 2 maps
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:10 2005][0924:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/jboss.css' from 2 maps
                [Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:10 2005][0926:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/MAIN/jboss.css' from 2 maps
                [Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:11 2005][0926:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/MAIN/logo.gif' from 2 maps
                [Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:11 2005][0925:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/error/NotFound.html' from 2 maps
                [Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/error/NotFound.html' from 2 maps
                [Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (475): Found a wildchar match loadbalancer -> /*
                [Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/NotFound.html' from 2 maps
                [Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (449): Attempting to map URI '/NotFound.html' from 2 maps
                [Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/viewserver/*'
                [Tue Nov 01 09:27:12 2005][0925:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'
                [Tue Nov 01 09:27:12 2005][0926:0000] [debug] jk_uri_worker_map.c (461): Attempting to map context URI '/*'