What are some of the smallest Java webservers with JSP support? Mostly just looking for how to implement JSP support using built-in code.
Or is there no such thing? Are the only things out there, full-blown J2EE webservers?
The purpose of getting some of the JSP component(s) is so we can use them in our own webserver.
Take a look at Jetty: http://jetty.codehaus.org/jetty/
Jetty is used in a wide variety of projects and products. Jetty can be embedded in devices, tools, frameworks, application servers, and clusters. See the Jetty Powered page for more uses of Jetty.
I suggest you look at how Winstone (which by default is without JSP) allows for Jasper to be plugged in to get JSP-support. This approach is - to me - a bit more minimalistic than the Jetty one and easier to analyze in this particular regard.
http://winstone.sourceforge.net/
Out of curiosity, why are you developing your own webserver?
If you want a really small one, check TinyJavaWebServer. It has JSP support, and it is way smaller than jetty.
Also, you can check everyone here: http://java-source.net/open-source/web-servers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With