From 2c171ca8fafc1d688b9b965d1255a81aba6aa7ee Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Thu, 16 Apr 2015 22:26:03 -0400 Subject: Add nuxwdog functionality to Dogtag This is the first of several commits. This adds a LifecycleListener to call init() on the nuxwdog client before any connectors or webapps start up, and call sendEndInit() once initialization completes. Code is also added to prompt for and test required passwords on startup. All that is required to use nuxwdog is to start the server using nuxwdog. An environment variable will be set that will trigger creation of the NuxwdogPasswordStore. We expect tags for the required passwords to be in cms.passwordList --- scripts/compose_pki_test_package | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/compose_pki_test_package') diff --git a/scripts/compose_pki_test_package b/scripts/compose_pki_test_package index b738c6e2b..069292017 100755 --- a/scripts/compose_pki_test_package +++ b/scripts/compose_pki_test_package @@ -129,6 +129,7 @@ CLASSPATH=$CLASSPATH:/usr/share/java/xml-commons-apis.jar CLASSPATH=$CLASSPATH:/usr/share/java/tomcat/catalina.jar CLASSPATH=$CLASSPATH:/usr/share/java/tomcat/tomcat-util.jar CLASSPATH=$CLASSPATH:/usr/share/java/commons-io.jar +CLASSPATH=$CLASSPATH:/usr/lib/java/nuxwdog.jar javac -classpath $CLASSPATH -d bin src/*java -- cgit