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>

Reply via email to