• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to increase the maxPostSize of the request

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

I have to submit large amount of data and when i submit my form i got the exception "Request header is too large" , so can any one help me how to increase the maxPostSize of the request.
And how can i know the size of the maxPostSize attribute?
I am using glassfish v2.

 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did a google search with your error message and glassfish and got two answers:

http://old.nabble.com/Request-header-is-too-large-td21706294.html
http://stackoverflow.com/questions/2472905/request-header-is-too-large

Seems like you need to update your http-listener



Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic