Searched refs:INSTALL_ROOT_PROP_NAME (Results 1 - 10 of 10) sorted by relevance

/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DBootstrapProperties.java121 properties.setProperty(INSTALL_ROOT_PROP_NAME, installRoot);
130 return properties.getProperty(INSTALL_ROOT_PROP_NAME);
134 private static final String INSTALL_ROOT_PROP_NAME = "com.sun.aas.installRoot"; field in class:BootstrapProperties
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DConstants.java58 public static final String INSTALL_ROOT_PROP_NAME = "com.sun.aas.installRoot"; field in class:Constants
H A DStartupContextUtil.java64 return absolutize(new File(p.getProperty(Constants.INSTALL_ROOT_PROP_NAME)));
H A DStaticGlassFishRuntime.java152 final String installRootValue = properties.getProperty(Constants.INSTALL_ROOT_PROP_NAME);
155 System.setProperty(Constants.INSTALL_ROOT_PROP_NAME, installRoot.getAbsolutePath());
185 System.setProperty(Constants.INSTALL_ROOT_PROP_NAME, installRoot.getAbsolutePath());
189 gfProps.getProperties().setProperty(Constants.INSTALL_ROOT_PROP_NAME,
H A DASMainHelper.java371 ctx.setProperty(Constants.INSTALL_ROOT_PROP_NAME, installRoot.getAbsolutePath());
410 if (ctx.getProperty(Constants.INSTALL_ROOT_PROP_NAME) == null) {
412 ctx.setProperty(Constants.INSTALL_ROOT_PROP_NAME, installRoot.getAbsolutePath());
417 File installRoot = new File(ctx.getProperty(Constants.INSTALL_ROOT_PROP_NAME));
580 glassfishDir = new File(ctx.getProperty(Constants.INSTALL_ROOT_PROP_NAME));
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DGlassFishMainActivator.java123 installRoot = context.getProperty(Constants.INSTALL_ROOT_PROP_NAME);
128 throw new RuntimeException("Property named " + Constants.INSTALL_ROOT_PROP_NAME + " is not set.");
132 Constants.INSTALL_ROOT_PROP_NAME);
138 properties.setProperty(Constants.INSTALL_ROOT_PROP_NAME,
H A DEmbeddedOSGiGlassFishRuntime.java118 final String installRootValue = properties.getProperty(com.sun.enterprise.glassfish.bootstrap.Constants.INSTALL_ROOT_PROP_NAME);
121 System.setProperty(com.sun.enterprise.glassfish.bootstrap.Constants.INSTALL_ROOT_PROP_NAME, installRoot.getAbsolutePath());
/glassfish-3.1.2/tests/utils/src/main/java/org/glassfish/tests/utils/
H A DUtils.java118 p.put(com.sun.enterprise.glassfish.bootstrap.Constants.INSTALL_ROOT_PROP_NAME, System.getProperty("java.io.tmpdir"));
/glassfish-3.1.2/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/
H A DUberJarOSGiGlassFishRuntimeBuilder.java135 // String instanceRoot = props.getProperty(Constants.INSTALL_ROOT_PROP_NAME);
140 props.setProperty(BootstrapProperties.INSTALL_ROOT_PROP_NAME, installRoot);
186 System.setProperty(BootstrapProperties.INSTALL_ROOT_PROP_NAME, installRoot);
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/server/
H A DServerEnvironmentImpl.java97 private static final String INSTALL_ROOT_PROP_NAME = "com.sun.aas.installRoot"; field in class:ServerEnvironmentImpl
119 String installRoot = startupContext.getArguments().getProperty(INSTALL_ROOT_PROP_NAME);

Completed in 260 milliseconds