Hi

Thanks any idea's why the latest head version doesn't work. I got it to 
compile, but it crashes when IIS tries to load it


>From Failed Request tracking  on IIS
 
ErrorDescription
Calling LoadLibraryEx on ISAPI filter 
"C:\YB\Shared\dev.yieldbroker.com\ajpconfig\isapi_redirect.dll" failed

Not much else in event log or any other log I am looking at

Alex

-----Original Message-----
From: Mladen Turk [mailto:mt...@apache.org] 
Sent: Thursday, 8 March 2012 7:21 PM
To: users@tomcat.apache.org
Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

On 03/06/2012 11:50 PM, Alex Samad - Yieldbroker wrote:
> Hi
>
>
> I patched Mmakefile.amd64 it was different to the x86 one then ran 
> nmake -f Makefile.amd64
>
> again, built no errors or warnings
>
> Thanks
> Alex
>
> Patch...
> Index: Makefile.amd64
> ===================================================================
> --- Makefile.amd64    (revision 1297756)
> +++ Makefile.amd64    (working copy)
> @@ -293,10 +293,10 @@
>
>   "pcre_amd64" :
>      cd ".\pcre"
> -   $(MAKE) /$(MAKEFLAGS) /F ".\pcre.amd64"
> +   $(MAKE) /$(MAKEFLAGS) /F ".\pcre.amd64" CFG="pcre.amd64"
>      cd ".."
>

CFG in not used in 64-bit makefile, so no point to add it.
What's needed is that you run 32-bit build before 64-bit so that dftables.exe 
gets created (it's created only for 32-bit target), and that would eventually 
need to get fixed.


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to