org.openmdx.kernel.application.deploy.cci
Class DeploymentProperties

java.lang.Object
  extended by org.openmdx.kernel.application.deploy.cci.DeploymentProperties

public class DeploymentProperties
extends Object

openMDX Deployment System Properties


Field Summary
static String APPLICATION_URLS
          This system property contains a space separated list of application URLs.
static String CONNECTOR_URLS
          This system property contains a space separated list of connector URLs.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_URLS

public static final String APPLICATION_URLS
This system property contains a space separated list of application URLs.

The corresponding applications will be auto-deployed during the LightweightContainer's instantiation.

See Also:
Constant Field Values

CONNECTOR_URLS

public static final String CONNECTOR_URLS
This system property contains a space separated list of connector URLs.

The corresponding connectors will be auto-deployed during the LightweightContainer's instantiation.

See Also:
Constant Field Values


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.