Hi guys I just need some enlightenment on how I should implement one of my projects. I've been migrating my codes from unmanaged to manged code and I chose Java as one of our primary PL to use. From time to time I've used some of Java products like GlassFish. I wonder how its configuration settings is done via a web application. I know I can create my own light weight web server on Java but I don't want to re-do the wheel and don't even know how I will handle JSP to communicate directly with my code.
Is there any Java API that lets you host JSP on a embedded web server to communicate directly inside your java apps just like GlasshFish and Openfire?