The Connector itselfs works perfectly, I just want to enable the JKStatus
page that shows information about the workers and also allow to make changes
at runtime to work.

In the documentation I've seen specific configuration for Apache HTTPD to
mount the JKStatus, but I could not find similar information for IIS.


Thank you

-----Original Message-----
From: Milanez, Marcus [mailto:[EMAIL PROTECTED] 
Sent: May 11, 2007 4:01 PM
To: Tomcat Users List
Subject: RES: JK connector issue - Can't get JKStatus working with IIS 6.0


Hi Jean,

I could succesfully integrate IIS 6 with Tomcat (also 6), and you really
need an extra step to het it done:

Note that in IIS 6, there is a new item named 'Web Service Extension'. Right
click on it and then 'Add new Web Service Extension' . Name it jakarta and
point it to your isapi_redirect.dll location.

Doing that should solve your problem... Just let us know if it worked!

Yours,

Marcus

-----Mensagem original-----
De: Jean-Francois Beaulac [mailto:[EMAIL PROTECTED] 
Enviada em: sexta-feira, 11 de maio de 2007 14:49
Para: users@tomcat.apache.org
Assunto: JK connector issue - Can't get JKStatus working with IIS 6.0

Hi,

 

I'm currently trying to get the JKStatus to work with the apache JK
connector and IIS6.0. 

 

Is there some special configuration I have to do in IIS to get it working? 

 

The ajp13 connector works fine but I can't get the JKStatus page. It returns
me a Tomcat 404 Http error, which is weird since from my understanding
Tomcat should not be involved at all with the JKStatus.

 

Here are my workers.properties uriworkermap.properties files:

 

 

 

This is my workers.properties file

 

# workers.properties

#

# This file provides minimal jk configuration properties needed to

# connect to Tomcat.

#

# The workers that jk should create and work with

#

worker.list=wlb,jkstatus

 

#

# Defining a worker named ajp13w and of type ajp13

# Note that the name and the type do not have to match.

#

worker.ajp13w.type=ajp13

worker.ajp13w.host=localhost

worker.ajp13w.port=8023

 

#

# Defining a load balancer

# 

worker.wlb.type=lb

worker.wlb.balance_workers=ajp13w

 

#

# Define status worker

#

worker.jkstatus.type=status

worket.jkstatus.mount=/jkmanager

 

 

This is my uriworkermap.properties

 

# uriworkermap.properties - IIS

#

# This file provides sample mappings for example wlb

# worker defined in workermap.properties.minimal

# The general syntax for this file is:

# [URL]=[Worker name]

/*=wlb

 

 

#

# Mount jkstatus to /jkmanager

# For production servers you will need to

# secure the access to the /jkmanager url

#

/jkmanager=jkstatus

 

 

Thank you

================================

Jean-Francois Beaulac 

[EMAIL PROTECTED]

 

 

 

================================

Jean-Francois Beaulac - VP Technologies 

 <mailto:[EMAIL PROTECTED]>
[EMAIL PROTECTED]

 

+1 514.598 0406

 

Beetext -  <http://www.beetext.com/> www.beetext.com 

Project Efficiency Solutions

================================

Check out our newsletter, The Hive -
<http://www.beetext.com/newsletter/apr07/index.html>
http://www.beetext.com/newsletter/apr07/index.html

Lisez notre communiqué mensuel, La ruche -
<http://www.beetext.com/newsletter/apr07/index_fr.html>
http://www.beetext.com/newsletter/apr07/index_fr.html

 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to