2003 Server, IIS 6 et jk_connector
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 :
Citation:
[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
Citation:
Envoyé par uriworkermap.properties