...
You can also have more than one configuration file. If you specify more than one on the runline, a single Jetty instance will be started with one org.mortbay.jetty.Server instance per configuration fileNote that each file can configure a different, or the same Server instance and is controlled by the "id" attribute. Eg:
| Code Block |
|---|
java -jar start.jar etc/abcd.xml etc/xyz.xml |
...