public class WebAppContextProvider extends Object
WebAppContext for a web app running in the same Jetty container as
the main Brooklyn app.| Modifier and Type | Field and Description |
|---|---|
protected String |
pathSpec |
protected String |
warUrl |
| Constructor and Description |
|---|
WebAppContextProvider(String pathSpec,
String warUrl) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.webapp.WebAppContext |
get(ManagementContext managementContext,
Map<String,Object> attributes,
boolean ignoreFailures)
Serve given WAR at the given pathSpec; if not yet started, it is simply remembered until start;
if server already running, the context for this WAR is started.
|
String |
getPath() |
String |
getWarUrl() |
String |
toString() |
public org.eclipse.jetty.webapp.WebAppContext get(ManagementContext managementContext, Map<String,Object> attributes, boolean ignoreFailures)
public String getPath()
public String getWarUrl()
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.