I have enlarged "max header size" on JBoss config as below configuration:
<property name="org.apache.coyote.http11.Http11Protocol.MAX_HEADER_SIZE" value="20000"/>
But still got "400 Bad Request" sometimes, and I can't get the error log.
How can I enable JBoss 7.1.1 to print log for this error?