web server « jetty « Java Enterprise Q&A





1. Serveral java webapps on the same server    stackoverflow.com

I need to serve several Java web applications on a single server instance, but add them dynamically to a specific URI. e.g. launch webapp to this context /user_1_app launch webapp to this context /user_2_app I ...