DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22087>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22087

ISAPI Redirector does not function under IIS V6.0





------- Additional Comments From [EMAIL PROTECTED]  2003-08-25 17:40 -------
How is your server.xml setup?

This is the connector we are using:

<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false" />

<!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8009" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"
useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>

**********
Our Doc Root for IIS is:
C:\WebRoot\Website
While the Context is:

<Context path="/Website" docBase="C:\WebRoot\Website" debug="9" 
  reloadable="false" crossContext="false">
  <Logger className="org.apache.catalina.logger.FileLogger" prefix="Website_log"
   suffix=".txt" timestamp="true" verbosityLevel="DEBUG"/>
</Context>




##################  Our uriworkermap.properties ########
# Default worker to be used through our mappings
  default.worker=ajp13
# Root context mounts for Tomcat
  /*.jsp=$(default.worker)
  j_security_check=$(default.worker)
#######################################################
# Configuration for the Website context starts.
#######################################################
# The following line mounts all JSP file and the /servlet/ uri to tomcat
  /Website/Servlets/*=$(default.worker)
  /Website/*.jsp=$(default.worker)
  /Website/*.do=$(default.worker)
  /Website/LoginFunctions/j_security_check=$(default.worker)
##################  END uriworkermap.properties ########


# workers.properties -
#
# This file provides jk derived plugins with with the needed information to
# connect to the different tomcat workers.
#
workers.tomcat_home=C:\Program Files\Apache Group\Tomcat 4.1
ps=\
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.lbfactor=1
#------ END DEFAULT ajp13 WORKER DEFINITION --------------------------



Hope this helps,
Tim

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

Reply via email to