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.
choco install tomcat -params "servicename=*servicename*" to specify a custom name for the Tomcat Windows service. This defaults to Tomcat8.
choco install tomcat -params "servicename=*servicename*"
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.
choco install tomcat -params "unzipLocation=*path*"
C:\Program Files\Apache Software Foundation\Tomcat
C:\Program Files\Apache Software Foundation\Tomcat\apache-tomcat-8.5.12