Est-ce que la résolution de www.polytechnice.fr est correcte depuis le serveur qui tourne apache? Pourquoi ne pas mettre un IP à la place dans le worker.properties?
At 14.02.2008 14:25, you wrote: >philippe, > >j'explore la piste de modjk comme 'troubleur', >mais je ne vois pas de difference entre ma version sur le ServDev et celui là. >Pour info, voici mon workers.properties > ># workers.properties - ># ># This file is a simplified version of the workers.properties supplied ># with the upstream sources. The jni inprocess worker (not build in the ># debian package) section and the ajp12 (deprecated) section are removed. ># ># As a general note, the characters $( and ) are used internally to define ># macros. Do not use them in your own configuration!!! ># ># Whenever you see a set of lines such as: ># x=value ># y=$(x)\something ># ># the final value for y will be value\something ># ># Normaly all you will need to do is un-comment and modify the first three ># properties, i.e. workers.tomcat_home, workers.java_home and ps. ># Most of the configuration is derived from these. ># ># When you are done updating workers.tomcat_home, workers.java_home and ps ># you should have 3 workers configured: ># ># - An ajp13 worker that connects to localhost:8009 ># - A load balancer worker ># ># > ># OPTIONS ( very important for jni mode ) > ># ># workers.tomcat_home should point to the location where you ># installed tomcat. This is where you have your conf, webapps and lib ># directories. ># >#workers.tomcat_home=/usr/share/tomcat5 >workers.tomcat_home=/jahia/jahia/tomcat > ># ># workers.java_home should point to your Java installation. Normally ># you should have a bin and lib directories beneath it. ># >#workers.java_home=/usr/lib/kaffe >workers.java_home=/usr/lib/jvm/java-6-sun-1.6.0.00 > ># ># You should configure your environment slash... ps=\ on NT and / on UNIX ># and maybe something different elsewhere. ># >ps=/ > ># >#------ ADVANCED MODE ------------------------------------------------ >#--------------------------------------------------------------------- ># > ># >#------ worker list ------------------------------------------ >#--------------------------------------------------------------------- ># ># ># The workers that your plugins should create and work with ># >worker.list=ajp13_worker > ># >#------ ajp13_worker WORKER DEFINITION ------------------------------ >#--------------------------------------------------------------------- ># > ># ># Defining a worker named ajp13_worker and of type ajp13 ># Note that the name and the type do not have to match. ># >worker.ajp13_worker.port=8009 >worker.ajp13_worker.host=www.polytechnice.fr >worker.ajp13_worker.type=ajp13 ># ># Specifies the load balance factor when used with ># a load balancing worker. ># Note: ># ----> lbfactor must be > 0 ># ----> Low lbfactor means less work done by the worker. >worker.ajp13_worker.lbfactor=1 > ># ># Specify the size of the open connection cache. >#worker.ajp13_worker.cachesize > ># >#------ DEFAULT LOAD BALANCER WORKER DEFINITION ---------------------- >#--------------------------------------------------------------------- ># > ># ># The loadbalancer (type lb) workers perform wighted round-robin ># load balancing with sticky sessions. ># Note: ># ----> If a worker dies, the load balancer will check its state ># once in a while. Until then all work is redirected to peer ># workers. >worker.loadbalancer.type=lb >worker.loadbalancer.balanced_workers=ajp13_worker > >===== > >On Thu, 14 Feb 2008 11:57:31 +0100 >fpl <[EMAIL PROTECTED]> wrote: > > > <IfModule mod_jk.c> > > JkMount /jahia/* ajp13_worker > > JkMount /jahia ajp13_worker > > JkMount /*.jsp ajp13_worker > > </IfModule> > > > > > > > > On Thu, 14 Feb 2008 11:52:06 +0100 > > Philippe Vollenweider <[EMAIL PROTECTED]> wrote: > > > > > Comment est fait le montage JK? est-ce que > c'est qqch de la forme suivante? > > > > > > JkMount /jahia myworker > > > JkMount /jahia/* myworker > >-- >] Fabrice Lebas (Peuch) >] Polytech'Nice-Sophia >] Universite de Nice Sophia-Antipolis - F >] gpg Key ID: 0x98995CF2 >_______________________________________________ >french_list mailing list >[email protected] >http://lists.jahia.org/cgi-bin/mailman/listinfo/french_list _______________________________________________ french_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/french_list
