...
The most efficient way to do this is with two org.mortbay.jetty.Server instances. There is also a second, less efficient alternative.
Instance A will have a connector listening on port A with webapp A defined, and instance B will have webapp B and connector listening on port B defined.
...