From b593f6704820b73d411044772a48654c9ff8950c Mon Sep 17 00:00:00 2001 From: Jan Bartel Date: Mon, 27 Apr 2020 15:52:28 +0200 Subject: [PATCH] Issue #4818 Fix jsp doc Signed-off-by: Jan Bartel --- .../main/asciidoc/configuring/jsp/configuring-jsp.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc b/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc index 32967bba11e..e4d67c27aff 100644 --- a/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc +++ b/jetty-documentation/src/main/asciidoc/configuring/jsp/configuring-jsp.adoc @@ -191,12 +191,10 @@ If you are using the Jetty distribution, and you want to change the JSP settings [source, xml, subs="{sub-order}"] ---- - "org.eclipse.jetty.webapp.WebAppContext"> - - "contextPath">/foo - "war">"jetty.home" >default=>"."/>/webapps/foobar.war - "defaultsDescriptor">/home/smith/dev/webdefault.xml - + + /foo + /webapps/foobar.war + /home/smith/dev/webdefault.xml ----