RE: IIS6 Win2003 ISAPI config

2005-07-21 Thread Derrick Koes

I'm using 1.2.14-ish.  I've noticed jkstatus sometimes works, sometimes not 
with IIS 6.

workers.properties:

#
#-- DEFAULT worket list --
#-
#
#
# The workers that your plugins should create and work with
# The name of the worker can contain only the alphanumeric characters
# [a-z][A-Z][0-9] and is case insensitive.
#
# Add 'inprocess' if you want JNI connector 
worker.list=loadbalancer,loadbalancer2,jkstatus


#
#-- 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.qailt005:8009.port=8009
worker.qailt005:8009.host=qailt005
worker.qailt005:8009.type=ajp13
worker.qailt005:8009.cache_timeout=600

#
# 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.qailt005:8009.lbfactor=1

#
# Specify the size of the open connection cache.
worker.qailt005:8009.cachesize=100
#
worker.qailt006:8009.port=8009
worker.qailt006:8009.host=qailt006
worker.qailt006:8009.type=ajp13
worker.qailt006:8009.cache_timeout=600

#
# 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.qailt006:8009.lbfactor=1

#
# Specify the size of the open connection cache.
worker.qailt006:8009.cachesize=100

worker.dwqa2:8009.port=8009
worker.dwqa2:8009.host=dwqa2
worker.dwqa2:8009.type=ajp13
worker.dwqa2:8009.lbfactor=1
worker.dwqa2:8009.cachesize=100
worker.dwqa2:8009.cache_timeout=600

worker.dwqa3:8009.port=8009
worker.dwqa3:8009.host=dwqa3
worker.dwqa3:8009.type=ajp13
worker.dwqa3:8009.lbfactor=1
worker.dwqa3:8009.cachesize=100
worker.dwqa3:8009.cache_timeout=600
#
#-- 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.
# These workers should not appear in the worker.list property!
worker.loadbalancer.type=lb
worker.loadbalancer.balance_workers=qailt005:8009,qailt006:8009
worker.loadbalancer.sticky_session=1
worker.loadbalancer.method=T


worker.loadbalancer2.type=lb
worker.loadbalancer2.balance_workers=dwqa2:8009,dwqa3:8009
worker.loadbalancer2.sticky_session=1


worker.jkstatus.type=status



uriworkermap.properties:

/iltlbtesting=loadbalancer
/iltlbtesting/*=loadbalancer
/iltscripting=loadbalancer
/iltscripting/*=loadbalancer
/iltlbtestingalt=loadbalancer
/iltlbtestingalt/*=loadbalancer
/dmlbilt=loadbalancer
/dmlbilt/*=loadbalancer


/DM6247QA6201=loadbalancer2
/DM6247QA6201/*=loadbalancer2

/lb6255Master_arm=loadbalancer2
/lb6255Master_arm/*=loadbalancer2

/QA6201CFLB6247DM=loadbalancer2
/QA6201CFLB6247DM/*=loadbalancer2

/QA6201CFLB6255DM=loadbalancer2
/QA6201CFLB6255DM/*=loadbalancer2

/DM42=loadbalancer2
/DM42/*=loadbalancer2

/jkstatus=jkstatus
/jkstatus/*=jkstatus
 




-Original Message-
From: Sumpter, Chuck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 21, 2005 10:36 AM
To: tomcat-user@jakarta.apache.org
Subject: IIS6 Win2003 ISAPI config

Jk1.2 in this environment works fine, except for jkstatus.   

I've worked through the how-to's and examples on the Tomcat connectors site, 
including the workers how-to.  

The jkstatus page gets a 404 every time. 

 

Does anyone have example workers.properties and uriworkermap.properties that 
they would be willing to post?  

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: IIS6 Win2003 ISAPI config

2005-07-21 Thread Rogerio Baldini das Neves
Chuk

My jkstatus wasn´t working with 1.2.13.
I ´ve updated to 1.2.14 and everything is working fine right now.

Rogerio.


- Original Message - 
From: "Sumpter, Chuck" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, July 21, 2005 11:36 AM
Subject: IIS6 Win2003 ISAPI config


> Jk1.2 in this environment works fine, except for jkstatus.
>
> I've worked through the how-to's and examples on the Tomcat connectors
> site, including the workers how-to.
>
> The jkstatus page gets a 404 every time.
>
>
>
> Does anyone have example workers.properties and uriworkermap.properties
> that they would be willing to post?
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]