- #Tomcat 7.0 download 64 bit install#
- #Tomcat 7.0 download 64 bit 64 Bit#
- #Tomcat 7.0 download 64 bit zip file#
- #Tomcat 7.0 download 64 bit 32 bit#
- #Tomcat 7.0 download 64 bit 64 bits#
Open a command prompt us9ing Run as Administrator option and change into the directory you extracted Tomcat to. Now we need to setup Tomcat to run as a service. The catalina.bat file will look for and execute it if it finds the file. That’s all you have to do with the bat file.
Save the file to c:\apps\apache-tomcat-7.0.28\bin. Open your favorite text editor and create a file called setenv.bat with the following contents: set "JRE_HOME=%ProgramFiles(x86)%\Java\jre6"
#Tomcat 7.0 download 64 bit 32 bit#
Since we are running 32 bit windows instance, it is best to use a 32 bit instance of the JDK. We do this by creating the setenv script file. Now we to set a few properties for Tomcat to know where the JDK is installed. For this example I have chosen c:\apps\apache-tomcat-7.0.28.
#Tomcat 7.0 download 64 bit zip file#
Once the download is completed, just extract the zip file to the directory of your choosing. My current setup is 32 bit running Apache 2.2.22 with PHP 5.4.0, so I am going with apache-tomcat-7.0.28-windows-x86.zip. You will also need to make sure you have Jave jdk installed.
#Tomcat 7.0 download 64 bit 64 Bit#
First download 32 or 64 bit from will find the download links in the binary distributions section of the page. Using folder names like Program files (x86) doesn't mean anything, because the user can change this location to whatever they like.Īs for the last answer before this one, above, Tomcat 7 doesn't appear to have the version.bat or version.sh file that is described, so that no longer is accurate, either, AFIK.In continuing with building a testing environment on Windows 7 / Windows 2008 R2 I have embarked on installing Apache Tomcat 7 on my Windows 7 desktop. So far I have been unable to find a reliable method of determining which JRE Tomcat is using.
#Tomcat 7.0 download 64 bit install#
But the Tomcat 7 installer will pick the 64 bit version Java, and install itself into the Program Files folder.īut you can't assume that Tomcat 7 is using 64 bit Java in this case, because the user could have added 64 bit Java after installing tomcat 7, and tomcat 7 doesn't know to change its 'bitness' from 32 to 64 when this happens. If Tomcat 7 installer finds Java 7 32 bit installed (only), then it will install tomcat 7 into the Program files (x86) directory. It is possible to have both 64 and 32 bit versions of Java installed. Its bitness depends on which bitness of Java is installed. Tomcat 7 has no bitness, really: It's a Java app. This means that the post above is wrong, at least on Windows 7 64 bit. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation But the registry keys are put into BOTH places: On my Windows 7 64 bit machine: If java is 32 bits, Tomcat 7 is installed to the Program files (x86) directory by default.
#Tomcat 7.0 download 64 bit 64 bits#
In the Tomcat website you can also find other Tomcat distributions that include it and these distributions do depend on the JVM version that you are using (32 or 64 bits ). It is the APR/native library for Windows but this is not included in the installer. Together with the Windows service wrapper there is another component that it is different for a 32bits and 64bits version of Tomcat. This is the default for 32 bits applications in a 64 bits Windows system. The default installation directory for the installer will be in "Program Files (x86)" and the entry for the service in the windows registry will be placed in "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432\Apache Software Foundation". However if you use a 32 bits version of Java Tomcat will be installed as a 32 bits application. This mean that installer will use the "Program Files" folder as the default installation directory and the entry for the Tomcat service in the windows registry will be placed in "HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation". If you installed a 64 bits version the default installation directory for the Tomcat will be installed as a 64 bits application. On a 64 bits system you can install either a Java 32 bits version or a Java 64 bits version. In a 32 bits system you can only install the 32 bits Java version. In any case, it doesn't matter if you have installed Java in the 32bits or 64bits version however depending on the Java version you have installed it will install the Windows service wrapper for 32 or 64 bits. This is because Tomcat itself is a java application and it is platform independent (the Java VM is what will be 32bits or 64bits). As Pierre mentions there is only one installer available from that will work on both 32bits and 64bits in the Tomcat official site.