IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

IIS Discussion :

2003 Server, IIS 6 et jk_connector


Sujet :

IIS

  1. #1
    Invité
    Invité(e)
    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 :
    [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

  2. #2
    Invité
    Invité(e)
    Par défaut
    Personne ? ( ^ up ^ )

  3. #3
    Invité
    Invité(e)
    Par défaut
    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 : 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
    [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
    Dernière modification par Invité ; 15/06/2007 à 15h31.

Discussions similaires

  1. [WB15] URL Rewriting, IIS 6 et 2003 SERVER
    Par lolob84 dans le forum WebDev
    Réponses: 0
    Dernier message: 29/10/2010, 14h37
  2. 2003 Server / IIS 6.0, "en chantier"
    Par Dia_FR dans le forum IIS
    Réponses: 3
    Dernier message: 23/03/2008, 19h41
  3. Installation d'informix sur windows 2003 server
    Par GBAGO dans le forum Informix
    Réponses: 2
    Dernier message: 24/03/2005, 21h43
  4. [Windows 2003 Server] Redimention d'une partition Win 2003
    Par Arbisis dans le forum Windows Serveur
    Réponses: 7
    Dernier message: 22/02/2005, 22h56
  5. MaxDB sir plateforme Windows 2003 server
    Par oldybutgoldy dans le forum Autres SGBD
    Réponses: 3
    Dernier message: 04/06/2004, 11h32

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo