mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gary_williams
07.11.2008 eab28f20befe6f3ad46c81302864ea2aefaca890
relocate dsml test certs to services/DSML
2 files modified
6 ■■■■ changed files
opends/tests/functional-tests/staf-installer/functional-tests.cfg 2 ●●● patch | view | raw | blame | history
opends/tests/shared/functions/webcontainer.xml 4 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/staf-installer/functional-tests.cfg
@@ -82,7 +82,7 @@
  OPTION JVMNAME=httpJVM  \
  OPTION J2=-Xmx128m -Xms32m \
    -Djavax.net.ssl.trustStorePassword=changeit \
    -Djavax.net.ssl.trustStore={STAF/Config/STAFRoot}/services/http/tomcatCertificate
    -Djavax.net.ssl.trustStore={STAF/Config/STAFRoot}/services/DSML/tomcatCertificate
#DSML SERVICE CONFIGURATION
#uncomment following if you want it to be in separate JVMs
opends/tests/shared/functions/webcontainer.xml
@@ -115,7 +115,7 @@
            'command'   : '%s/bin/keytool' % (JAVA_HOME),
            'arguments' : '-genkey -alias tomcat -keyalg rsa \
                           -dname "cn=tomcat,O=Sun Microsystems,C=US" \
                           -keystore "%s/services/http/tomcatCertificate" \
                           -keystore "%s/services/DSML/tomcatCertificate" \
                           -storepass "changeit" -keypass "changeit" \
                           -storetype JKS ' % (stafRoot),
            'path'      : '%s/bin' % (JAVA_HOME),
@@ -125,7 +125,7 @@
      
        <call function="'copyFile'">
          { 'location'   : STAXServiceMachine,
            'srcfile'    : '%s/services/http/tomcatCertificate' % (stafRoot),
            'srcfile'    : '%s/services/DSML/tomcatCertificate' % (stafRoot),
            'destfile'   : '%s/%s-%s/conf/tomcatCertificate' % (wcPath, WC_TYPE, WC_VERSION),
            'remotehost' : mylocation
          }