Searched defs:copyCtxFile (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java1594 copyCtxFile("/WEB-INF/template/keystore", "keystore.jks", location);
1825 copyCtxFile("/WEB-INF/classes", "log4j.properties", destDir);
1831 private static boolean copyCtxFile (String srcDir, String file, String destDir) throws IOException { method in class:AMSetupServlet
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java1509 copyCtxFile("/WEB-INF/template/keystore", "keystore.jks", basedir);
1510 copyCtxFile("/WEB-INF/template/keystore", "keystore.jceks", basedir);
1773 copyCtxFile("/WEB-INF/classes", "log4j.properties", destDir);
1779 private static boolean copyCtxFile (String srcDir, String file, String destDir) throws IOException { method in class:AMSetupServlet

Completed in 42 milliseconds