https://issues.apache.org/bugzilla/show_bug.cgi?id=52432
Bug #: 52432
Summary: HTTP Error 500.0 from IIS 7.5 when configure tomcat
connector 1.2.32
Product: Tomcat Connectors
Version: 1.2.32
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: isapi
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Hello,
We are configuring Tomcat-Connector 1.2.32 for IIS 7.5 in Windows Server 2008
R2. After we finish all steps for properties settings and IIS settings, we
always got following error even trying to browse the default web site in IIS
manager.
HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an internal server error has occurred.
Detailed Error Information
Module IsapiFilterModule
Notification AuthenticateRequest
Handler StaticFile
Error Code 0x80070001
Requested URL http://localhost:80/
Physical Path C:\inetpub\wwwroot
Logon Method Anonymous
Logon User Anonymous
Below is the content of file isapi_redirect.properties.
extension_uri=/jarkarta/isapi_redirect.dll
log_file=c:\tomcat-7.0.23\logs\isapi_redirect.log
log_level=info
worker_file=c:\tomcat7.0.23\conf\workers.properties
worker_mount_file=c:\tomcat-7.0.23\conf\uriworkermap.properties
The content of file workers.properties is as following.
worker.list=ajp13w
worker.ajp13w.type=ajp13
worker.ajp13w.host=localhost
worker.ajp13w.port=8009
Content of file uriworkermap.properties
/example/*=ajp13w
/example=ajp13w
Can anybody share your experiences and advise on this? Thanks a lot!
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]