| opends/tests/functional-tests/staf-installer/functional-tests.cfg | ●●●●● patch | view | raw | blame | history | |
| opends/tests/shared/functions/webcontainer.xml | ●●●●● 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 }