bonjour,

J'ai besoin de configurer iis 5 pouyr qu'il fonctionne avec Tomcat 5.5 j'ai suivie le tutoriel suivant : tutoriel

cependant je n'arrive pas à le faire fonctionner, les log de isapi me donne ceci lorsque j'appel l'url : http://localhost/examples/jsp/index.html

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (1841): Filter started
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (1168): File C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\uriworkermap.properties is not modified
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (1036): Attempting to map URI '/localhost/examples/jsp/index.html' from 3 maps
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/servlet/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*.jsp=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/servlet/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*.jsp=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (863): Found a wildchar match '/examples/*=testWorker'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (1922): check if [/examples/jsp/index.html] points to the web-inf directory
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (1938): [/examples/jsp/index.html] is a servlet url - should redirect to testWorker
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (1978): fowarding escaped URI [/examples/jsp/index.html]
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (1841): Filter started
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (1036): Attempting to map URI '/localhost/jakarta/isapi_redirect.dll' from 3 maps
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/servlet/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*.jsp=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/servlet/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*.jsp=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*=testWorker' source 'uriworkermap'
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (2061): [/jakarta/isapi_redirect.dll] is not a servlet url
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_worker.c (339): Maintaining worker testWorker
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (2792): Reading extension header HTTP_TOMCATWORKER6A6B0000: (null)
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (2793): Reading extension header HTTP_TOMCATWORKERIDX6A6B0000: -1
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (2794): Reading extension header HTTP_TOMCATURI6A6B0000: (null)
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (2795): Reading extension header HTTP_TOMCATQUERY6A6B0000: (null)
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (2800): No URI header value provided. Defaulting to old behaviour
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (3063): Service protocol=HTTP/1.1 method=GET host=127.0.0.1 addr=127.0.0.1 name=localhost port=80 auth= user= uri=/jakarta/isapi_redirect.dll
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_worker.c (116): did not find a worker ajp13
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [debug] jk_isapi_plugin.c (2167): could not get a worker for name ajp13
[Tue Apr 07 14:13:07.864 2009] [1816:2912] [error] jk_isapi_plugin.c (2215): could not get a worker for name ajp13
Avez vous une idée du problème cela fait depuis hier que je suis coincé et je ne trouve de l'aide nul part.

Merci d'avance pour l'aide que vous m'apporterai.

Cordialement

Pierre