public class JettyStart extends Object
| Constructor and Description |
|---|
JettyStart() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureServer(org.eclipse.jetty.xml.XmlConfiguration jettyConfig,
org.eclipse.jetty.server.Server jettyServer)
Configure instance.
|
protected void |
go()
Main run method.
|
static void |
main(String[] args)
Main function, starts the Jetty server.
|
protected org.eclipse.jetty.xml.XmlConfiguration |
makeConfig()
Create a configuration.
|
protected void |
setupServer(org.eclipse.jetty.server.Server jettyServer)
Setup before configuration is read.
|
public static void main(String[] args)
args - Command line argumentsprotected void setupServer(org.eclipse.jetty.server.Server jettyServer)
jettyServer - The serverprotected void configureServer(org.eclipse.jetty.xml.XmlConfiguration jettyConfig,
org.eclipse.jetty.server.Server jettyServer)
throws Exception
jettyConfig - ConfigjettyServer - ServerException - on errorCopyright © 2006–2020 Esito AS. All rights reserved.