</init-param>
<init-param>
<param-name>listings</param-name>
- <param-value>true</param-value>
+ <param-value>false</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
</source>
So by default, the default servlet is loaded at webapp startup and
-directory listings are enabled and debugging is turned off.
+directory listings are disabled and debugging is turned off.
</section>
<section anchor="change" name="What can I change?">
<td valign='top'>
Debugging level. It is not very useful unless you are a tomcat
developer. As
- of this writing, useful values are 0, 1, 11, 1000.
+ of this writing, useful values are 0, 1, 11, 1000. [0]
</td>
</tr>
<tr>
<td valign='top'>
If no welcome file is present, can a directory listing be
shown?
- value may be <b>true</b> or <b>false</b>
+ value may be <b>true</b> or <b>false</b> [false]
<br />
Welcome files are part of the servlet api.
<br />
<td valign='top'>
If a directory listing is presented, a readme file may also
be presented with the listing. This file is inserted as is
- so it may contain HTML. default value is null
+ so it may contain HTML.
</td>
</tr>
<tr>