mirror of https://github.com/apache/jclouds.git
Updated PlatformServices attribute name for RUN@cloud's TweetStore version
This commit is contained in:
parent
a22a08a1ff
commit
cdaa86f0fb
|
@ -48,7 +48,7 @@ import com.sun.jersey.api.uri.UriBuilderImpl;
|
||||||
* @author Andrew Phillips
|
* @author Andrew Phillips
|
||||||
*/
|
*/
|
||||||
public class PlatformServicesInitializer implements ServletContextListener {
|
public class PlatformServicesInitializer implements ServletContextListener {
|
||||||
public static final String PLATFORM_SERVICES_ATTRIBUTE_NAME = PlatformServicesInitializer.class.getName();
|
public static final String PLATFORM_SERVICES_ATTRIBUTE_NAME = PlatformServices.class.getName();
|
||||||
|
|
||||||
// keep in sync with cloudbees-web.xml
|
// keep in sync with cloudbees-web.xml
|
||||||
protected static final String HOST_PARAMETER = "application.host";
|
protected static final String HOST_PARAMETER = "application.host";
|
||||||
|
|
Loading…
Reference in New Issue