B4J Question What are the limits of the inbuilt Jetty server and how do I extend them?

Bruce Axtens

Active Member
Licensed User
Longtime User
I just tried to send 260K of text to a REST server built in B4J. The request was a POST, not a GET.

What are the limits of the Jetty engine and how can I extend them?
 
Last edited:

Bruce Axtens

Active Member
Licensed User
Longtime User
Okay, read the source again. It's a PUT and the data is in the query string. Will try again with POST.

Can the PUT use a body like a POST or does only POST use a body?
 
Upvote 0

Bruce Axtens

Active Member
Licensed User
Longtime User
And the answer is, yes, PUT can take a body.

B4J is wonderful, no?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…