![]() ![]() | ||||||||||||||||||
| Home>>> | ||||||||||||||||||
TomcatQuick Table of Contents
2. Directory ListingTo turn it off, edit conf/web.xml in the tomcat directory
<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>
By default the setting is 'true'
3. Attribute value is quoted with " which must be escaped when used within the valueYou can escape your attributes with ' or maybe \" Otherwise use the JVM parameter -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false 4. Links
| ||||||||||||||||||