Search code examples
javaweb-servicesopen-sourcejakarta-eewebserver

Suggestions about Lightweight Open Source Web Servers which can support Web Services written in Java


I am currently looking for Lightweight open source web servers which can support Web Services written in Java.

My basic requirement is that it should occupy as much less RAM as possible at runtime and should support Web Services written in Java.

The target number of concurrent users is around 100-150.

Any help would be highly appreciated. Thanking you in advance.


Solution

  • Jetty is an open-source application server that is embeddable (i.e. it has a low memory footprint as it runs on mobile phones, etc.).