I started a post last week on the WORKERS.PROPERTIES file but that post got to 
be very long.  After getting answers from those on this list to help me resolve 
the issue with the worker.properties file.

I would like to submit another question on resolving IIS authentication in 
helping me retrieve the User ID via the getRemoteUser() method but I keep 
getting a NULL value.  The IISAPI.LOG below shows that the "user" variable is 
NOT being populated however, when INTEGRATED WINDOWS AUTHENTICATION is checked 
in the Jakarta virtual website then I get prompted then the "user" variable is 
populated when I click cancel in the dialog box.  Any help/direction would be 
greatly appreciated.

If more info is required to help resolve this issue please let me know.  THANKS.

In my server.xml file I have the following connectors defined:

<Connector port="9080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" 
tomcatAuthentication="false" />

In IIS I have the following defined:

1.      Default Web Site - Anonymous access checked and Integrated Windows 
authentication unchecked
2.      Jakarta - virtual web site and Anonymous access checked and Integrated 
Windows authentication unchecked
3.      SCMIS - virtual web site and Anonymous access unchecked and Integrated 
Windows authentication checked

Given the settings in IIS above I am getting the following in my log:

[Mon May 24 13:33:57.578 2010] [8124:7912] [debug] jk_util.c (459): 
Pre-processed log time stamp format is '[%a %b %d %H:%M:%S.000 %Y] '
[Mon May 24 13:33:57.578 2010] [8124:7912] [info] jk_isapi_plugin.c (2403): 
Starting Jakarta/ISAPI/isapi_redirector/1.2.30
[Mon May 24 13:33:57.578 2010] [8124:7912] [debug] jk_isapi_plugin.c (2421): 
Detected IIS version 5.1
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2423): 
Using ini file C:\server\Tomcat 6.0\conf\isapi_redirect.properties.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2429): 
Using log file c:\server\Tomcat 6.0\logs\iisapi.log.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2430): 
Using log level 1.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2431): 
Using extension uri /jakarta/isapi_redirect.dll.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2432): 
Using worker file c:\server\Tomcat 6.0\conf\workers.properties.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2433): 
Using worker mount file c:\server\Tomcat 6.0\conf\uriworkermap.properties.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2435): 
Using rewrite rule file .
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2437): 
Using uri select 3.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2438): 
Using no chunked encoding.
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2440): 
Using notification event SF_NOTIFY_AUTH_COMPLETE (0x04000000)
[Mon May 24 13:33:57.593 2010] [8124:7912] [debug] jk_isapi_plugin.c (2450): 
Using uri header TOMCATURI6A6B0000:.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_isapi_plugin.c (2451): 
Using query header TOMCATQUERY6A6B0000:.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_isapi_plugin.c (2452): 
Using worker header TOMCATWORKER6A6B0000:.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_isapi_plugin.c (2453): 
Using worker index TOMCATWORKERIDX6A6B0000:.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_isapi_plugin.c (2454): 
Using translate header TOMCATTRANSLATE6A6B0000:.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_isapi_plugin.c (2455): 
Using a default of 250 connections per pool.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_map.c (491): Adding 
property '/*' with value 'scmisWorker' to map.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_map.c (491): Adding 
property '/*.jsp' with value 'scmisWorker' to map.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_map.c (491): Adding 
property '/servlet/*' with value 'scmisWorker' to map.
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_uri_worker_map.c (1102): 
Loading urimaps from c:\server\Tomcat 6.0\conf\uriworkermap.properties with 
reload check interval 60 seconds
[Mon May 24 13:33:57.609 2010] [8124:7912] [debug] jk_uri_worker_map.c (720): 
wildchar rule '/*=scmisWorker' source 'uriworkermap' was added
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (720): 
wildchar rule '/*.jsp=scmisWorker' source 'uriworkermap' was added
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (720): 
wildchar rule '/servlet/*=scmisWorker' source 'uriworkermap' was added
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (171): 
uri map dump after file load: index=0 file='c:\server\Tomcat 
6.0\conf\uriworkermap.properties' reject_unsafe=0 reload=60 modified=1274705470 
checked=1274726037
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (176): 
generation 0: size=0 nosize=0 capacity=0
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (176): 
generation 1: size=3 nosize=0 capacity=4
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (186): 
NEXT (1) map #0: uri=/servlet/* worker=scmisWorker context=/servlet/* 
source=uriworkermap type=Wildchar len=10
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (186): 
NEXT (1) map #1: uri=/*.jsp worker=scmisWorker context=/*.jsp 
source=uriworkermap type=Wildchar len=6
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_uri_worker_map.c (186): 
NEXT (1) map #2: uri=/* worker=scmisWorker context=/* source=uriworkermap 
type=Wildchar len=2
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_map.c (491): Adding 
property 'worker.list' with value 'scmisWorker' to map.
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_map.c (491): Adding 
property 'worker.scmisWorker.port' with value '8009' to map.
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_map.c (491): Adding 
property 'worker.scmisWorker.host' with value 'localhost' to map.
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_map.c (491): Adding 
property 'worker.scmisWorker.type' with value 'ajp13' to map.
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_map.c (774): Checking for 
references with prefix worker. with wildcard (recursion 1)
[Mon May 24 13:33:57.624 2010] [8124:7912] [debug] jk_shm.c (132): shared 
memory will contain 1 ajp workers of size 320 and 0 lb workers of size 320 with 
0 members of size 384+320
[Mon May 24 13:33:57.640 2010] [8124:7912] [debug] jk_shm.c (254): Initialized 
shared memory JKISAPISHMEM_LOCALHOST_1 size=448 free=320 addr=0xd50000
[Mon May 24 13:33:57.640 2010] [8124:7912] [debug] jk_map.c (589): Dump of map: 
'worker.list' -> 'scmisWorker'
[Mon May 24 13:33:57.656 2010] [8124:7912] [debug] jk_map.c (589): Dump of map: 
'worker.scmisWorker.port' -> '8009'
[Mon May 24 13:33:57.656 2010] [8124:7912] [debug] jk_map.c (589): Dump of map: 
'worker.scmisWorker.host' -> 'localhost'
[Mon May 24 13:33:57.656 2010] [8124:7912] [debug] jk_map.c (589): Dump of map: 
'worker.scmisWorker.type' -> 'ajp13'
[Mon May 24 13:33:57.656 2010] [8124:7912] [debug] jk_worker.c (242): creating 
worker scmisWorker
[Mon May 24 13:33:57.656 2010] [8124:7912] [debug] jk_worker.c (146): about to 
create instance scmisWorker of ajp13
[Mon May 24 13:33:57.656 2010] [8124:7912] [debug] jk_worker.c (159): about to 
validate and init scmisWorker
[Mon May 24 13:33:57.656 2010] [8124:7912] [debug] jk_ajp_common.c (2605): 
worker scmisWorker contact is 'localhost:8009'
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2800): 
setting endpoint options:
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2803): 
keepalive:              0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2807): 
socket timeout:         0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2811): 
socket connect timeout: 0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2815): 
buffer size:            0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2819): pool 
timeout:           0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2823): ping 
timeout:           10000
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2827): 
connect timeout:        0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2831): 
reply timeout:          0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2835): 
prepost timeout:        0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2839): 
recovery options:       0
[Mon May 24 13:33:57.671 2010] [8124:7912] [debug] jk_ajp_common.c (2843): 
retries:                2
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_ajp_common.c (2847): max 
packet size:        8192
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_ajp_common.c (2851): 
retry interval:         100
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_ajp_common.c (2662): 
setting connection pool size to 250 with min 125 and acquire timeout 200
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_worker.c (116): found a 
worker scmisWorker
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_worker.c (293): Found 
worker type 'ajp13'
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_uri_worker_map.c (512): 
Checking extension for worker 0: scmisWorker of type ajp13 (2)
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_worker.c (116): found a 
worker scmisWorker
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_worker.c (293): Found 
worker type 'ajp13'
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_uri_worker_map.c (512): 
Checking extension for worker 1: scmisWorker of type ajp13 (2)
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_worker.c (116): found a 
worker scmisWorker
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_worker.c (293): Found 
worker type 'ajp13'
[Mon May 24 13:33:57.687 2010] [8124:7912] [debug] jk_uri_worker_map.c (512): 
Checking extension for worker 2: scmisWorker of type ajp13 (2)
[Mon May 24 13:33:57.703 2010] [8124:7912] [debug] jk_uri_worker_map.c (171): 
uri map dump after extension stripping: index=0 file='c:\server\Tomcat 
6.0\conf\uriworkermap.properties' reject_unsafe=0 reload=60 modified=1274705470 
checked=1274726037
[Mon May 24 13:33:57.703 2010] [8124:7912] [debug] jk_uri_worker_map.c (176): 
generation 0: size=0 nosize=0 capacity=0
[Mon May 24 13:33:57.703 2010] [8124:7912] [debug] jk_uri_worker_map.c (176): 
generation 1: size=3 nosize=0 capacity=4
[Mon May 24 13:33:57.703 2010] [8124:7912] [debug] jk_uri_worker_map.c (186): 
NEXT (1) map #0: uri=/servlet/* worker=scmisWorker context=/servlet/* 
source=uriworkermap type=Wildchar len=10
[Mon May 24 13:33:57.703 2010] [8124:7912] [debug] jk_uri_worker_map.c (186): 
NEXT (1) map #1: uri=/*.jsp worker=scmisWorker context=/*.jsp 
source=uriworkermap type=Wildchar len=6
[Mon May 24 13:33:57.703 2010] [8124:7912] [debug] jk_uri_worker_map.c (186): 
NEXT (1) map #2: uri=/* worker=scmisWorker context=/* source=uriworkermap 
type=Wildchar len=2
[Mon May 24 13:33:57.703 2010] [8124:7912] [debug] jk_uri_worker_map.c (482): 
Switching uri worker map from index 0 to index 1
[Mon May 24 13:33:57.703 2010] [8124:7912] [info] jk_isapi_plugin.c (2573): 
Jakarta/ISAPI/isapi_redirector/1.2.30 initialized
[Mon May 24 13:33:57.703 2010] [8124:4892] [debug] jk_isapi_plugin.c (1835): 
Filter started
[Mon May 24 13:33:57.703 2010] [8124:4892] [debug] jk_uri_worker_map.c (1036): 
Attempting to map URI '/localhost/SCMIS/index.jsp' from 3 maps
[Mon May 24 13:33:57.703 2010] [8124:4892] [debug] jk_uri_worker_map.c (850): 
Attempting to map context URI '/servlet/*=scmisWorker' source 'uriworkermap'
[Mon May 24 13:33:57.703 2010] [8124:4892] [debug] jk_uri_worker_map.c (850): 
Attempting to map context URI '/*.jsp=scmisWorker' source 'uriworkermap'
[Mon May 24 13:33:57.703 2010] [8124:4892] [debug] jk_uri_worker_map.c (863): 
Found a wildchar match '/*.jsp=scmisWorker'
[Mon May 24 13:33:57.703 2010] [8124:4892] [debug] jk_isapi_plugin.c (1916): 
check if [/SCMIS/index.jsp] points to the web-inf directory
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (1932): 
[/SCMIS/index.jsp] is a servlet url - should redirect to scmisWorker
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (1972): 
fowarding escaped URI [/SCMIS/index.jsp]
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_worker.c (339): 
Maintaining worker scmisWorker
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (2792): 
Reading extension header HTTP_TOMCATWORKER6A6B0000: scmisWorker
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (2793): 
Reading extension header HTTP_TOMCATWORKERIDX6A6B0000: 1
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (2794): 
Reading extension header HTTP_TOMCATURI6A6B0000: /SCMIS/index.jsp
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (2795): 
Reading extension header HTTP_TOMCATQUERY6A6B0000: (null)
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (2850): 
Applying service extensions
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (3108): 
Service protocol=HTTP/1.1 method=GET host=127.0.0.1 addr=127.0.0.1 
name=localhost port=80 auth= user= uri=/SCMIS/index.jsp
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_isapi_plugin.c (3120): 
Service request headers=8 attributes=0 chunked=no content-length=0 available=0
[Mon May 24 13:33:57.718 2010] [8124:4892] [debug] jk_worker.c (116): found a 
worker scmisWorker
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_isapi_plugin.c (2162): 
got a worker for name scmisWorker
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (3093): 
acquired connection pool slot=0 after 0 retries
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (605): ajp 
marshaling done
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (2376): 
processing scmisWorker with 2 retries
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (1579): 
(scmisWorker) all endpoints are disconnected.
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_connect.c (480): socket 
TCP_NODELAY set to On
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_connect.c (604): trying 
to connect socket 2020 to 127.0.0.1:8009
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_connect.c (630): socket 
2020 connected to 127.0.0.1:8009
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (967): 
Connected socket 2020 to (127.0.0.1:8009)
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 
sending to ajp13 pos=4 len=500 max=8192
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0000 
   12 34 01 F0 02 02 00 08 48 54 54 50 2F 31 2E 31  - .4......HTTP/1.1
[Mon May 24 13:33:57.734 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0010 
   00 00 10 2F 53 43 4D 49 53 2F 69 6E 64 65 78 2E  - .../SCMIS/index.
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0020 
   6A 73 70 00 00 09 31 32 37 2E 30 2E 30 2E 31 00  - jsp...127.0.0.1.
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0030 
   00 09 31 32 37 2E 30 2E 30 2E 31 00 00 09 6C 6F  - ..127.0.0.1...lo
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0040 
   63 61 6C 68 6F 73 74 00 00 50 00 00 08 A0 01 00  - calhost..P......
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0050 
   03 2A 2F 2A 00 00 0F 61 63 63 65 70 74 2D 6C 61  - .*/*...accept-la
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0060 
   6E 67 75 61 67 65 00 00 05 65 6E 2D 75 73 00 A0  - nguage...en-us..
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0070 
   06 00 0A 4B 65 65 70 2D 41 6C 69 76 65 00 A0 0B  - ...Keep-Alive...
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0080 
   00 09 6C 6F 63 61 6C 68 6F 73 74 00 A0 0E 00 C3  - ..localhost.....
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0090 
   4D 6F 7A 69 6C 6C 61 2F 34 2E 30 20 28 63 6F 6D  - Mozilla/4.0.(com
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 00a0 
   70 61 74 69 62 6C 65 3B 20 4D 53 49 45 20 38 2E  - patible;.MSIE.8.
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 00b0 
   30 3B 20 57 69 6E 64 6F 77 73 20 4E 54 20 35 2E  - 0;.Windows.NT.5.
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 00c0 
   31 3B 20 54 72 69 64 65 6E 74 2F 34 2E 30 3B 20  - 1;.Trident/4.0;.
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 00d0 
   2E 4E 45 54 20 43 4C 52 20 31 2E 31 2E 34 33 32  - .NET.CLR.1.1.432
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 00e0 
   32 3B 20 2E 4E 45 54 20 43 4C 52 20 32 2E 30 2E  - 2;..NET.CLR.2.0.
[Mon May 24 13:33:57.749 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 00f0 
   35 30 37 32 37 3B 20 2E 4E 45 54 20 43 4C 52 20  - 50727;..NET.CLR.
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0100 
   33 2E 30 2E 30 34 35 30 36 2E 36 34 38 3B 20 49  - 3.0.04506.648;.I
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0110 
   6E 66 6F 50 61 74 68 2E 32 3B 20 2E 4E 45 54 20  - nfoPath.2;..NET.
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0120 
   43 4C 52 20 33 2E 30 2E 34 35 30 36 2E 32 31 35  - CLR.3.0.4506.215
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0130 
   32 3B 20 2E 4E 45 54 20 43 4C 52 20 33 2E 35 2E  - 2;..NET.CLR.3.5.
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0140 
   33 30 37 32 39 3B 20 4D 53 2D 52 54 43 20 4C 4D  - 30729;.MS-RTC.LM
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0150 
   20 38 29 00 A0 05 00 6A 4E 65 67 6F 74 69 61 74  - .8)....jNegotiat
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0160 
   65 20 54 6C 52 4D 54 56 4E 54 55 41 41 44 41 41  - e.TlRMTVNTUAADAA
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0170 
   41 41 41 41 41 41 41 45 67 41 41 41 41 41 41 41  - AAAAAAAEgAAAAAAA
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0180 
   41 41 53 41 41 41 41 41 41 41 41 41 42 49 41 41  - AASAAAAAAAAABIAA
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 0190 
   41 41 41 41 41 41 41 45 67 41 41 41 41 41 41 41  - AAAAAAAEgAAAAAAA
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 01a0 
   41 41 53 41 41 41 41 41 41 41 41 41 42 49 41 41  - AASAAAAAAAAABIAA
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 01b0 
   41 41 42 63 4B 49 6F 67 55 42 4B 41 6F 41 41 41  - AABcKIogUBKAoAAA
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 01c0 
   41 50 00 00 0F 61 63 63 65 70 74 2D 65 6E 63 6F  - AP...accept-enco
[Mon May 24 13:33:57.765 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 01d0 
   64 69 6E 67 00 00 0D 67 7A 69 70 2C 20 64 65 66  - ding...gzip,.def
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 01e0 
   6C 61 74 65 00 A0 08 00 01 30 00 03 00 00 00 04  - late.....0......
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1152): 01f0 
   00 00 00 FF 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1639): 
(scmisWorker) request body to send 0 - request body to resend 0
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 
received from ajp13 pos=0 len=152 max=8192
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0000 
   04 01 91 00 0C 55 6E 61 75 74 68 6F 72 69 7A 65  - .....Unauthorize
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0010 
   64 00 00 03 00 0A 53 65 74 2D 43 6F 6F 6B 69 65  - d.....Set-Cookie
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0020 
   00 00 33 4A 53 45 53 53 49 4F 4E 49 44 3D 41 30  - ..3JSESSIONID=A0
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0030 
   39 31 31 43 32 41 44 35 37 32 41 41 32 36 39 43  - 911C2AD572AA269C
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0040 
   31 32 39 37 33 42 42 46 34 36 30 36 31 46 3B 20  - 12973BBF46061F;.
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0050 
   50 61 74 68 3D 2F 00 00 0C 43 6F 6E 74 65 6E 74  - Path=/...Content
[Mon May 24 13:33:57.781 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0060 
   2D 54 79 70 65 00 00 17 74 65 78 74 2F 68 74 6D  - -Type...text/htm
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0070 
   6C 3B 63 68 61 72 73 65 74 3D 75 74 66 2D 38 00  - l;charset=utf-8.
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0080 
   00 0E 43 6F 6E 74 65 6E 74 2D 4C 65 6E 67 74 68  - ..Content-Length
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0090 
   00 00 04 31 30 39 35 00 00 00 00 00 00 00 00 00  - ...1095.........
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (660): 
status = 401
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (667): 
Number of headers is = 3
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (723): 
Header[0] [Set-Cookie] = [JSESSIONID=A0911C2AD572AA269C12973BBF46061F; Path=/]
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (723): 
Header[1] [Content-Type] = [text/html;charset=utf-8]
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (723): 
Header[2] [Content-Length] = [1095]
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_isapi_plugin.c (947): 
Starting response for URI '/SCMIS/index.jsp' (protocol HTTP/1.1)
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_isapi_plugin.c (1047): 
Not using Keep-Alive
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 
received from ajp13 pos=0 len=1099 max=8192
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0000 
   03 04 47 3C 68 74 6D 6C 3E 3C 68 65 61 64 3E 3C  - ..G<html><head><
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0010 
   74 69 74 6C 65 3E 41 70 61 63 68 65 20 54 6F 6D  - title>Apache.Tom
[Mon May 24 13:33:57.796 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0020 
   63 61 74 2F 36 2E 30 2E 31 38 20 2D 20 45 72 72  - cat/6.0.18.-.Err
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0030 
   6F 72 20 72 65 70 6F 72 74 3C 2F 74 69 74 6C 65  - or.report</title
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0040 
   3E 3C 73 74 79 6C 65 3E 3C 21 2D 2D 48 31 20 7B  - ><style><!--H1.{
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0050 
   66 6F 6E 74 2D 66 61 6D 69 6C 79 3A 54 61 68 6F  - font-family:Taho
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0060 
   6D 61 2C 41 72 69 61 6C 2C 73 61 6E 73 2D 73 65  - ma,Arial,sans-se
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0070 
   72 69 66 3B 63 6F 6C 6F 72 3A 77 68 69 74 65 3B  - rif;color:white;
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0080 
   62 61 63 6B 67 72 6F 75 6E 64 2D 63 6F 6C 6F 72  - background-color
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0090 
   3A 23 35 32 35 44 37 36 3B 66 6F 6E 74 2D 73 69  - :#525D76;font-si
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 00a0 
   7A 65 3A 32 32 70 78 3B 7D 20 48 32 20 7B 66 6F  - ze:22px;}.H2.{fo
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 00b0 
   6E 74 2D 66 61 6D 69 6C 79 3A 54 61 68 6F 6D 61  - nt-family:Tahoma
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 00c0 
   2C 41 72 69 61 6C 2C 73 61 6E 73 2D 73 65 72 69  - ,Arial,sans-seri
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 00d0 
   66 3B 63 6F 6C 6F 72 3A 77 68 69 74 65 3B 62 61  - f;color:white;ba
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 00e0 
   63 6B 67 72 6F 75 6E 64 2D 63 6F 6C 6F 72 3A 23  - ckground-color:#
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 00f0 
   35 32 35 44 37 36 3B 66 6F 6E 74 2D 73 69 7A 65  - 525D76;font-size
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0100 
   3A 31 36 70 78 3B 7D 20 48 33 20 7B 66 6F 6E 74  - :16px;}.H3.{font
[Mon May 24 13:33:57.812 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0110 
   2D 66 61 6D 69 6C 79 3A 54 61 68 6F 6D 61 2C 41  - -family:Tahoma,A
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0120 
   72 69 61 6C 2C 73 61 6E 73 2D 73 65 72 69 66 3B  - rial,sans-serif;
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0130 
   63 6F 6C 6F 72 3A 77 68 69 74 65 3B 62 61 63 6B  - color:white;back
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0140 
   67 72 6F 75 6E 64 2D 63 6F 6C 6F 72 3A 23 35 32  - ground-color:#52
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0150 
   35 44 37 36 3B 66 6F 6E 74 2D 73 69 7A 65 3A 31  - 5D76;font-size:1
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0160 
   34 70 78 3B 7D 20 42 4F 44 59 20 7B 66 6F 6E 74  - 4px;}.BODY.{font
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0170 
   2D 66 61 6D 69 6C 79 3A 54 61 68 6F 6D 61 2C 41  - -family:Tahoma,A
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0180 
   72 69 61 6C 2C 73 61 6E 73 2D 73 65 72 69 66 3B  - rial,sans-serif;
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0190 
   63 6F 6C 6F 72 3A 62 6C 61 63 6B 3B 62 61 63 6B  - color:black;back
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 01a0 
   67 72 6F 75 6E 64 2D 63 6F 6C 6F 72 3A 77 68 69  - ground-color:whi
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 01b0 
   74 65 3B 7D 20 42 20 7B 66 6F 6E 74 2D 66 61 6D  - te;}.B.{font-fam
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 01c0 
   69 6C 79 3A 54 61 68 6F 6D 61 2C 41 72 69 61 6C  - ily:Tahoma,Arial
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 01d0 
   2C 73 61 6E 73 2D 73 65 72 69 66 3B 63 6F 6C 6F  - ,sans-serif;colo
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 01e0 
   72 3A 77 68 69 74 65 3B 62 61 63 6B 67 72 6F 75  - r:white;backgrou
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 01f0 
   6E 64 2D 63 6F 6C 6F 72 3A 23 35 32 35 44 37 36  - nd-color:#525D76
[Mon May 24 13:33:57.828 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0200 
   3B 7D 20 50 20 7B 66 6F 6E 74 2D 66 61 6D 69 6C  - ;}.P.{font-famil
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0210 
   79 3A 54 61 68 6F 6D 61 2C 41 72 69 61 6C 2C 73  - y:Tahoma,Arial,s
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0220 
   61 6E 73 2D 73 65 72 69 66 3B 62 61 63 6B 67 72  - ans-serif;backgr
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0230 
   6F 75 6E 64 3A 77 68 69 74 65 3B 63 6F 6C 6F 72  - ound:white;color
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0240 
   3A 62 6C 61 63 6B 3B 66 6F 6E 74 2D 73 69 7A 65  - :black;font-size
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0250 
   3A 31 32 70 78 3B 7D 41 20 7B 63 6F 6C 6F 72 20  - :12px;}A.{color.
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0260 
   3A 20 62 6C 61 63 6B 3B 7D 41 2E 6E 61 6D 65 20  - :.black;}A.name.
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0270 
   7B 63 6F 6C 6F 72 20 3A 20 62 6C 61 63 6B 3B 7D  - {color.:.black;}
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0280 
   48 52 20 7B 63 6F 6C 6F 72 20 3A 20 23 35 32 35  - HR.{color.:.#525
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0290 
   44 37 36 3B 7D 2D 2D 3E 3C 2F 73 74 79 6C 65 3E  - D76;}--></style>
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 02a0 
   20 3C 2F 68 65 61 64 3E 3C 62 6F 64 79 3E 3C 68  - .</head><body><h
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 02b0 
   31 3E 48 54 54 50 20 53 74 61 74 75 73 20 34 30  - 1>HTTP.Status.40
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 02c0 
   31 20 2D 20 55 73 65 72 20 20 69 73 20 6E 6F 74  - 1.-.User..is.not
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 02d0 
   20 61 75 74 68 6F 72 69 7A 65 64 20 74 6F 20 61  - .authorized.to.a
[Mon May 24 13:33:57.843 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 02e0 
   63 63 65 73 73 20 74 68 69 73 20 72 65 73 6F 75  - ccess.this.resou
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 02f0 
   72 63 65 3C 2F 68 31 3E 3C 48 52 20 73 69 7A 65  - rce</h1><HR.size
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0300 
   3D 22 31 22 20 6E 6F 73 68 61 64 65 3D 22 6E 6F  - ="1".noshade="no
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0310 
   73 68 61 64 65 22 3E 3C 70 3E 3C 62 3E 74 79 70  - shade"><p><b>typ
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0320 
   65 3C 2F 62 3E 20 53 74 61 74 75 73 20 72 65 70  - e</b>.Status.rep
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0330 
   6F 72 74 3C 2F 70 3E 3C 70 3E 3C 62 3E 6D 65 73  - ort</p><p><b>mes
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0340 
   73 61 67 65 3C 2F 62 3E 20 3C 75 3E 55 73 65 72  - sage</b>.<u>User
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0350 
   20 20 69 73 20 6E 6F 74 20 61 75 74 68 6F 72 69  - ..is.not.authori
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0360 
   7A 65 64 20 74 6F 20 61 63 63 65 73 73 20 74 68  - zed.to.access.th
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0370 
   69 73 20 72 65 73 6F 75 72 63 65 3C 2F 75 3E 3C  - is.resource</u><
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0380 
   2F 70 3E 3C 70 3E 3C 62 3E 64 65 73 63 72 69 70  - /p><p><b>descrip
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0390 
   74 69 6F 6E 3C 2F 62 3E 20 3C 75 3E 54 68 69 73  - tion</b>.<u>This
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 03a0 
   20 72 65 71 75 65 73 74 20 72 65 71 75 69 72 65  - .request.require
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 03b0 
   73 20 48 54 54 50 20 61 75 74 68 65 6E 74 69 63  - s.HTTP.authentic
[Mon May 24 13:33:57.859 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 03c0 
   61 74 69 6F 6E 20 28 55 73 65 72 20 20 69 73 20  - ation.(User..is.
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 03d0 
   6E 6F 74 20 61 75 74 68 6F 72 69 7A 65 64 20 74  - not.authorized.t
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 03e0 
   6F 20 61 63 63 65 73 73 20 74 68 69 73 20 72 65  - o.access.this.re
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 03f0 
   73 6F 75 72 63 65 29 2E 3C 2F 75 3E 3C 2F 70 3E  - source).</u></p>
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_isapi_plugin.c (1188): 
Writing 1095 bytes of data to client
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_isapi_plugin.c (1201): 
Wrote 1095 bytes of data successfully
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 
received from ajp13 pos=0 len=2 max=8192
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (1336): 0000 
   05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (1940): 
AJP13 protocol: Reuse is OK
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_isapi_plugin.c (2185): 
service() returned OK
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (757): 
(scmisWorker) resetting endpoint with sd = 2020
[Mon May 24 13:33:57.874 2010] [8124:4892] [debug] jk_ajp_common.c (3010): 
recycling connection pool slot=0 for worker scmisWorker



Melinda Savoy
Sr. Programmer Analyst, ERP Systems
Innovative Technology Solutions
Texas Health Resources
600 E. Lamar Blvd, Ste 301, Arlington TX  76011
melindasa...@texashealth.org<mailto:melindasa...@texashealth.org>

Texas Health Resources: Arlington Memorial,
Harris Methodist and Presbyterian Hospitals
A shared mission and now a shared name.





The information contained in this message and any attachments is intended only 
for the use of the individual or entity to which it is addressed, and may 
contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from 
disclosure under applicable law.  If you are not the intended recipient, you 
are prohibited from copying, distributing, or using the information.  Please 
contact the sender immediately by return e-mail and delete the original message 
from your system.

Reply via email to