Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
root
Creator II
Creator II

POST data size - Karaf - Jetty

Is there any place where I can tell the container to accept lots of data?

 

In one of my web service, data around 1-2MB is consumed easily. However, when I sent data around 8MB, it was unable to process the data.

 

I was searching and it looks like jetty is having a max limit on the post data. It can be changed by modifying the jetty-web.xml?? 

 

http://www.eclipse.org/jetty/documentation/current/setting-form-size.html

 

Any direction for setting the Karaf Jetty to accept a bigger amount of data?

 

Thank you. 

Labels (3)
13 Replies
root
Creator II
Creator II
Author

If you check the Jetty engine (which is embedded in the Talend Runtime ) it has some setting: http://www.eclipse.org/jetty/documentation/current/setting-form-size.html
I have unable to override the same.
Anonymous
Not applicable

Hi,

For us there was no need so far to dive into these settings, we process reguraly SOAP message bodies up to 20 MB without setting tweaks. I asume your service works well within the studio? Maybe you can monitor your memory usage within the studio of the job and see if there is a spike? In that case allocating more memory withing the runtime to the service cloud solve the issue.
root
Creator II
Creator II
Author

I think I have figured out the problem... It seems to be our corporate firewall. Local connections work great. However, publicly accessible services seem to be blocked. Thanks
Anonymous
Not applicable

Hello,

Thanks for your feedback. Please mark your solution as accepted.

Best regards

Sabrina