if (openejbWarDir == null) return;
Paths paths = new Paths(new File(openejbWarDir));
if (paths.verify()) {
Installer installer = new Installer(paths);
installer.installConfigFiles();
}
}
private void processRunningApplications(TomcatWebAppBuilder tomcatWebAppBuilder, StandardServer standardServer) {
for (Service service : standardServer.findServices()) {