Deploys a WAR to an embedded Jetty web container.
Once started, the web container can be configured to run continuously, scanning for changes to the war file and automatically performing a hot redeploy when necessary.
Fields inherited from class | Fields |
---|---|
class AbstractJettyRunTask |
PORT_SYSPROPERTY, consoleScanner, reload, scannerListeners |
Type | Name and description |
---|---|
void |
applyJettyXml() |
void |
configureScanner() |
void |
configureWebApplication() |
JettyPluginServer |
createServer() |
void |
finishConfigurationBeforeStart() |
File |
getWebApp() Returns the web application to deploy. |
void |
restartWebApp(boolean reconfigureScanner) |
void |
setWebApp(File webApp) |
void |
validateConfiguration() |
Returns the web application to deploy.