Bilal-S / iis2tomcat

AJP Connector between Internet Information Services (IIS) and Apache Tomcat
http://www.boncode.net/boncode-connector
49 stars 32 forks source link

Fresh install -testing examples - no connection #109

Closed alscheuring closed 2 years ago

alscheuring commented 2 years ago

Hello, I've been trying to get this to work all day with an existing server and have now tried with a fresh server. Hopefully you can point me towards a solution.

I have a fresh install of Windows 2016 with IIS 10. http://localhost (shows IIS page) http://localhost:8080/examples (shows tomcat examples page)

Installed the latest version of Boncode connector. All defaults. Created an 'examples' folder in IIS's wwwroot.

In IIS admin, selected 'examples' folder and set verified it had the Boncode handler mappings.

http://localhost/examples (nothing happens. Just churns and churns and doesn't seem to ever timeout).

Notes: With fresh install of Tomcat9, I uncommented the section that opens up port 8009.

Any ideas?

alscheuring commented 2 years ago

Figured it out. Tomcat 9 needs to be tweaked a little in server.xml for things to work correctly.

Bilal-S commented 2 years ago

Glad you figured it. Cheers, Bilal

TubeTime77 commented 10 months ago

Figured it out. Tomcat 9 needs to be tweaked a little in server.xml for things to work correctly.

I'm running into the same issue. Like you, I "uncommented the AJP Connector port 8009" but have the same experience you describe. Can you tell me the tweaks made to the server.xml to correct the problem?

Many thanks, Jason