Searched refs:INSTANCE_ROOT_PROPERTY (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DSystemPropertyConstants.java129 public static final String INSTANCE_ROOT_PROPERTY = field in class:SystemPropertyConstants
250 * @param name String that represents a property, e.g INSTANCE_ROOT_PROPERTY
301 final StringBuffer sb = new StringBuffer(getPropertyAsValue(INSTANCE_ROOT_PROPERTY));
311 final StringBuffer sb = new StringBuffer(getPropertyAsValue(INSTANCE_ROOT_PROPERTY));
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DSystemTasks.java275 String configDirString = System.getProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY);
282 + SystemPropertyConstants.INSTANCE_ROOT_PROPERTY));
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/server/
H A DServerEnvironmentImpl.java155 asenv.getProps().put(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY, root.getAbsolutePath());
163 location = new File(asenv.getProps().get(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY), entry.getValue());
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DRepositoryConfig.java154 this(System.getProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY));
H A DRepositoryManager.java410 s += SystemPropertyConstants.INSTANCE_ROOT_PROPERTY;
412 s += System.getProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY);
720 String oldRoot = System.getProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY);
722 GFSystem.setProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY,
730 GFSystem.setProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY, oldRoot);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/security/store/
H A DPasswordAdapter.java123 return System.getProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY) +
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DNativeRemoteCommandsBase.java379 System.setProperty(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY, f.getAbsolutePath());
/glassfish-3.1.2/admin/launcher/src/main/java/com/sun/enterprise/admin/launcher/
H A DGFLauncher.java174 asenvProps.put(INSTANCE_ROOT_PROPERTY, getInfo().getInstanceRootDir().getPath());
852 props.put(INSTANCE_ROOT_PROPERTY, getInfo().getInstanceRootDir().getAbsolutePath());
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DDriverLoader.java583 jarFileLocations.add(getLocation(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY));
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DAdminAdapter.java167 this.addRootFolder(env.getProps().get(SystemPropertyConstants.INSTANCE_ROOT_PROPERTY) + "/asadmindocroot/");
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/logviewer/backend/
H A DLogFilter.java648 SystemPropertyConstants.INSTANCE_ROOT_PROPERTY);

Completed in 92 milliseconds