summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/common
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-06-15 00:04:10 -0400
committerEndi S. Dewata <edewata@redhat.com>2015-06-16 17:51:38 -0400
commit44ec028366f5ea7c6e9c252ad4aac59055d1d121 (patch)
treebc07cb64a04cbab6aa6f247b156e87da49e2e093 /base/common/src/com/netscape/certsrv/common
parentff4d4f19cad6d2d99003cfb0d7219b82307f15fa (diff)
downloadpki-44ec028366f5ea7c6e9c252ad4aac59055d1d121.tar.gz
pki-44ec028366f5ea7c6e9c252ad4aac59055d1d121.tar.xz
pki-44ec028366f5ea7c6e9c252ad4aac59055d1d121.zip
Startup log message improvementes.
The PKIListener has been modified to verify that all subsystems are running and to show the command to enable the subsystem if it was disabled due to errors. https://fedorahosted.org/pki/ticket/1406
Diffstat (limited to 'base/common/src/com/netscape/certsrv/common')
-rw-r--r--base/common/src/com/netscape/certsrv/common/Constants.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/common/src/com/netscape/certsrv/common/Constants.java b/base/common/src/com/netscape/certsrv/common/Constants.java
index 100b91110..e37d80734 100644
--- a/base/common/src/com/netscape/certsrv/common/Constants.java
+++ b/base/common/src/com/netscape/certsrv/common/Constants.java
@@ -553,7 +553,6 @@ public interface Constants {
*========================================================*/
public final static String SERVER_STARTUP_WARNING_MESSAGE = "CMS Warning: ";
- public final static String SERVER_STARTUP_MESSAGE = "Server is started.";
public final static String SERVER_SHUTDOWN_MESSAGE = "Shutting down.";
public final static String SERVER_SHUTDOWN_ERROR_MESSAGE = "Error Starting CMS: ";
public final static String SERVER_SHUTDOWN_EXTENDED_ERROR_MESSAGE = "Extended error information: ";