I guess that Javadocs never got updated when this came over from Tomcat 3.3 
;-).

The simplest is to use:
<Engine>
     <IISConfig .... />
     ......
</Engine>

"Michael Neel" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
I'm trying to figure out ways of running Tomcat behind IIS, and area
where documentation is very lacking :/

I found the IISConfig directive here at:
http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/jk/config/IISConfig.html

it says:

Generates automatic IIS isapi_redirect configurations based on the
Tomcat server.xml settings and the war contexts initialized during
startup.

This config interceptor is enabled by inserting an IISConfig element
in the <ContextManager> tag body inside the server.xml file like so:

 < ContextManager ... >
   ...
   <IISConfig options />
   ...
 < /ContextManager >


...but I have no ContextManager tag in my server.xml and searching the
list and tomcat docs hasn't pointed to what happened to it.  Where do
I need to place the IISConfig tag?

Thanks,
Mike 




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

Reply via email to