Searched refs:serverDir (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DServerDirs.java67 * Currently in all cases the name of the serverDir is the name of the server --
91 serverDir = null;
111 serverDir = SmartFile.sanitize(leaf);
112 serverName = serverDir.getName();
114 // note that serverDir has been "smart-filed" so we don't have to worry
116 parentDir = serverDir.getParentFile();
119 throw new IOException(strings.get("ServerDirs.badParentDir", serverDir));
123 configDir = new File(serverDir, "config");
184 return new ServerDirs(serverDir);
191 return serverDir;
260 private final File serverDir; field in class:ServerDirs
[all...]
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DChangeNodeMasterPasswordCommand.java94 File serverDir = new File(nodeDir,node);
96 if (serverDir == null || !serverDir.isDirectory()) {
97 throw new CommandException(strings.get("bad.node.dir",serverDir));
H A DStopLocalInstanceCommand.java103 File serverDir = getServerDirs().getServerDir();
105 if (serverDir == null || !serverDir.isDirectory())

Completed in 13 milliseconds