Sorry. I wasn't trying to highjack the original thread. Here are a couple sites that might help with configuring Tomcat 6 and IIS 7.5
http://ashrafhossain.wordpress.com/2010/09/20/how-to-configure-iis-7-and-tomcat-redirection-on-windows-server-2008-64-bit/ http://tomcatiis.riaforge.org/blog/index.cfm/2011/6/30/IIS-75-and-Error-with-SystemWebAspNetHostingPermission When installing mid-tier you can have mid-tier install Tomcat 6 and do the IIS configurations. A lot of organizations require the latest version of Tomcat because of security vulnerabilities in 6. If the configuration works properly you should see the Tomcat page when you go to http://localhost. If you see the IIS splash page then something is not configured properly. The exception would be if you are not using the default web page. Now there are several threads on the web about issues with Tomcat 7x and IIS 7.5. You also want to look at your permissions on your directories. Windows 2008 R2 has a lot of lock downs it enforces, especially under Program Files. We have servers running Tomcat 6/7 on IIS 7 working fine. IIS 7.5 has caused issues, but it looks like Tomcat 6 works. There were a few comments about whether IIS added any benefit. The answer depends. However, if you are just using it with mid-tier with no special things added than IIS will probably cause unnecessary overhead. Apache and Tomcat work much better together and give you greater flexibility if you need something in front of Tomcat. The version of Mid-Tier will not effect Tomcat and IIS (for the most part). Since all IIS is doing is redirect traffic to Tomcat, as long as mid-tier is compatible with the version of Tomcat you are running you should be fine. The 500 error is more than likely a Tomcat/IIS integration error and outside of mid-tier all together. On Fri, Nov 9, 2012 at 2:48 PM, Ortega, Jesus A < [email protected]> wrote: > The SSO that we are using uses IIS to pass it AD credentials. I also use > IIS as an easy way to redirect a simple URL that my customers use. DNS > redirects them to my web server, IIS then redirects them to the correct web > site. > As far as tomcat is concerned, I am using Tomcat version 6.0.20 that came > with the Mid-tier installation and Java 64 bit 6.03.10. I just substituted > the ISAPI_Redirect.dll that came with OOTB with 1.2.28.0. Did you check > your server.xml to see if it has port 8029 or 8080 are opened up. I noticed > that some of the ports were commented out in the server.xml on the OOTB > install. What are your logs telling you? Are you even getting the IIS 7 > splash page in the web browser when going to http://localhost, or are you > getting anything when you go to http://localhost/arsys/home? > > Jesus Ortega > Senior II, Implementation Engineer > LyondellBasell Industries > Office: 713 309-4914 > Cell: 281 546-0735 > > > -----Original Message----- > From: Action Request System discussion list(ARSList) [mailto: > [email protected]] On Behalf Of Brian Pancia > Sent: Thursday, November 08, 2012 11:23 PM > To: [email protected] > Subject: Re: ARS 8.0 Midtier using Tomcat 6 and ISS > > What version of Tomcat and Java were you running? I tried the same exact > steps a number of times and still couldn't get Tomcat 7.0.32 and IIS 7.5 > working right. I tried the isapi-redirect 1.2.37 with no luck. > > -----Original Message----- > From: Action Request System discussion list(ARSList) [mailto: > [email protected]] On Behalf Of Ortega, Jesus A > Sent: Thursday, November 08, 2012 4:14 PM > To: [email protected] > Subject: Re: ARS 8.0 Midtier using Tomcat 6 and ISS > > I had issues with 7.6.04 SP3 MT and IIS 7.5, under Windows Server 2008 R2. > I had to make sure to download the latest 64 bit ISAP_Redirect.dll from > Apache. After doing so, I had to do the following: > - In Server manager, Roles, Web Server, I had to add two roles for Web > Server: > ISAPI Extension, Isapi Filters. This does not come set up in the > standard build in IIS 7.5. I think this is why most people have problems > with ISAPI. > - Under application pool and under advanced settings and set "Enable 32 > bit Applications" = False > - Go to the Default Web Site, Edit Isapi Filters, give the filter a name > (like Jakarta), browse for the Isapi_redirect.dll that you downloaded. > > I think this may apply to MT8, but I am not 100% sure. It does certainly > apply to IIS 7 and up. My IIS server works like a charm now. > > > Jesus Ortega > Senior II, Implementation Engineer > LyondellBasell Industries > Office: 713 309-4914 > Cell: 281 546-0735 > > -----Original Message----- > From: Action Request System discussion list(ARSList) [mailto: > [email protected]] On Behalf Of Brian Pancia > Sent: Wednesday, November 07, 2012 9:38 PM > To: [email protected] > Subject: Re: ARS 8.0 Midtier using Tomcat 6 and ISS > > See if this will help. I haven't tested it though. > > http://boncode.net/connector/webdocs/Tomcat_Connector.htm > > -----Original Message----- > From: Action Request System discussion list(ARSList) [mailto: > [email protected]] On Behalf Of John Baker > Sent: Wednesday, November 07, 2012 4:58 AM > To: [email protected] > Subject: ARS 8.0 Midtier using Tomcat 6 and ISS > > Bryan > > Microsoft IIS offers no benefit in most deployments of Mid Tier. Your > deployment would be far less complex without it, using Tomcat directly, > which is all IIS Is doing. The mod_jk connector is now a decade old and has > been (sort of) deprecated by other modules (mod_proxy_ajp) for the Apache > web server. > > > John > > > ____________________________________________________________________________ > ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 > www.wwrug12.com ARSList: "Where the Answers Are" > > > ____________________________________________________________________________ > ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 > www.wwrug12.com ARSList: "Where the Answers Are" > > > > > Information contained in this email is subject to the disclaimer found by > clicking on the following link: > http://www.lyondellbasell.com/Footer/Disclaimer/ > > > ____________________________________________________________________________ > ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 > www.wwrug12.com ARSList: "Where the Answers Are" > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 > www.wwrug12.com ARSList: "Where the Answers Are" > > > > > Information contained in this email is subject to the disclaimer found by > clicking on the following link: > http://www.lyondellbasell.com/Footer/Disclaimer/ > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

