You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/container-tomcat.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ The Tomcat Container allows web application to be run. These applications are r
3
3
4
4
| Detection ||
5
5
| --- | ---
6
-
| **Criteria** | Existence of a `WEB-INF/` folder in the application directory
7
-
| **Tags** | `tomcat-<version>`
6
+
| **Detection Criteria** | Existence of a `WEB-INF/` folder in the application directory
7
+
| **Tags** | `tomcat-<version>` is printed to standard output by the buildpack detect script
8
8
9
9
## Configuration
10
10
The container can be configured by modifying the [`config/tomcat.yml`][tomcat_yml] file. The container uses the [`Repository` utility support][util_repositories] and so it supports the [version syntax][version_syntax] defined there.
0 commit comments