Post too large - GlassFish

0

I am performing a search routine on all occurrences that have already been completed, but when I enter some and select the attachment my glassfish returns the following message

java.lang.IllegalStateException: Post too large

Has anyone ever gone through this? I did a search but found nothing to answer my question.

Note: I'm using glassfish 3.1.2

    
asked by anonymous 04.02.2015 / 15:17

1 answer

1

Try increasing the Post's maximum size on the GlassFish administration screen (Configurations -> Network Config -> Network Listeners -> http-listener).

    
04.02.2015 / 16:42