So, what I want to do is to run multiple maven web project in eclipse using Jetty. Let say I have two projects webProjectOne and webProjectTwo. I run Jetty using follow setting1.
However, this can only run one project at a time. Is there a way to run multiple project at once?
For Example:
localhost:8080/webProjectOne
localhost:8080/webProjectTwo
