Searched defs:install (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/
H A DInstallerThread.java107 install();
115 log.log(Level.INFO, "Problem while attempting to install admin console!", ex);
123 private void install() throws Exception { method in class:InstallerThread
148 app.setLocation("${com.sun.aas.installRootURI}/lib/install/applications/" + AdminConsoleAdapter.ADMIN_APP_NAME);
/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/
H A DBundleUtil.java80 //install the bundle using given arguments.
81 bundleUtil.install(args[2]);
87 public void install(String installUrl) { method in class:BundleUtil
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DDeployer.java68 * can be deployed and undeployed. Such a Container will create and install
85 * being installed by <code>install()</code>, before it has been
88 public static final String PRE_INSTALL_EVENT = "pre-install";
93 * installed by <code>install()</code>, after it has been started.
95 public static final String INSTALL_EVENT = "install";
138 public void install(String contextPath, URL war) throws IOException; method in interface:Deployer
165 public void install(URL config, URL war) throws IOException; method in interface:Deployer
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardHostDeployer.java214 public synchronized void install(String contextPath, URL war) method in class:StandardHostDeployer
255 // Determine if directory/war to install is in the host appBase
352 public synchronized void install(String contextPath, URL war, method in class:StandardHostDeployer
456 public synchronized void install(URL config, URL war) throws IOException { method in class:StandardHostDeployer
H A DStandardHost.java1025 * during install
1027 public void install(String contextPath, URL war) throws IOException { method in class:StandardHost
1028 getDeployer().install(contextPath, war);
1057 public synchronized void install(URL config, URL war) throws IOException { method in class:StandardHost
1059 getDeployer().install(config, war);
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DLinuxService.java111 install();
286 private void install() throws ProcessManagerException { method in class:LinuxService
H A DWindowsService.java92 install();
288 private void install() throws ProcessManagerException { method in class:WindowsService
289 // it IS an error to not be able to install
304 ProcessManager mgr = new ProcessManager(targetWin32Exe.getPath(), "install");
310 throw new RuntimeException(Strings.get("windows.services.install.bad",
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DCreateRemoteNodeCommand.java87 boolean install; field in class:CreateRemoteNodeCommand
134 if (install) {
183 map.add(NodeUtils.PARAM_INSTALL, Boolean.toString(install));
190 * Prepares for invoking install-node on DAS
192 * @return true if install-node succeeds, false otherwise
225 String msg = Strings.get("create.node.ssh.install.success", nodehost);
249 * Invokes install-node using ProcessManager and returns the exit message/status.
252 * @return exit status of install-node
269 //install-node as well. The passwords are passed directly through input stream
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/
H A DBundleProvisioner.java205 // uninstall, update, install, refresh & start.
208 install(newBundles);
441 private int install(Collection<Jar> jars) { method in class:BundleProvisioner
453 logger.logp(Level.FINE, "BundleProvisioner", "install",
463 logger.logp(Level.WARNING, "BundleProvisioner", "install",
464 "Failed to install " + jar.getURI(),
530 * glassfish.osgi.auto.install:

Completed in 286 milliseconds