To get Tomcat to run on a windows 2008 64 bit server I had to add the JRE bin folder to the PATH. It is an issue with getting 2k8 to start the service if I remember correctly, to prove that you can execute the bootstrap.jar and tomcat will startup that way. Alan BlakeKnowlysis --- On Tue, 1/19/10, Mike Ballinger <[email protected]> wrote:
From: Mike Ballinger <[email protected]> Subject: Re: Tomcat on Windows Server 2008 R2 64bit with IIS To: [email protected] Date: Tuesday, January 19, 2010, 9:36 AM Give this a try and see if this resolves your issue 1. Locate the applicationhost.config file. It is probably in C:\Windows\System32\inetsrv\config 2. Open the applicationhost.config file and find <requestFiltering> 3. Add allowDoubleEscaping="true" to it so it will look now look like this <requestFiltering allowDoubleEscaping="true"> You can also find the instructions for this at http://support.microsoft.com/kb/942076 Hope this helps Mike Ballinger Developer ARPC/DPD [email protected] DSN 926-6388, 303-676-6388 -----Original Message----- From: Carter, Craig J Civ USAF AFRC ARPC/DPD Sent: Thursday, January 14, 2010 12:53 PM To: Ballinger, Mike L Civ USAF AFRC ARPC/DPD Subject: FW: Tomcat on Windows Server 2008 R2 64bit with IIS Do you think this may be the issue you had with the "special" Windows setting? If you think it is, you may want to reply to his arslist email if you have it to help him out. He is on 64-bit Windows but otherwise looks similar. -----Original Message----- 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 <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. 4. 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. 5. 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"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

