2016-11-02 25 views
0

私はtomcat 8を使用しており、web-app構成内のappのweb.xmlに次のディレクティブを付ける必要がありますが、スペースは整えられていません。どのようなアイデアが間違っているか、どのようにデバッグするのですか?空白をトリムする空白

<jsp-config> 
    <jsp-property-group> 
     <url-pattern>*.jsp</url-pattern> 
     <trim-directive-whitespaces>true</trim-directive-whitespaces> 
    </jsp-property-group> 
    </jsp-config> 

答えて