Home > Software > Development > Java > Apache Tomcat

Details
- Package ID
- Tomcat
- Version
- 8.5.12
- Downloads
- 56765
- Website
- http://tomcat.apache.org/
Summary
Application Server. Windows 32 and 64 bit. Default install location: `C:\Program Files\Apache Software Foundation\tomcat\apache-tomcat-8.5.12`.
Description
Tomcat is a Application Server. It is possible to run Web application ARchive (WAR) files using Tomcat. Apache Tomcat requires a JDK in order to run. ### Optional installation commands: choco install tomcat -params "servicename=*servicename*"
to specify a custom name for the Tomcat Windows service. This defaults to Tomcat8
. choco install tomcat -params "unzipLocation=*path*"
to specify the root directory for the Tomcat service. This defaults to C:\Program Files\Apache Software Foundation\Tomcat
.
Note: An apache-tomcat-8.5.12 folder is always created, so the actual install path is C:\Program Files\Apache Software Foundation\Tomcat\apache-tomcat-8.5.12
for the default case or path\apache-tomcat-8.5.12 with a custom option.