Could you tell me, what is the best Web Server engine for embedding into Java application? I have some logic written on Java and I want this logic to be wrapped into Web Server. Solution must be stable, fast and do not have memory leaks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d have a look at jetty. Don’t know if it’s “the best” but it is embeddable and widely used. If a lot of engineers trust it, it can’t be bad.