Another strange thing which I just discovered is that in mozilla firefox (connecting to IIS) if I press cancel on the first window asking for user and pass... another one appears with header Enter username and password for "Tomcat Manager Application" at http://192.9.202.22:8081
and when I put the username and pass there... it works.
In internet explorer (version 7 ) after pressing cancel there is no second window asking for user and pass


Best regards,

Nikolay Diulgerov
Network Administrator
E-mail: [EMAIL PROTECTED]
Telephone : +33 4 89 87 77 77
Fax :       +33 4 89 87 77 00
Web: http://www.codix-france.com




Niki Diulgerov wrote:
Something strange is that the header of the window asking for authentication through IIS is:
Enter username and password for "" at http://192.9.202.10:8081

And the window which appears when I connect directly to tomcat :
Enter username and password for "Tomcat Manager Application" at http://192.9.202.22:8060

(8081 is the port on which IIS works and 8060 is the port where tomcat waits for HTTP requests)


Best regards,

Nikolay Diulgerov
Network Administrator
E-mail: [EMAIL PROTECTED]
Telephone : +33 4 89 87 77 77
Fax :       +33 4 89 87 77 00
Web: http://www.codix-france.com




Niki Diulgerov wrote:
Here is the log from isapi_redirect setup with DEBUG level
I'm trying to access the TOMCAT MANAGER link from the default tomcat page (with the appropriate user and pass) when I'm trying from IIS it just shows again and again the window for user and pass. When I'm trying to do the same directly on 8080 it works OK. In both cases there is nothing in catalina.out that someone tries to access /manager (I'm using default tomcat installation with additionally assigned romes manager and some more for the tomcat user)




[Tue Nov 20 19:12:07.847 2007] [5120:3520] [debug] jk_ajp_common.c (1569): AJP13 protocol: Reuse is OK [Tue Nov 20 19:12:07.847 2007] [5120:3520] [debug] jk_isapi_plugin.c (1528): service() returned OK [Tue Nov 20 19:12:07.847 2007] [5120:3520] [debug] jk_ajp_common.c (2441): recycling connection pool slot=0 for worker client [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_isapi_plugin.c (1199): Filter started [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_isapi_plugin.c (1266): Virtual Host redirection of /192.9.202.10:8081/manager/html [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_uri_worker_map.c (597): Attempting to map URI '/192.9.202.10:8081/manager/html' from 1 maps [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_uri_worker_map.c (609): Attempting to map context URI '/*=client' source 'uriworkermap' [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_uri_worker_map.c (624): Found a wildchar match '/*=client' [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_isapi_plugin.c (1286): check if [/manager/html] is points to the web-inf directory [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_isapi_plugin.c (1303): [/manager/html] is a servlet url - should redirect to client [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_isapi_plugin.c (1345): fowarding escaped URI [/manager/html] [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_isapi_plugin.c (2241): Service protocol=HTTP/1.1 method=GET host=192.9.202.231 addr=192.9.202.231 name=192.9.202.10 port=8081 auth= user= uri=/manager/html [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_worker.c (115): found a worker client [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_isapi_plugin.c (1513): got a worker for name client [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (2498): acquired connection pool slot=0 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (551): ajp marshaling done [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1935): processing client with 2 retries [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): sending to ajp13 pos=4 len=456 max=8192 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0000 12 34 01 C4 02 02 00 08 48 54 54 50 2F 31 2E 31 - .4......HTTP/1.1 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0010 00 00 0D 2F 6D 61 6E 61 67 65 72 2F 68 74 6D 6C - .../manager/html [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0020 00 00 0D 31 39 32 2E 39 2E 32 30 32 2E 32 33 31 - ...192.9.202.231 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0030 00 00 0D 31 39 32 2E 39 2E 32 30 32 2E 32 33 31 - ...192.9.202.231 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0040 00 00 0C 31 39 32 2E 39 2E 32 30 32 2E 31 30 00 - ...192.9.202.10. [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0050 1F 91 00 00 0A A0 06 00 0A 6B 65 65 70 2D 61 6C - .........keep-al [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0060 69 76 65 00 00 0A 6B 65 65 70 2D 61 6C 69 76 65 - ive...keep-alive [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0070 00 00 03 33 30 30 00 A0 01 00 63 74 65 78 74 2F - ...300....ctext/ [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0080 78 6D 6C 2C 61 70 70 6C 69 63 61 74 69 6F 6E 2F - xml,application/ [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0090 78 6D 6C 2C 61 70 70 6C 69 63 61 74 69 6F 6E 2F - xml,application/ [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 00a0 78 68 74 6D 6C 2B 78 6D 6C 2C 74 65 78 74 2F 68 - xhtml+xml,text/h [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 00b0 74 6D 6C 3B 71 3D 30 2E 39 2C 74 65 78 74 2F 70 - tml;q=0.9,text/p [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 00c0 6C 61 69 6E 3B 71 3D 30 2E 38 2C 69 6D 61 67 65 - lain;q=0.8,image [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 00d0 2F 70 6E 67 2C 2A 2F 2A 3B 71 3D 30 2E 35 00 A0 - /png,*/*;q=0.5.. [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 00e0 02 00 1E 49 53 4F 2D 38 38 35 39 2D 31 2C 75 74 - ...ISO-8859-1,ut [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 00f0 66 2D 38 3B 71 3D 30 2E 37 2C 2A 3B 71 3D 30 2E - f-8;q=0.7,*;q=0. [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0100 37 00 A0 03 00 0C 67 7A 69 70 2C 64 65 66 6C 61 - 7.....gzip,defla [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0110 74 65 00 A0 04 00 0E 65 6E 2D 75 73 2C 65 6E 3B - te.....en-us,en; [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0120 71 3D 30 2E 35 00 A0 0B 00 11 31 39 32 2E 39 2E - q=0.5.....192.9. [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0130 32 30 32 2E 31 30 3A 38 30 38 31 00 A0 0D 00 19 - 202.10:8081..... [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0140 68 74 74 70 3A 2F 2F 31 39 32 2E 39 2E 32 30 32 - http://192.9.202 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0150 2E 31 30 3A 38 30 38 31 2F 00 A0 0E 00 5A 4D 6F - .10:8081/....ZMo [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0160 7A 69 6C 6C 61 2F 35 2E 30 20 28 57 69 6E 64 6F - zilla/5.0.(Windo [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0170 77 73 3B 20 55 3B 20 57 69 6E 64 6F 77 73 20 4E - ws;.U;.Windows.N [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0180 54 20 36 2E 30 3B 20 65 6E 2D 55 53 3B 20 72 76 - T.6.0;.en-US;.rv [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 0190 3A 31 2E 38 2E 31 2E 39 29 20 47 65 63 6B 6F 2F - :1.8.1.9).Gecko/ [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 01a0 32 30 30 37 31 30 32 35 20 46 69 72 65 66 6F 78 - 20071025.Firefox [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 01b0 2F 32 2E 30 2E 30 2E 39 00 A0 08 00 01 30 00 03 - /2.0.0.9.....0.. [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (911): 01c0 00 00 00 04 00 00 00 FF 00 00 00 00 00 00 00 00 - ................ [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1325): (client) request body to send 0 - request body to resend 0 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): received from ajp13 pos=0 len=235 max=8192 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0000 04 01 91 00 0C 55 6E 61 75 74 68 6F 72 69 7A 65 - .....Unauthorize [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0010 64 00 00 06 00 06 50 72 61 67 6D 61 00 00 08 4E - d.....Pragma...N [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0020 6F 2D 63 61 63 68 65 00 00 0D 43 61 63 68 65 2D - o-cache...Cache- [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0030 43 6F 6E 74 72 6F 6C 00 00 08 6E 6F 2D 63 61 63 - Control...no-cac [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0040 68 65 00 00 07 45 78 70 69 72 65 73 00 00 1D 54 - he...Expires...T [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0050 68 75 2C 20 30 31 20 4A 61 6E 20 31 39 37 30 20 - hu,.01.Jan.1970. [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0060 30 32 3A 30 30 3A 30 30 20 45 45 54 00 00 10 57 - 02:00:00.EET...W [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0070 57 57 2D 41 75 74 68 65 6E 74 69 63 61 74 65 00 - WW-Authenticate. [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0080 00 28 42 61 73 69 63 20 72 65 61 6C 6D 3D 22 54 - .(Basic.realm="T [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0090 6F 6D 63 61 74 20 4D 61 6E 61 67 65 72 20 41 70 - omcat.Manager.Ap [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00a0 70 6C 69 63 61 74 69 6F 6E 22 00 00 0C 43 6F 6E - plication"...Con [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00b0 74 65 6E 74 2D 54 79 70 65 00 00 17 74 65 78 74 - tent-Type...text [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00c0 2F 68 74 6D 6C 3B 63 68 61 72 73 65 74 3D 75 74 - /html;charset=ut [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00d0 66 2D 38 00 00 0E 43 6F 6E 74 65 6E 74 2D 4C 65 - f-8...Content-Le [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00e0 6E 67 74 68 00 00 03 39 35 34 00 00 00 00 00 00 - ngth...954...... [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (606): status = 401 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (613): Number of headers is = 6 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (669): Header[0] [Pragma] = [No-cache] [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (669): Header[1] [Cache-Control] = [no-cache] [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (669): Header[2] [Expires] = [Thu, 01 Jan 1970 02:00:00 EET] [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (669): Header[3] [WWW-Authenticate] = [Basic realm="Tomcat Manager Application"] [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (669): Header[4] [Content-Type] = [text/html;charset=utf-8] [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (669): Header[5] [Content-Length] = [954] [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): received from ajp13 pos=0 len=958 max=8192 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0000 03 03 BA 3C 68 74 6D 6C 3E 3C 68 65 61 64 3E 3C - ...<html><head>< [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0010 74 69 74 6C 65 3E 41 70 61 63 68 65 20 54 6F 6D - title>Apache.Tom [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0020 63 61 74 2F 35 2E 35 2E 32 35 20 2D 20 45 72 72 - cat/5.5.25.-.Err [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0030 6F 72 20 72 65 70 6F 72 74 3C 2F 74 69 74 6C 65 - or.report</title [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0040 3E 3C 73 74 79 6C 65 3E 3C 21 2D 2D 48 31 20 7B - ><style><!--H1.{ [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0050 66 6F 6E 74 2D 66 61 6D 69 6C 79 3A 54 61 68 6F - font-family:Taho [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0060 6D 61 2C 41 72 69 61 6C 2C 73 61 6E 73 2D 73 65 - ma,Arial,sans-se [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0070 72 69 66 3B 63 6F 6C 6F 72 3A 77 68 69 74 65 3B - rif;color:white; [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0080 62 61 63 6B 67 72 6F 75 6E 64 2D 63 6F 6C 6F 72 - background-color [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0090 3A 23 35 32 35 44 37 36 3B 66 6F 6E 74 2D 73 69 - :#525D76;font-si [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00a0 7A 65 3A 32 32 70 78 3B 7D 20 48 32 20 7B 66 6F - ze:22px;}.H2.{fo [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00b0 6E 74 2D 66 61 6D 69 6C 79 3A 54 61 68 6F 6D 61 - nt-family:Tahoma [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00c0 2C 41 72 69 61 6C 2C 73 61 6E 73 2D 73 65 72 69 - ,Arial,sans-seri [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00d0 66 3B 63 6F 6C 6F 72 3A 77 68 69 74 65 3B 62 61 - f;color:white;ba [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00e0 63 6B 67 72 6F 75 6E 64 2D 63 6F 6C 6F 72 3A 23 - ckground-color:# [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 00f0 35 32 35 44 37 36 3B 66 6F 6E 74 2D 73 69 7A 65 - 525D76;font-size [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0100 3A 31 36 70 78 3B 7D 20 48 33 20 7B 66 6F 6E 74 - :16px;}.H3.{font [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0110 2D 66 61 6D 69 6C 79 3A 54 61 68 6F 6D 61 2C 41 - -family:Tahoma,A [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0120 72 69 61 6C 2C 73 61 6E 73 2D 73 65 72 69 66 3B - rial,sans-serif; [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0130 63 6F 6C 6F 72 3A 77 68 69 74 65 3B 62 61 63 6B - color:white;back [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0140 67 72 6F 75 6E 64 2D 63 6F 6C 6F 72 3A 23 35 32 - ground-color:#52 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0150 35 44 37 36 3B 66 6F 6E 74 2D 73 69 7A 65 3A 31 - 5D76;font-size:1 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0160 34 70 78 3B 7D 20 42 4F 44 59 20 7B 66 6F 6E 74 - 4px;}.BODY.{font [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0170 2D 66 61 6D 69 6C 79 3A 54 61 68 6F 6D 61 2C 41 - -family:Tahoma,A [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0180 72 69 61 6C 2C 73 61 6E 73 2D 73 65 72 69 66 3B - rial,sans-serif; [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0190 63 6F 6C 6F 72 3A 62 6C 61 63 6B 3B 62 61 63 6B - color:black;back [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 01a0 67 72 6F 75 6E 64 2D 63 6F 6C 6F 72 3A 77 68 69 - ground-color:whi [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 01b0 74 65 3B 7D 20 42 20 7B 66 6F 6E 74 2D 66 61 6D - te;}.B.{font-fam [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 01c0 69 6C 79 3A 54 61 68 6F 6D 61 2C 41 72 69 61 6C - ily:Tahoma,Arial [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 01d0 2C 73 61 6E 73 2D 73 65 72 69 66 3B 63 6F 6C 6F - ,sans-serif;colo [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 01e0 72 3A 77 68 69 74 65 3B 62 61 63 6B 67 72 6F 75 - r:white;backgrou [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 01f0 6E 64 2D 63 6F 6C 6F 72 3A 23 35 32 35 44 37 36 - nd-color:#525D76 [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0200 3B 7D 20 50 20 7B 66 6F 6E 74 2D 66 61 6D 69 6C - ;}.P.{font-famil [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0210 79 3A 54 61 68 6F 6D 61 2C 41 72 69 61 6C 2C 73 - y:Tahoma,Arial,s [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0220 61 6E 73 2D 73 65 72 69 66 3B 62 61 63 6B 67 72 - ans-serif;backgr [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0230 6F 75 6E 64 3A 77 68 69 74 65 3B 63 6F 6C 6F 72 - ound:white;color [Tue Nov 20 19:12:09.644 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0240 3A 62 6C 61 63 6B 3B 66 6F 6E 74 2D 73 69 7A 65 - :black;font-size [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0250 3A 31 32 70 78 3B 7D 41 20 7B 63 6F 6C 6F 72 20 - :12px;}A.{color. [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0260 3A 20 62 6C 61 63 6B 3B 7D 41 2E 6E 61 6D 65 20 - :.black;}A.name. [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0270 7B 63 6F 6C 6F 72 20 3A 20 62 6C 61 63 6B 3B 7D - {color.:.black;} [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0280 48 52 20 7B 63 6F 6C 6F 72 20 3A 20 23 35 32 35 - HR.{color.:.#525 [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0290 44 37 36 3B 7D 2D 2D 3E 3C 2F 73 74 79 6C 65 3E - D76;}--></style> [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 02a0 20 3C 2F 68 65 61 64 3E 3C 62 6F 64 79 3E 3C 68 - .</head><body><h [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 02b0 31 3E 48 54 54 50 20 53 74 61 74 75 73 20 34 30 - 1>HTTP.Status.40 [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 02c0 31 20 2D 20 3C 2F 68 31 3E 3C 48 52 20 73 69 7A - 1.-.</h1><HR.siz [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 02d0 65 3D 22 31 22 20 6E 6F 73 68 61 64 65 3D 22 6E - e="1".noshade="n [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 02e0 6F 73 68 61 64 65 22 3E 3C 70 3E 3C 62 3E 74 79 - oshade"><p><b>ty [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 02f0 70 65 3C 2F 62 3E 20 53 74 61 74 75 73 20 72 65 -
pe</b>.Status.re
[Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0300 70 6F 72 74 3C 2F 70 3E 3C 70 3E 3C 62 3E 6D 65 - port</p><p><b>me [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0310 73 73 61 67 65 3C 2F 62 3E 20 3C 75 3E 3C 2F 75 - ssage</b>.<u></u [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0320 3E 3C 2F 70 3E 3C 70 3E 3C 62 3E 64 65 73 63 72 - ></p><p><b>descr [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0330 69 70 74 69 6F 6E 3C 2F 62 3E 20 3C 75 3E 54 68 - iption</b>.<u>Th [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0340 69 73 20 72 65 71 75 65 73 74 20 72 65 71 75 69 - is.request.requi [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0350 72 65 73 20 48 54 54 50 20 61 75 74 68 65 6E 74 - res.HTTP.authent [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0360 69 63 61 74 69 6F 6E 20 28 29 2E 3C 2F 75 3E 3C - ication.().</u>< [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0370 2F 70 3E 3C 48 52 20 73 69 7A 65 3D 22 31 22 20 - /p><HR.size="1". [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0380 6E 6F 73 68 61 64 65 3D 22 6E 6F 73 68 61 64 65 - noshade="noshade [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0390 22 3E 3C 68 33 3E 41 70 61 63 68 65 20 54 6F 6D - "><h3>Apache.Tom [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 03a0 63 61 74 2F 35 2E 35 2E 32 35 3C 2F 68 33 3E 3C - cat/5.5.25</h3>< [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 03b0 2F 62 6F 64 79 3E 3C 2F 68 74 6D 6C 3E 00 00 00 - /body></html>... [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): received from ajp13 pos=0 len=2 max=8192 [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1058): 0000 05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 - ................ [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_ajp_common.c (1569): AJP13 protocol: Reuse is OK [Tue Nov 20 19:12:09.660 2007] [5120:3520] [debug] jk_isapi_plugin.c (1528): service() returned OK

Best regards,

Nikolay Diulgerov
Network Administrator
E-mail: [EMAIL PROTECTED]
Telephone : +33 4 89 87 77 77
Fax :       +33 4 89 87 77 00
Web: http://www.codix-france.com




Rainer Jung wrote:
Niki Diulgerov wrote:
Yes it works when I connect directly to tomcat

Best regards,

Activate an access log in tomcat and check, if you are really talking to the right instance. Even if access gets denied, one access log line should show up.

What's the header text of the basic authentication box, that asks for the credentials?

What do you get in the log file, if you increase the log level of the isapi redirector to debug? It should contain the information, if the request actually gets forwarded to tomcat. You might want to post the log lines resulting from an attempt. Please replace credentials contained in the log file by XXX before posting :)

Regards,

Rainer


Nikolay Diulgerov
Network Administrator
E-mail: [EMAIL PROTECTED]
Telephone : +33 4 89 87 77 77
Fax :       +33 4 89 87 77 00
Web: http://www.codix-france.com




Rainer Jung wrote:
Niki Diulgerov wrote:
Hello there,
I'm trying to setup IIS6 + apache_tomcat running on different machine. I read alot on internet and succeeded to implement this but now (maybe very simple) problem appeared.
if I set in uriworker.maps
/*=client
where client is my worker
and open the site ... default tomcat home page appears
but when I try to open MANAGER link the separate window where I have to put the username and password appears again and again even that I'm writing the correct user and password. It seems to be some problem with the basic authentication implemented in tomcat.
any application works fine but the basic authentication not.
Someone solved such problem ?

Does it work, when you connect directly to the tomcat http port (by default 8080)? If no, it doesn't have to do with IIS, but with your user and group setup.

Regards,

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to