Searched refs:propFile (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/server/
H A DJkMain.java119 String propFile; field in class:JkMain
167 propFile=p;
174 return propFile;
380 " config=" + propFile);
469 if(propFile == null) {
472 propsF = new File(propFile);
478 propsF = new File(home, propFile);
/glassfish-3.1.2/cluster/gms-adapter/src/main/java/org/glassfish/gms/
H A DGMSAdapterImpl.java711 final protected Properties getProperties(File propFile) throws IOException { argument
715 fis = new FileInputStream(propFile);

Completed in 11 milliseconds