Hi, Daniel,
You wrote: > I've written a little program that allows Tomcat 4.01 to > be used with > IIS. do you mean a kind of redirector? Is it different from the known isapi_redirect.dll that comes with the Tomcat 3.3 distribution? As you might already know: that isapi_redirect.dll works with Tomcat 4.0.1, too. It integrates IIS and Tomcat using an ajp13-connector. See this tutorial: http://www.vacodi.com/howto/tomcat/iisnt/index.html Unfortunately the 3.3.-redirector doesn't function with an inprocess worker (only with an ajp13). Secondly it works as a global filter within IIS which means that the IIS-log-file only contains references to the mere .dll and not to the actual JSP/servlet resources. Would be nice if your program could do inprocessing and complete logging on the IIS-side. By the way: isn't there a redirector for Tomcat 4.0.1 being developed within the Jakarta project (like for the Tomcat versions 3.X)? Perhaps you could join? Havn't seen your sourceforge project entry yet. ;-) bestWISHES Ingo -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
