Andre,

Thanks for the reply.  I was finally able to get my the LOG file created.  I 
had NOT setup my virtual website, SCMIS, in addition to the JAKARTA virtual 
website in IIS and consequently I kept using Tomcat to authenticate instead of 
using IIS to do so and it was never hitting my website

I think it has something to do with the settings in my IIS setting.  I still 
cannot get the value from getRemoteUser() because the user is blank as is 
indicated in the log below.  ANY help/direction would be greatly appreciated.

The URL that I am using to access my SCMIS virtual website is:  
http://localhost/SCMIS/index.jsp

In IIS I have the following:

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

I have attached the entries in the log file that just happened:

[Mon May 24 10:10:02.765 2010] [8124:7912] [debug] jk_isapi_plugin.c (1835): 
Filter started
[Mon May 24 10:10:02.765 2010] [8124:7912] [trace] jk_uri_worker_map.c (951): 
enter
[Mon May 24 10:10:02.765 2010] [8124:7912] [debug] jk_uri_worker_map.c (1168): 
File c:\server\Tomcat 6.0\conf\uriworkermap.properties is not modified
[Mon May 24 10:10:02.765 2010] [8124:7912] [debug] jk_uri_worker_map.c (1036): 
Attempting to map URI '/localhost/SCMIS/index.jsp' from 3 maps
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_uri_worker_map.c (839): 
enter
[Mon May 24 10:10:02.781 2010] [8124:7912] [debug] jk_uri_worker_map.c (850): 
Attempting to map context URI '/servlet/*=scmisWorker' source 'uriworkermap'
[Mon May 24 10:10:02.781 2010] [8124:7912] [debug] jk_uri_worker_map.c (850): 
Attempting to map context URI '/*.jsp=scmisWorker' source 'uriworkermap'
[Mon May 24 10:10:02.781 2010] [8124:7912] [debug] jk_uri_worker_map.c (863): 
Found a wildchar match '/*.jsp=scmisWorker'
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_uri_worker_map.c (866): 
exit
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_uri_worker_map.c (1065): 
exit
[Mon May 24 10:10:02.781 2010] [8124:7912] [debug] jk_isapi_plugin.c (1916): 
check if [/SCMIS/index.jsp] points to the web-inf directory
[Mon May 24 10:10:02.781 2010] [8124:7912] [debug] jk_isapi_plugin.c (1932): 
[/SCMIS/index.jsp] is a servlet url - should redirect to scmisWorker
[Mon May 24 10:10:02.781 2010] [8124:7912] [debug] jk_isapi_plugin.c (1972): 
fowarding escaped URI [/SCMIS/index.jsp]
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_isapi_plugin.c (2109): 
enter
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_worker.c (311): enter
[Mon May 24 10:10:02.781 2010] [8124:7912] [debug] jk_worker.c (339): 
Maintaining worker scmisWorker
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_ajp_common.c (3131): enter
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_ajp_common.c (3162): exit
[Mon May 24 10:10:02.781 2010] [8124:7912] [trace] jk_worker.c (350): exit
[Mon May 24 10:10:02.796 2010] [8124:7912] [trace] jk_isapi_plugin.c (2774): 
enter
[Mon May 24 10:10:02.796 2010] [8124:7912] [debug] jk_isapi_plugin.c (2792): 
Reading extension header HTTP_TOMCATWORKER6A6B0000: scmisWorker
[Mon May 24 10:10:02.796 2010] [8124:7912] [debug] jk_isapi_plugin.c (2793): 
Reading extension header HTTP_TOMCATWORKERIDX6A6B0000: 1
[Mon May 24 10:10:02.796 2010] [8124:7912] [debug] jk_isapi_plugin.c (2794): 
Reading extension header HTTP_TOMCATURI6A6B0000: /SCMIS/index.jsp
[Mon May 24 10:10:02.796 2010] [8124:7912] [debug] jk_isapi_plugin.c (2795): 
Reading extension header HTTP_TOMCATQUERY6A6B0000: (null)
[Mon May 24 10:10:02.796 2010] [8124:7912] [debug] jk_isapi_plugin.c (2850): 
Applying service extensions
[Mon May 24 10:10:02.796 2010] [8124:7912] [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 10:10:02.796 2010] [8124:7912] [debug] jk_isapi_plugin.c (3120): 
Service request headers=8 attributes=0 chunked=no content-length=0 available=0
[Mon May 24 10:10:02.796 2010] [8124:7912] [trace] jk_isapi_plugin.c (3130): 
exit
[Mon May 24 10:10:02.796 2010] [8124:7912] [trace] jk_worker.c (106): enter
[Mon May 24 10:10:02.796 2010] [8124:7912] [debug] jk_worker.c (116): found a 
worker scmisWorker
[Mon May 24 10:10:02.796 2010] [8124:7912] [trace] jk_worker.c (118): exit
[Mon May 24 10:10:02.796 2010] [8124:7912] [debug] jk_isapi_plugin.c (2162): 
got a worker for name scmisWorker
[Mon May 24 10:10:02.796 2010] [8124:7912] [trace] jk_ajp13_worker.c (69): enter
[Mon May 24 10:10:02.796 2010] [8124:7912] [trace] jk_ajp_common.c (3040): enter
[Mon May 24 10:10:02.812 2010] [8124:7912] [debug] jk_ajp_common.c (3093): 
acquired connection pool slot=0 after 0 retries
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_ajp_common.c (3096): exit
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_ajp13_worker.c (71): exit
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_ajp_common.c (2286): enter
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_ajp_common.c (425): enter
[Mon May 24 10:10:02.812 2010] [8124:7912] [debug] jk_ajp_common.c (605): ajp 
marshaling done
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_ajp_common.c (606): exit
[Mon May 24 10:10:02.812 2010] [8124:7912] [debug] jk_ajp_common.c (2376): 
processing scmisWorker with 2 retries
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_ajp_common.c (1480): enter
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_connect.c (1098): enter
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_connect.c (1120): exit
[Mon May 24 10:10:02.812 2010] [8124:7912] [trace] jk_ajp_common.c (1146): enter
[Mon May 24 10:10:02.812 2010] [8124:7912] [debug] jk_ajp_common.c (1152): 
sending to ajp13 pos=4 len=500 max=8192
[Mon May 24 10:10:02.812 2010] [8124:7912] [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 10:10:02.812 2010] [8124:7912] [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 10:10:02.812 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.828 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [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 10:10:02.843 2010] [8124:7912] [trace] jk_connect.c (840): enter
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_connect.c (868): exit
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_ajp_common.c (1178): exit
[Mon May 24 10:10:02.859 2010] [8124:7912] [debug] jk_ajp_common.c (1628): 
(scmisWorker) Statistics about invalid connections: connect check (0), cping 
(0), send (0)
[Mon May 24 10:10:02.859 2010] [8124:7912] [debug] jk_ajp_common.c (1639): 
(scmisWorker) request body to send 0 - request body to resend 0
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_ajp_common.c (1765): exit
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_ajp_common.c (2005): enter
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_ajp_common.c (1211): enter
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_connect.c (889): enter
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_connect.c (918): exit
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_connect.c (889): enter
[Mon May 24 10:10:02.859 2010] [8124:7912] [trace] jk_connect.c (918): exit
[Mon May 24 10:10:02.859 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 
received from ajp13 pos=0 len=152 max=8192
[Mon May 24 10:10:02.859 2010] [8124:7912] [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 10:10:02.859 2010] [8124:7912] [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 10:10:02.875 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0020 
   00 00 33 4A 53 45 53 53 49 4F 4E 49 44 3D 37 42  - ..3JSESSIONID=7B
[Mon May 24 10:10:02.875 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0030 
   41 30 39 38 45 32 31 30 34 34 33 42 45 41 41 34  - A098E210443BEAA4
[Mon May 24 10:10:02.875 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0040 
   33 43 45 32 34 36 33 35 35 34 32 32 39 35 3B 20  - 3CE24635542295;.
[Mon May 24 10:10:02.875 2010] [8124:7912] [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 10:10:02.875 2010] [8124:7912] [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 10:10:02.875 2010] [8124:7912] [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 10:10:02.875 2010] [8124:7912] [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 10:10:02.875 2010] [8124:7912] [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 10:10:02.875 2010] [8124:7912] [trace] jk_ajp_common.c (1340): exit
[Mon May 24 10:10:02.875 2010] [8124:7912] [trace] jk_ajp_common.c (1781): enter
[Mon May 24 10:10:02.875 2010] [8124:7912] [trace] jk_ajp_common.c (642): enter
[Mon May 24 10:10:02.875 2010] [8124:7912] [debug] jk_ajp_common.c (660): 
status = 401
[Mon May 24 10:10:02.875 2010] [8124:7912] [debug] jk_ajp_common.c (667): 
Number of headers is = 3
[Mon May 24 10:10:02.875 2010] [8124:7912] [debug] jk_ajp_common.c (723): 
Header[0] [Set-Cookie] = [JSESSIONID=7BA098E210443BEAA43CE24635542295; Path=/]
[Mon May 24 10:10:02.875 2010] [8124:7912] [debug] jk_ajp_common.c (723): 
Header[1] [Content-Type] = [text/html;charset=utf-8]
[Mon May 24 10:10:02.890 2010] [8124:7912] [debug] jk_ajp_common.c (723): 
Header[2] [Content-Length] = [1095]
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_ajp_common.c (730): exit
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_isapi_plugin.c (925): 
enter
[Mon May 24 10:10:02.890 2010] [8124:7912] [debug] jk_isapi_plugin.c (947): 
Starting response for URI '/SCMIS/index.jsp' (protocol HTTP/1.1)
[Mon May 24 10:10:02.890 2010] [8124:7912] [debug] jk_isapi_plugin.c (1047): 
Not using Keep-Alive
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_isapi_plugin.c (1092): 
exit
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_ajp_common.c (1211): enter
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_connect.c (889): enter
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_connect.c (918): exit
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_connect.c (889): enter
[Mon May 24 10:10:02.890 2010] [8124:7912] [trace] jk_connect.c (918): exit
[Mon May 24 10:10:02.890 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 
received from ajp13 pos=0 len=1099 max=8192
[Mon May 24 10:10:02.890 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.906 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.921 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.937 2010] [8124:7912] [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 10:10:02.953 2010] [8124:7912] [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 10:10:02.953 2010] [8124:7912] [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 10:10:02.953 2010] [8124:7912] [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 10:10:02.953 2010] [8124:7912] [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 10:10:02.953 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0400 
   3C 48 52 20 73 69 7A 65 3D 22 31 22 20 6E 6F 73  - <HR.size="1".nos
[Mon May 24 10:10:02.953 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0410 
   68 61 64 65 3D 22 6E 6F 73 68 61 64 65 22 3E 3C  - hade="noshade"><
[Mon May 24 10:10:02.953 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0420 
   68 33 3E 41 70 61 63 68 65 20 54 6F 6D 63 61 74  - h3>Apache.Tomcat
[Mon May 24 10:10:02.953 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0430 
   2F 36 2E 30 2E 31 38 3C 2F 68 33 3E 3C 2F 62 6F  - /6.0.18</h3></bo
[Mon May 24 10:10:02.953 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 0440 
   64 79 3E 3C 2F 68 74 6D 6C 3E 00 00 00 00 00 00  - dy></html>......
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_ajp_common.c (1340): exit
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_ajp_common.c (1781): enter
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_isapi_plugin.c (1215): 
enter
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_isapi_plugin.c (1185): 
enter
[Mon May 24 10:10:02.953 2010] [8124:7912] [debug] jk_isapi_plugin.c (1188): 
Writing 1095 bytes of data to client
[Mon May 24 10:10:02.953 2010] [8124:7912] [debug] jk_isapi_plugin.c (1201): 
Wrote 1095 bytes of data successfully
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_isapi_plugin.c (1203): 
exit
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_isapi_plugin.c (1322): 
exit
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_ajp_common.c (1965): exit
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_ajp_common.c (1211): enter
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_connect.c (889): enter
[Mon May 24 10:10:02.953 2010] [8124:7912] [trace] jk_connect.c (918): exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_connect.c (889): enter
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_connect.c (918): exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [debug] jk_ajp_common.c (1336): 
received from ajp13 pos=0 len=2 max=8192
[Mon May 24 10:10:02.968 2010] [8124:7912] [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 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (1340): exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (1781): enter
[Mon May 24 10:10:02.968 2010] [8124:7912] [debug] jk_ajp_common.c (1940): 
AJP13 protocol: Reuse is OK
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_isapi_plugin.c (1337): 
enter
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_isapi_plugin.c (1343): 
exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (1954): exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (2114): exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (2455): exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [debug] jk_isapi_plugin.c (2185): 
service() returned OK
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (2980): enter
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (754): enter
[Mon May 24 10:10:02.968 2010] [8124:7912] [debug] jk_ajp_common.c (757): 
(scmisWorker) resetting endpoint with sd = 2116
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (764): exit
[Mon May 24 10:10:02.968 2010] [8124:7912] [debug] jk_ajp_common.c (3010): 
recycling connection pool slot=0 for worker scmisWorker
[Mon May 24 10:10:02.968 2010] [8124:7912] [trace] jk_ajp_common.c (3013): exit
[Mon May 24 10:10:02.984 2010] [8124:7912] [trace] jk_isapi_plugin.c (2226): 
exit

-----Original Message-----
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Monday, May 24, 2010 9:39 AM
To: Tomcat Users List
Subject: Re: Question on workers.properties file

Hi.

Your general settings look ok to me.
See in text.

Savoy, Melinda wrote:
> Ranier,
>
> Again, thanks for the reply below.  Apparently I do not have something setup 
> correctly because I cannot get a LOG file created when I execute a single 
> request that is a valid login ID.

What is the exact URL you are trying ?
(just to check if it is supposed to go through the re-director)

  I'm sure I've setup something incorrectly and any help/direction would
be greatly appreciated.
>
> Here are my settings in the following files (server.xml, 
> isapi_redirect.properties file, uriworkermap.properties file and 
> workers.properties file):
>
> Server.xml:
>
> <Service name="Catalina">
>
>     <!--The connectors can use a shared executor, you can define one or more 
> named thread pools-->
>     <!--
>     <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
>         maxThreads="150" minSpareThreads="4"/>
>     -->
>
>
>     <!-- A "Connector" represents an endpoint by which requests are received
>          and responses are returned. Documentation at :
>          Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
>          Java AJP  Connector: /docs/config/ajp.html
>          APR (HTTP/AJP) Connector: /docs/apr.html
>          Define a non-SSL HTTP/1.1 Connector on port 8080
>     -->
>     <Connector port="9080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8443" />
>     <!-- A "Connector" using the shared thread pool-->
>     <!--
>     <Connector executor="tomcatThreadPool"
>                port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8443" />
>     -->
>     <!-- Define a SSL HTTP/1.1 Connector on port 8443
>          This connector uses the JSSE configuration, when using APR, the
>          connector should be using the OpenSSL style configuration
>          described in the APR documentation -->
>     <!--
>     <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
>                maxThreads="150" scheme="https" secure="true"
>                clientAuth="false" sslProtocol="TLS" />
>     -->
>
>     <!-- Define an AJP 1.3 Connector on port 8009 -->
>     <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" 
> tomcatAuthentication="false" />
>
>     <!-- An Engine represents the entry point (within Catalina) that processes
>          every request.  The Engine implementation for Tomcat stand alone
>          analyzes the HTTP headers included with the request, and passes them
>          on to the appropriate Host (virtual host).
>          Documentation at /docs/config/engine.html -->
>
>     <!-- You should set jvmRoute to support load-balancing via AJP ie :
>     <Engine name="Standalone" defaultHost="localhost" jvmRoute="jvm1">
>     -->
>     <Engine name="Catalina" defaultHost="localhost">
>
>       <!--For clustering, please take a look at documentation at:
>           /docs/cluster-howto.html  (simple how to)
>           /docs/config/cluster.html (reference documentation) -->
>       <!--
>       <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>
>       -->
>
>       <!-- The request dumper valve dumps useful debugging information about
>            the request and response data received and sent by Tomcat.
>            Documentation at: /docs/config/valve.html -->
>       <!--
>       <Valve className="org.apache.catalina.valves.RequestDumperValve"/>
>       -->
>
>       <!-- This Realm uses the UserDatabase configured in the global JNDI
>            resources under the key "UserDatabase".  Any edits
>            that are performed against this UserDatabase are immediately
>            available for use by the Realm.  -->
>       <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
>              resourceName="UserDatabase"/>
>
>       <!-- Define the default virtual host
>            Note: XML Schema validation will not work with Xerces 2.2.
>        -->
>       <Host name="localhost"  appBase="webapps"
>             unpackWARs="true" autoDeploy="true"
>             xmlValidation="false" xmlNamespaceAware="false">
>
>         <!-- SingleSignOn valve, share authentication between web applications
>              Documentation at: /docs/config/valve.html -->
>         <!--
>         <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
>         -->
>
>         <!-- Access log processes all example.
>              Documentation at: /docs/config/valve.html -->
>         <!--
>         <Valve className="org.apache.catalina.valves.AccessLogValve" 
> directory="logs"
>                prefix="localhost_access_log." suffix=".txt" pattern="common" 
> resolveHosts="false"/>
>         -->
>
>       </Host>
>     </Engine>
>   </Service>
>
> In my isapi_redirect.properties file:
>
> # Configuration file for the Jakarta ISAPI Redirector
>
> # The path to the ISAPI Redirector Extension, relative to the website
> # This must be in a virtual directory with executive privileges
> extension_uri=/jakarta/isapi_redirect.dll
>
> # Full path to the log file for the ISAPI Redirector
> log_file=c:\server\Tomcat 6.0\logs\iisapi.log

This probably works, but I personally dislike paths with spaces in them,
because they always bite you in the end.
Maybe you need to provide quotes around it here ?

>
> # Log level (debug, info, warn, error or trace)
> log_level=trace

Should that not be "debug" ?
I know Rainer said trace, but hey, even the gurus might slip up from
time to time.
(try debug anyway, just for security).

>
> # Full path to the workers.properties file
> worker_file=c:\server\Tomcat 6.0\conf\workers.properties
>
> # Full path to the uriworkermap.properties file
> worker_mount_file=c:\server\Tomcat 6.0\conf\uriworkermap.properties
>
Same note for the paths, although I suppose they work here, otherwise
you'd get plenty of other errors.

> In my uriworkermap.properties file:
>
> # uriworkermap.properties - IIS settings from 
> http://onjava.com/pub/a/onjava/2002/12/18/tomcat.html?page=2
> #
> # This file provides sample mappings for example wlb
> # worker definted in workermap.properties.minimal
> # The general syntax for this file is:
> # [URL]=[Worker name]
>
> /examples/*=scmisWorker
> /examples/*.jsp=scmisWorker
> /examples/servlet/*=scmisWorker

These are kind of redundant.
"/examples/*" should cover all the others.
They will not cause an error, but maybe a lot of unnecessary comparisons.

>
> #/admin/*=wlb
> #/manager/*=wlb
> #/examples/*=wlb
> #/servlets-examples/*=wlb
> # Optionally filter out all .jpeg files inside that context
> # For no mapping the url has to start with exclamation(!)
>
> #!/servlets-examples/*.jpeg=wlb
>
> #
> # Mount jkstatus to /jkmanager
> # For production servers you will need to
> # secure the access to the /jkmanager url
> #
> #/jkmanager=jkstatus
>
> In my workers.properties file:
>
> # workers.properties from = 
> http://onjava.com/pub/a/onjava/2002/12/18/tomcat.html
> #
> # This file provides minimal jk configuration properties needed to
> # connect to Tomcat.
> #
> # The workers that jk should create and work with
>
> #worker.list=wlb,jkstatus
> worker.list=scmisWorker
>
> #
> # Defining a worker named ajp13w and of type ajp13
> # Note that the name and the type do not have to match.
> #
> #worker.ajp13w.type=ajp13
> #worker.ajp13w.host=localhost
> #worker.ajp13w.port=8009
> worker.scmisWorker.port=8009
> worker.scmisWorker.host=localhost
> worker.scmisWorker.type=ajp13
>
> #
> # Defining a load balancer
> #
>
> #worker.wlb.type=lb
> #worker.wlb.balance_workers=ajp13w
>
>
> #
> # Define status worker
> #
> #worker.jkstatus.type=status
>
>
>
> -----Original Message-----
> From: Rainer Jung [mailto:rainer.j...@kippdata.de]
> Sent: Thursday, May 20, 2010 3:55 PM
> To: Tomcat Users List
> Subject: Re: Question on workers.properties file
>
> Hi André, Melinda and everyone else,
>
> On 20.05.2010 14:31, André Warnier wrote:
>> savoym wrote:
>> I Rainer Jung is around, he may tell us if my assumptions are correct,
>> that IIS+redirector also sends the IIS user-id to Tomcat, if there is any.
>>
>> If not, then tonight I might be able to send you a servlet filter to
>> dump the HTTP headers of the requests sent by IIS to Tomcat, to see if
>> there is a user-id in there somewhere. Unless you have already checked
>> that ?
>
> I checked before my original reply and it seems the IIS variable
> "AUTH_USER" is automatically forwarded by the isapi plugin. When setting
> tomcatAuthentication="false" on the AJP connector (!), the value can be
> retrieved by the getRemoteUser() method.
>
> I would set the log level of the redirector to "trace" on an idle test
> environment and then do a single request there that is expected to be
> authenticated. The log lines in the redirector log should tell us, what
> is actually being forwarded (lots of log lines, but lots of info too).
>
> Regards,
>
> Rainer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
>
> 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.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to