[jetty-users] Fail-fast request handling best practices

2021-03-30 Thread Daniel Gredler
Hi, I'm playing around with a Jetty-based API service deployed to AWS Elastic Beanstalk in a Docker container. The setup is basically: EC2 load balancer -> nginx reverse proxy -> Docker container running the Jetty service. One of the API endpoints accepts large POST requests. As a safeguard, I

Re: [jetty-users] Jsp configuration class

2021-03-30 Thread Som Lima
I was hoping for some feedback on the error. Configuration.ClassList classlist = Configuration.ClassList .setServerDefault(server); Multiple markers at this line - ClassList cannot be resolved or is not a field - Configuration.ClassList cannot be resolved to a type I think