diff --git a/jetty-documentation/src/main/asciidoc/reference/troubleshooting/troubleshooting-locked-files.adoc b/jetty-documentation/src/main/asciidoc/reference/troubleshooting/troubleshooting-locked-files.adoc index 14b8fadbcb1..f23b78d8d22 100644 --- a/jetty-documentation/src/main/asciidoc/reference/troubleshooting/troubleshooting-locked-files.adoc +++ b/jetty-documentation/src/main/asciidoc/reference/troubleshooting/troubleshooting-locked-files.adoc @@ -88,7 +88,7 @@ Instead, you could redefine the DefaultServlet in your web.xml file, making sure ... - Default + default org.eclipse.jetty.servlet.DefaultServlet useFileMappedBuffer @@ -97,9 +97,7 @@ Instead, you could redefine the DefaultServlet in your web.xml file, making sure 0 ... - - - + ---- ==== Alternate Remedy @@ -117,7 +115,6 @@ Configure this in an xml file like so: . . - ---- ____