Précédent   Forum des professionnels en informatique > Systèmes > Windows > IIS
IIS Forum d'entraide serveur Web IIS (Internet Information Services)
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 01/06/2007, 09h47   #1
Membre confirmé
 
Inscription : septembre 2005
Messages : 801
Détails du profil
Informations forums :
Inscription : septembre 2005
Messages : 801
Points : 202
Points : 202
Par défaut 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
##
# 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
Blaise1 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/06/2007, 08h58   #2
Membre confirmé
 
Inscription : septembre 2005
Messages : 801
Détails du profil
Informations forums :
Inscription : septembre 2005
Messages : 801
Points : 202
Points : 202
Personne ? ( ^ up ^ )
Blaise1 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/06/2007, 15h15   #3
Membre confirmé
 
Inscription : septembre 2005
Messages : 801
Détails du profil
Informations forums :
Inscription : septembre 2005
Messages : 801
Points : 202
Points : 202
J'ai suivi l'explication sur onJava.com mais j'ai toujours le même problème : 404 - Not Found

Le problème peut-ilvenir du fait que mon application IIS soit le port 81 (déja une application sur le 80) ?

Je ne sais vraiment pas d'ou viens le problème d'autant plus que d'aprés les logs, tout se passe bien..

Code :
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
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_isapi_plugin.c (1183): Filter started
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_isapi_plugin.c (1250): Virtual Host redirection of /localhost:81/examples/jsp/index.html
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (726): File F:\tomcat\6\conf\uriworkermap.properties  is not modified
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (589): Attempting to map URI '/localhost:81/examples/jsp/index.html' from 3 maps
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/servlet/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*.jsp=intranet' source 'uriworkermap'
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_isapi_plugin.c (1257): Default redirection of /examples/jsp/index.html
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (589): Attempting to map URI '/examples/jsp/index.html' from 3 maps
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/servlet/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*.jsp=intranet' source 'uriworkermap'
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_uri_worker_map.c (616): Found a wildchar match '/examples/*=intranet'
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_isapi_plugin.c (1270): check if [/examples/jsp/index.html] is points to the web-inf directory
[Fri Jun 15 15:11:56 2007] [5232:5268] [debug] jk_isapi_plugin.c (1287): [/examples/jsp/index.html] is a servlet url - should redirect to intranet
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_isapi_plugin.c (1183): Filter started
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_isapi_plugin.c (1250): Virtual Host redirection of /localhost:81/examples/jsp/index.html
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (589): Attempting to map URI '/localhost:81/examples/jsp/index.html' from 3 maps
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/servlet/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*.jsp=intranet' source 'uriworkermap'
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_isapi_plugin.c (1257): Default redirection of /examples/jsp/index.html
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (589): Attempting to map URI '/examples/jsp/index.html' from 3 maps
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/servlet/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*.jsp=intranet' source 'uriworkermap'
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (601): Attempting to map context URI '/examples/*=intranet' source 'uriworkermap'
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_uri_worker_map.c (616): Found a wildchar match '/examples/*=intranet'
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_isapi_plugin.c (1270): check if [/examples/jsp/index.html] is points to the web-inf directory
[Fri Jun 15 15:12:26 2007] [5232:5268] [debug] jk_isapi_plugin.c (1287): [/examples/jsp/index.html] is a servlet url - should redirect to intranet
Blaise1 est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 11h22.


 
 
 
 
Partenaires

Hébergement Web