From d1cebd788dfd6ca19cfb878d247b917397229bee Mon Sep 17 00:00:00 2001 From: KBbitsP <75751774+KBbitsP@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:44:04 +0530 Subject: [PATCH] Update tomcat.adoc --- userguide/getting-started/includes/tomcat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/getting-started/includes/tomcat.adoc b/userguide/getting-started/includes/tomcat.adoc index 3a20727f2..e9f9c1f7b 100644 --- a/userguide/getting-started/includes/tomcat.adoc +++ b/userguide/getting-started/includes/tomcat.adoc @@ -7,7 +7,7 @@ The first step in installing Kill Bill in Tomcat is to download and install Tomc . Download the Core binary distribution of the Tomcat container from https://tomcat.apache.org/download-90.cgi[here] (At the time of writing, *9.0.84* is the latest version, however it can change in the future as newer versions are released.) The downloaded zip file contains a folder called *apache-tomcat-9.0.84* -. Extract *apache-tomcat-9.0.84* and place it on any location on your computer. This path will be refered to as *TOMCAT_HOME* from now on. (For example, if you place *apache-tomcat-9.0.84* in a directory called ```C:\Software```, *TOMCAT_HOME* refers to ```C:\Software\apache-tomcat-9.0.84```). It should look like this: +. Extract *apache-tomcat-9.0.91* and place it on any location on your computer. This path will be refered to as *TOMCAT_HOME* from now on. (For example, if you place *apache-tomcat-9.0.91* in a directory called ```C:\Software```, *TOMCAT_HOME* refers to ```C:\Software\apache-tomcat-9.0.91```). It should look like this: [source,yaml] $TOMCAT_HOME --bin