Skip to content

Commit

Permalink
Merge pull request #545 from reshmabidikar/tomcat9-upgrade
Browse files Browse the repository at this point in the history
Update for Tomcat 9
  • Loading branch information
reshmabidikar authored Apr 8, 2024
2 parents 6c0f34c + 7b66eef commit 6b9e6cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions userguide/getting-started/includes/tomcat.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Users familiar with Java technologies can also install Kill Bill and Kaui directly in the Web container of their choice. We recommend using Tomcat version 8.5. This section covers the instructions for installing Kill Bill and Kaui in Tomcat. If this approach is followed, you will also need to configure the database manually as explained below.
Users familiar with Java technologies can also install Kill Bill and Kaui directly in the Web container of their choice. We recommend using Tomcat version 9.0.x. This section covers the instructions for installing Kill Bill and Kaui in Tomcat. If this approach is followed, you will also need to configure the database manually as explained below.

=== Tomcat Installation and configuration

The first step in installing Kill Bill in Tomcat is to download and install Tomcat. For this, you need to follow the steps given below:

. Download the Core binary distribution of the Tomcat container from http://tomcat.apache.org/download-80.cgi[here]
(At the time of writing, *8.5.59* 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-8.5.59*
. 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-8.5.59* 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-8.5.59* in a directory called ```C:\Software```, *TOMCAT_HOME* refers to ```C:\Software\apache-tomcat-8.5.59```). It should look like this:
. 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:
[source,yaml]
$TOMCAT_HOME
--bin
Expand Down

0 comments on commit 6b9e6cf

Please sign in to comment.