Bonjour,

Je tente de configuer IIS pour le mod_jk d'apache.
Je me suis crée une nouvelle application web (nommée 'intranet') sur le port 81. Et j'ai placé dans sa racine le dossier 'examples' de tomcat. Ensuite j'ai suivi leur tutoriel http://tomcat.apache.org/connectors-...howto/iis.html

Ca semble "fonctionner" sauf que je me rerouve avec une "404 Page introuvable" lorsque je t'ente d'accéder à http://localhost:81/examples/jsp/jsp...arithmetic.jsp
Par contre l'accés à cette page via Tomcat : http://localhost:8080/examples/jsp/j...arithmetic.jsp ne pose pas de problèmes.

Le log du connecteur me donne l'impression de bien fonctionner mais j'ai l'impression que Tomcat ne trouve pas les pages :
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_isapi_plugin.c (1183): Filter started
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_isapi_plugin.c (1250): Virtual Host redirection of /localhost:81/examples/jsp/jsp2/el/basic-arithmetic.jsp
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_uri_worker_map.c (726): File F:\tomcat\6\conf\uriworkermap.properties is not modified
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_uri_worker_map.c (589): Attempting to map URI '/localhost:81/examples/jsp/jsp2/el/basic-arithmetic.jsp' from 2 maps
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*=intranet' source 'uriworkermap'
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples=intranet' source 'uriworkermap'
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_isapi_plugin.c (1257): Default redirection of /examples/jsp/jsp2/el/basic-arithmetic.jsp
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_uri_worker_map.c (589): Attempting to map URI '/examples/jsp/jsp2/el/basic-arithmetic.jsp' from 2 maps
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*=intranet' source 'uriworkermap'
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_uri_worker_map.c (616): Found a wildchar match '/examples/*=intranet'
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_isapi_plugin.c (1270): check if [/examples/jsp/jsp2/el/basic-arithmetic.jsp] is points to the web-inf directory
[Fri Jun 01 09:42:11 2007] [3712:2856] [debug] jk_isapi_plugin.c (1287): [/examples/jsp/jsp2/el/basic-arithmetic.jsp] is a servlet url - should redirect to intranet

pouvez-vous m'aider ?

Merci

infos :
Système : IIS 6.0 , JK 1.2.23 for WIN32, et Tomcat 6.0.13 "installé" depuis "Binary Distributions * Core: o zip"
Fichiers :
Citation Envoyé par workers.properties
##
# http://tomcat.apache.org/connectors-...e/workers.html
##

# Liste des différents workers à charger
worker.list=intranet

# Worker pour la démo de l'intranet
worker.intranet.type=ajp13
worker.intranet.host=localhost
worker.intranet.port=8009
Citation Envoyé par uriworkermap.properties
##
# http://tomcat.apache.org/connectors-...workermap.html
##

## URI patterns pour Intranet
/examples|/*=intranet