Class Main


  • public class Main
    extends Object
    Main start class.

    This class is intended to be the main class listed in the MANIFEST.MF of the start.jar archive. It allows the Jetty Application server to be started with the command "java -jar start.jar".

    Argument processing steps:

    1. Directory Location: jetty.home=[directory] (the jetty.home location)
    2. Directory Location: jetty.base=[directory] (the jetty.base location)
    3. Start Logging behavior: --debug (debugging enabled)
    4. Start Logging behavior: --start-log-file=logs/start.log (output start logs to logs/start.log location)
    5. Module Resolution
    6. Properties Resolution
    7. Present Optional Informational Options
    8. Normal Startup