Re: ISAPI Redirector issue | Building |

2010-06-15 Thread vini mr
Hi dev team, My all build related issues have been resolved. ! the root cause of issue was like,i forgot to install the windows 2003 server platform sdk, After installing and configuring the SDK and i compiled the source with customization every problem got resolved. I am really thankful to

Re: ISAPI Redirector issue | Building |

2010-06-14 Thread vini mr
Hi Team, How do I link (give a reference to) the MSVCRT library statically? Is the Source code of MSVCRT library available? I'm totally confused on this. Please guide me. Thanks, Vinay On Thu, Jun 10, 2010 at 11:21 PM, sebb seb...@gmail.com wrote: On 10/06/2010, Mladen Turk mt...@apache.org

Re: ISAPI Redirector issue | Building |

2010-06-14 Thread Mladen Turk
On 06/14/2010 07:57 AM, vini mr wrote: Hi Team, According to your instructions , i have created the environment of windows 2003 server standard edition with visual studio 6.0 with sp5.. while Building i am getting 63 errors. I have attached the file which has all the errors which are shown

Re: ISAPI Redirector issue | Building |

2010-06-14 Thread Mladen Turk
On 06/14/2010 12:42 PM, vini mr wrote: Hi Team, How do I link (give a reference to) the MSVCRT library statically? Is the Source code of MSVCRT library available? This is determined by the cl.exe itself and you cannot change that at will. I'm totally confused on this. Please guide me.

Re: ISAPI Redirector issue | Building |

2010-06-14 Thread Len Popp
On Mon, Jun 14, 2010 at 10:51, Mladen Turk mt...@apache.org wrote: You will also need the Server 2003r2 platform SDK, and if building from GUI adjust the include and lib directories from the SDK to take precedence over the ones from visual studio. After you install the Server 2003 Platform

Re: ISAPI Redirector issue | Building |

2010-06-13 Thread vini mr
Hi Team, According to your instructions , i have created the environment of windows 2003 server standard edition with visual studio 6.0 with sp5.. while Building i am getting 63 errors. I have attached the file which has all the errors which are shown during the build process. Kindly let me know

Re: ISAPI Redirector issue | Building |

2010-06-10 Thread vini mr
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

Re: ISAPI Redirector issue | Building |

2010-06-10 Thread Mladen Turk
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

Re: ISAPI Redirector issue | Building |

2010-06-10 Thread vini mr
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

Re: ISAPI Redirector issue | Building |

2010-06-10 Thread Mladen Turk
On 06/10/2010 06:02 PM, vini mr wrote: i build the .dll on windows xp 32 bit using Microsoft Visual studio 2008 with complier version 6.0. Use Visual Studio 6sp5 and Windows 2003R2 Platform SDK. This combination of tools was used for building the official binaries. now when i use this

Re: ISAPI Redirector issue | Building |

2010-06-10 Thread sebb
On 10/06/2010, Mladen Turk mt...@apache.org wrote: On 06/10/2010 06:02 PM, vini mr wrote: i build the .dll on windows xp 32 bit using Microsoft Visual studio 2008 with complier version 6.0. Use Visual Studio 6sp5 and Windows 2003R2 Platform SDK. This combination of tools was used

ISAPI Redirector issue | Building |

2010-06-09 Thread vini mr
Hi Team, For the IIS tomcat configuration, i need to customize the 503 error message which is present in *'isapi_redirect.dll'*. *DLL file which i am using :* http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.30.dll *DLL source code :*

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread Rainer Jung
On 09.06.2010 17:17, vini mr wrote: Hi Team, For the IIS tomcat configuration, i need to customize the 503 error message which is present in *'isapi_redirect.dll'*. *DLL file which i am using :*

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread vini mr
Hi Rainer, Thanks for your quick reply. I am building .dll file of 32 Bit and i am using IIS of 32Bit Version. and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ). Regards, Vinay On Wed, Jun 9, 2010 at 9:00 PM, Rainer Jung rainer.j...@kippdata.de wrote: On 09.06.2010 17:17, vini

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread Rainer Jung
On 09.06.2010 17:39, vini mr wrote: I am building .dll file of 32 Bit and i am using IIS of 32Bit Version. and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ). Hmm, I'm somewhat out of ideas. Never built on VS 2008. Maybe Mladen or Tim have an idea. Rainer On Wed, Jun 9, 2010

Re: ISAPI Redirector issue | Building |

2010-06-09 Thread Konstantin Kolinko
2010/6/9 vini mr vinaymr...@gmail.com: I am building .dll file of 32 Bit and i am using IIS of 32Bit Version. and my IIS 6.0 is running on Windows 2003 Server ( 32 Bit ). 1) I wonder, if it is possible to customize error 503 response without rebuilding the connector. 2) Maybe some DLLs