Hello, There's no obvious point using IIS if you're not going to do some load balancing, etc., with mod_jk. All IIS will do is pass on requests to Tomcat, which has a perfectly good HTTP connector of its own. And if you really want to do load balancing etc., then consider Apache.
Even if you have two or more Tomcat instances running Midtier then you may want to consider a sticky load balancer in front of the instances, which still gives IIS nothing to do. So in your situation, using IIS sounds like it'll just make management of the solution more complicated. John Baker Java System Solutions : http://www.javasystemsolutions.com _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

