From 0e022fd973dce4dab20280a661d40b350a9c66d9 Mon Sep 17 00:00:00 2001 From: Vijay Anand Date: Sun, 18 Jun 2017 22:45:25 +0530 Subject: [PATCH] Fix Typo Signed-off-by: Vijay Anand --- jetty-distribution/src/main/resources/webapps/README.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-distribution/src/main/resources/webapps/README.TXT b/jetty-distribution/src/main/resources/webapps/README.TXT index 170137a0ec4..e6536844384 100644 --- a/jetty-distribution/src/main/resources/webapps/README.TXT +++ b/jetty-distribution/src/main/resources/webapps/README.TXT @@ -10,7 +10,7 @@ which case the context path is /. If the directory name ends with ".d" it is ignored (by may be used by explicit configuration). + A file called example.war will be deployed as a standard web application -with the context path /example (eg http://localhost:8080/example/). If he +with the context path /example (eg http://localhost:8080/example/). If the base name is root, then the context path is /. If example.war and example/ exist, then only the WAR is deployed (which may use the directory as an unpack location).