One thing to point out is that if you want to install certain product documentation (e.g., ITSM) it wants to install it in the web server's document directory. I'm not sure how that would work, since tomcat consider the subdirectories to generally be associate with JSP applications, and I don't know if the installer would handle installing the HTML docs under Tomcat.
Lyle -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of John Baker Sent: Wednesday, October 14, 2009 5:02 AM To: [email protected] Subject: IIS-Tomcat 6.0 vs only Tomcat 6.0 for Mid-tier 7.5 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" NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

