From a6f66fb88bcdc81d84a0f39a579471d489467f05 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:20:55 +0100 Subject: [PATCH] Update src/pages/docs/deployments/java/index.md --- src/pages/docs/deployments/java/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/deployments/java/index.md b/src/pages/docs/deployments/java/index.md index e8e91b567f..dab9ae9dc3 100644 --- a/src/pages/docs/deployments/java/index.md +++ b/src/pages/docs/deployments/java/index.md @@ -89,7 +89,7 @@ The target machine must have Java 1.8 installed, and the `java` executable must The `Deploy to Tomcat via Manager` step takes advantage of the [Manager application](https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html) shipped with Tomcat to deploy Java applications. The following steps describe the process of deploying a web application (a WAR package) to Tomcat through Octopus Deploy. -### 1. Configure Tomcat{#configure_tomcat} +### 1. Configure Tomcat {#configure_tomcat} Tomcat needs to be configured with a user that Octopus can use to log into the Manager API.