Have you tried hitting Tomcat directly to make sure that Tomcat appears to be working?
http://localhost:8080/arsys/shared/config/config.jsp If that works, then you're issue is with the configuration of IIS. If that doesn't work, then you've got more work to do on the Tomcat side. Either way, that will help confirm whether you're looking in the right direction or not. Lyle From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Cecil, Ken Sent: Thursday, January 14, 2010 10:08 AM To: [email protected] Subject: Tomcat on Windows Server 2008 R2 64bit with IIS ** I just installed ARS 7.5 and Mid-Tier with Tomcat. I am trying to get the Mid-Tier working. Right now when I go to http://localhost/arsys/shared/config/config.jsp I get an HTTP Error 404.0 Not found error. I think it may have something to do with getting Tomcat configured correctly. Has anyone done this on 2008? What extra steps are required after the AR install routine? I saw these post installation instructions in the ARS Installation Guide unfortunately it looks like they only apply to server 2003 since I don't even have that directory or scripts they mention. To run Tomcat with IIS on Windows 2003 Server x64 1. Install the mid tier, and choose Tomcat as the JSP engine. 2. In a command window, change directories to C:\Inetpub\AdminScripts. 3. From the command window, run the following command: cscript.exe adsutil.vbs SET W3SVC/AppPools/Enable32BitAppOnWin64 1 This step enables 64-bit IIS to run 32-bit processes. 1. From the command window, run the following command: cscript.exe C:\WINDOWS\system32\iisext.vbs /AddFile "C:\Program Files (x86)\Apache Software Foundation\Jakarta Isapi Redirector\bin\isapi_redirect.dll" 1 jakarta 1 jakarta This step adds and enables the Jakarta Isapi Redirector web service extension. 1. Stop and restart IIS. Thanks for your help, Ken. ******************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. www.Hubbell.com - Hubbell Incorporated** _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"

