Hi Mladen Turk, As per my knowledge i used the .dll from http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.30.dll
which is perfectly working fine in my IIS server Version 6.0 and Apache Tomcat 6.026 with the operating system running on windows server 2003 standard edition with sp2. as per my requirement i need to modify the 503 error message. so i took a source file from : http://apache.thelorne.com/tomcat/tomcat-connectors/jk/source/jk-1.2.30/tomcat-connectors-1.2.30-src.zip i build the .dll on windows xp 32 bit using Microsoft Visual studio 2008 with complier version 6.0. build was successfull without warning or error. now when i use this dll which was build. i am noticing its not working fine and only blank page is being displayed. Thanks and Regards, Vinay On Thu, Jun 10, 2010 at 4:56 PM, Mladen Turk <mt...@apache.org> wrote: > On 06/10/2010 09:52 AM, vini mr wrote: > >> Hi Konstantin Kolinko, >> >> Thanks for your response.. >> >> *Evidence *: i have checked *localhost_accesslog.log* in tomcat to see >> whether i am getting any request from IIS to tomcat through >> isapi_redirector.dll. But i found nothing in the log. >> >> If i replace the isapi_redirector.dll which is provided by tomcat website >> itself then i can see the request in log and everything works fine. >> >> > Seems like MSVCRT version issue. > Not sure which version IIS/Win2003 uses but it > is well known that dll's having higher MSVCRT > version then the container application can create problems. > > > Regards > -- > ^TM > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >