- ejetty.jar
Contains the launcher code (suppresses jetty logs) - ejetty-wrap.ant.xml
Contains the ant script to create a delivery jar file which contains all required components
ejetty is configured as follows:
host=127.0.0.1
port=6060
war=/embedded.war
url=http://localhost:6060
The result of this configuration: the embedded.war is deployed, jetty is started and your browser is opened at the given URL.
Feel free to use this wrapper and enjoy.