Jason Irwin
Jason Irwin

Reputation: 2045

Load Balancing Tomcat Servers using IIS

Does anyone have any experience using IIS and basic network based round robin'ing to connect load balance tomcat servers (on separate physical boxes)? If so, any pointers you can provide would be greatly appreciated.

Upvotes: 1

Views: 1684

Answers (1)

Kees de Kooter
Kees de Kooter

Reputation: 7195

You can use tomcat's isapi_redirect module for this. There is a small configuration manual on my wiki.

Upvotes: 1

Related Questions