run-jetty-run
run-jetty-run copied to clipboard
how to let single instance jetty-run for multiple web apps
Hi , i'm new to jetty, one of my colleague recommended jetty-run-plugin to me, it's much faster than tomcat when he sailed that to me, and when he changed the source code, it's not required to restart the eclipse, that's brings productivity, as in my project, we deploy multiple web apps to to tomcat, so i'm wondering is it possible to do that in jetty run ,too ? thanks in advance.
I need the same feature. I want to use in priority Eclipse build without rebuild with Maven and move WAR artefacts in webapps/ folder.
Is it possible ?
multiple prjs are not supported by default, but you can write a customized configuration file to server multiple prjs by one single launching. I will appreciate if you can share how you make it work if you succeed on it.
simply, RJR allows you provide a custom xml file to configure Jetty, then you have a chance to retrieve the server instance, then you can add other prjs as plain web application.