sorry, here it is:

[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (696)]:
HttpFilterProc started
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (759)]:
In HttpFilterProc Virtual Host redirection of
/www.domwindows.com/examples/
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(477)]: Attempting to map URI
'/www.domwindows.com/examples/'
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(599)]: jk_uri_worker_map_t::map_uri_to_worker, done
without a match
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (765)]:
In HttpFilterProc test Default redirection of
/examples/
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(477)]: Attempting to map URI '/examples/'
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(502)]: jk_uri_worker_map_t::map_uri_to_worker, Found
a context match remoto -> /examples/
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (775)]:
HttpFilterProc [/examples/] is a servlet url - should
redirect to remoto
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (838)]:
HttpFilterProc check if [/examples/] is points to the
web-inf directory
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (696)]:
HttpFilterProc started
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (759)]:
In HttpFilterProc Virtual Host redirection of
/www.domwindows.com/jakarta/isapi_redirect.dll
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(477)]: Attempting to map URI
'/www.domwindows.com/jakarta/isapi_redirect.dll'
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(599)]: jk_uri_worker_map_t::map_uri_to_worker, done
without a match
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (765)]:
In HttpFilterProc test Default redirection of
/jakarta/isapi_redirect.dll
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(477)]: Attempting to map URI
'/jakarta/isapi_redirect.dll'
[Fri Nov 15 12:45:40 2002]  [jk_uri_worker_map.c
(599)]: jk_uri_worker_map_t::map_uri_to_worker, done
without a match
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (829)]:
HttpFilterProc [/jakarta/isapi_redirect.dll] is not a
servlet url
[Fri Nov 15 12:45:40 2002]  [jk_isapi_plugin.c (838)]:
HttpFilterProc check if [/jakarta/isapi_redirect.dll]
is points to the web-inf directory


 --- Jose Antonio Martinez <[EMAIL PROTECTED]> escribió:
> here is the redirector isapi log:
> 
> # ************ Begin worker.properties
> **************
> worker.ajp13.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.lbfactor=1
> 
> #
> # Specify the size of the open connection cache.
> #worker.ajp13.cachesize
> 
> #
> #------ DEFAULT LOAD BALANCER WORKER DEFINITION
> ----------------------
>
#---------------------------------------------------------------------
> #
> 
> #
> # The loadbalancer (type lb) worker perform weighted
> 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
> #        worker.
> worker.loadbalancer.type=lb
> worker.loadbalancer.balanced_workers=ajp13
> 
> #
> # worker.tomcat_home should point to the location
> where you
> # installed tomcat. This is where you have your
> conf,
> webapps and lib
> # directories.
> #
> worker.tomcat_home=C:\jakarta-tomcat-4.0.1
> 
> #
> # worker.java_home should point to your Java
> installation. Normally
> # you should have a bin and lib directories beneath
> it.
> #
> worker.java_home=C:\jdk1.3.1
> 
> #
> # You should configure your environment slash...
> ps=\
> on NT and / on UNIX
> # and maybe something different elsewhere.
> #
> ps=\
> 
> #
> #------ ADVANCED MODE
> ------------------------------------------------
>
#---------------------------------------------------------------------
> #
> 
> #
> #------ DEFAULT worker list
> ------------------------------------------
>
#---------------------------------------------------------------------
> #
> # The worker that your plugins should create and
> work
> with
> worker.list=ajp13
> 
> #
> #------ DEFAULT ajp13 WORKER DEFINITION
> ------------------------------
>
#---------------------------------------------------------------------
> #
> 
> #
> # Defining a worker named ajp13 and of type ajp13
> # Note that the name and the type do not have to
> match.
> #
> worker.ajp13.port=8009
> worker.ajp13.host=localhost
> 
> # ************ End worker.properties **************
> 
> 
>  --- Jose Antonio Martinez <[EMAIL PROTECTED]>
> escribió:
> > i have installed the isapi filter in the iis for
> > redirection of jsp pages to a linux machine (it
> has
> > a
> > tomcat server).
> > 
> > i have followed the documentation at:
> > 
> >
>
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#6
> > 
> > 
> > the array is green now , but when i try to view
> jsp
> > samples, there is a problem: iis says it cant find
> > the
> > module !!!
> > 
> > any idea?
> > 
> > 
> > 
> >
>
_______________________________________________________________
> > Yahoo! Messenger
> > Nueva versión: Webcam, voz, y mucho más ¡Gratis! 
> > Descárgalo ya desde http://messenger.yahoo.es
> > 
> > --
> > To unsubscribe, e-mail:  
> >
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> > For additional commands, e-mail:
> > <mailto:tomcat-user-help@;jakarta.apache.org>
> >  
> 
>
_______________________________________________________________
> Yahoo! Messenger
> Nueva versión: Webcam, voz, y mucho más ¡Gratis! 
> Descárgalo ya desde http://messenger.yahoo.es
> 
> --
> To unsubscribe, e-mail:  
> <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:tomcat-user-help@;jakarta.apache.org>
>  

_______________________________________________________________
Yahoo! Messenger
Nueva versión: Webcam, voz, y mucho más ¡Gratis! 
Descárgalo ya desde http://messenger.yahoo.es

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to