mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 20:39:18 +00:00
Updated example. Resolves #2916
This commit is contained in:
parent
cfe7fa1cb2
commit
be564ecd59
@ -88,7 +88,7 @@ Instead, you could redefine the DefaultServlet in your web.xml file, making sure
|
||||
<web-app ...>
|
||||
...
|
||||
<servlet>
|
||||
<servlet-name>Default</servlet-name>
|
||||
<servlet-name>default</servlet-name>
|
||||
<servlet-class>org.eclipse.jetty.servlet.DefaultServlet</servlet-class>
|
||||
<init-param>
|
||||
<param-name>useFileMappedBuffer</param-name>
|
||||
@ -97,9 +97,7 @@ Instead, you could redefine the DefaultServlet in your web.xml file, making sure
|
||||
<load-on-startup>0</load-on-startup>
|
||||
</servlet>
|
||||
...
|
||||
</web-app>
|
||||
|
||||
|
||||
</web-app>
|
||||
----
|
||||
|
||||
==== Alternate Remedy
|
||||
@ -117,7 +115,6 @@ Configure this in an xml file like so:
|
||||
.
|
||||
.
|
||||
</New>
|
||||
|
||||
----
|
||||
|
||||
____
|
||||
|
Loading…
x
Reference in New Issue
Block a user