| | |
| | | |
| | | if (Utils.isWebStart()) |
| | | { |
| | | setInstallation(new Installation(getUserData().getServerLocation())); |
| | | String installDir = getUserData().getServerLocation(); |
| | | setInstallation(new Installation(installDir, installDir)); |
| | | } |
| | | |
| | | checkAbort(); |
| | |
| | | getFormattedSuccess( |
| | | INFO_SUMMARY_INSTALL_FINISHED_SUCCESSFULLY.get( |
| | | formatter.getFormattedText( |
| | | Message.raw(getInstallationPath())), |
| | | Message.raw(getInstancePath())), |
| | | INFO_GENERAL_SERVER_STOPPED.get(), |
| | | cmd))); |
| | | hmSummary.put(InstallProgressStep.FINISHED_CANCELED, |
| | |
| | | getFormattedSuccess( |
| | | INFO_SUMMARY_INSTALL_FINISHED_SUCCESSFULLY.get( |
| | | formatter.getFormattedText( |
| | | Message.raw(getInstallationPath())), |
| | | Message.raw(getInstancePath())), |
| | | status, |
| | | cmd))); |
| | | hmSummary.put(InstallProgressStep.FINISHED_WITH_ERROR, |
| | |
| | | */ |
| | | protected String getSelfSignedKeystorePath() |
| | | { |
| | | String parentFile = getPath(getInstallationPath(), |
| | | String parentFile = getPath(getInstancePath(), |
| | | Installation.CONFIG_PATH_RELATIVE); |
| | | return (getPath(parentFile, "keystore")); |
| | | } |
| | |
| | | */ |
| | | private String getTrustManagerPath() |
| | | { |
| | | String parentFile = getPath(getInstallationPath(), |
| | | String parentFile = getPath(getInstancePath(), |
| | | Installation.CONFIG_PATH_RELATIVE); |
| | | return (getPath(parentFile, "truststore")); |
| | | } |
| | |
| | | */ |
| | | private String getTemporaryCertificatePath() |
| | | { |
| | | String parentFile = getPath(getInstallationPath(), |
| | | String parentFile = getPath(getInstancePath(), |
| | | Installation.CONFIG_PATH_RELATIVE); |
| | | return (getPath(parentFile, "server-cert.txt")); |
| | | } |
| | |
| | | */ |
| | | private String getKeystorePinPath() |
| | | { |
| | | String parentFile = getPath(getInstallationPath(), |
| | | String parentFile = getPath(getInstancePath(), |
| | | Installation.CONFIG_PATH_RELATIVE); |
| | | return (getPath(parentFile, "keystore.pin")); |
| | | } |