How Can I Enable Log on "JBoss 7.1.1" for 400 Bad Request

Viewed 22

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?

0 Answers
Related