"Disabled use of AcceptEx() WinSock2 API" error on Windows 7 using Tomcat

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2010-01-22T06:42:01Z Indexed on 2010/04/27 4:03 UTC
Read the original article Hit count: 371

Filed under:
|
|

When starting Tomcat 6 on Windows 7 Enterprise with JRE 6 using C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\tomcat6.exe the application does not open and my event viewer has the message:

"Disabled use of AcceptEx() WinSock2 API."

The same installer of Tomcat worked on Windows Vista before I upgraded my operating system.

Can anyone please suggest a way to fix this?

The only site I can find mentioning this is http://www.apachelounge.com/viewtopic.php?p=4418 which suggests using this config setting "Win32DisableAcceptEx" - but it's for Apache, not Tomcat, and I have no idea where in what config file it might need to go in Tomcat.

© Stack Overflow or respective owner

Related posts about tomcat

Related posts about windows-7