You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Balandras, Philippe" <ph...@arcelormittal.com> on 2014/11/19 09:50:46 UTC

Tomcat Connectors

Hi,

I'm currently using Tomcat 7.0 with  JDK 1.7 7u17 64bits  on IIS 8.1 in Windows server 2012 R2.
On earlier versions of Windows server (2012 standard edition, 2008...) the isap redirect dll work perfectly (32 or 64). How ever the isapi_redirect dll jk 1.2.40 on 64bits version doesn't run on W2012R2.

I launched the dll into the depends software on W2012 R2 and it appears that some depends use the following dll in a newer version than on W2012 standard edition or earlier into W2008.

W2012 SE or earlier
----------------------
api-ms-win-service-private-l1-1-0.dll
api-ms-win-core-privateprofile-l1-1-0.dll 
API-MS-Win-Core-Kernel32-Private-L1-1-0.dll

W2012R2
---------
api-ms-win-service-private-l1-1-1.dll
api-ms-win-core-privateprofile-l1-1-1.dll
API-MS-Win-Core-Kernel32-Private-L1-1-1.dll

The following functions are missing in the last version :
For the api-ms-win-service-private-l1-1-1.dll:
I_ScRegisterPreshutdownRestart
I_ScRpcBindA
I_ScRpcBindW
I_ScSetServiceBitsA
I_ScSetServiceBitsW
WaitServiceState
I_ScRegisterDeviceNotification
I_ScUnregisterDeviceNotification


For the api-ms-win-core-privateprofile-l1-1-0.dll
GetPrivateProfileStringW
GetProfileIntW
WritePrivateProfileStringW

For the API-MS-Win-Core-Kernel32-Private-L1-1-0.dll
RegisterWaitForInputIdle

Do you expect soon to have a new version of the ISAPI dll compiled into a version running on W2012R2 ? I guess it is a problem of using the last version of Visual Studio or something like that.

Regards

Philippe Balandras | 


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