Forum Discussion
calandale
14 years agoOccasional Contributor
in particular, it appears that I can force the settings file (scripting wasn't working outside UI frontend) to load via the maven plugin,
but when I set the values via :
<con:setting id="SSLSettings@keyStore">C:Windows path with spaces\PT_mystore.p12</con:setting><con:setting id="SSLSettings@keyStorePassword">password</con:setting>
or
<con:setting id="SSLSettings@keyStore" value = "C:Windows path with spaces\PT_mystore.p12"/>
<con:setting id="SSLSettings@keyStorePassword" value="password"/>
I get the same behavior as I do when I run with the script - or with SSL settings changed within the UI - which is to say
NOTHING is loading. Is there any documentation on how to configure these settings files?
Are these values even turned on?
but when I set the values via :
<con:setting id="SSLSettings@keyStore">C:Windows path with spaces\PT_mystore.p12</con:setting><con:setting id="SSLSettings@keyStorePassword">password</con:setting>
or
<con:setting id="SSLSettings@keyStore" value = "C:Windows path with spaces\PT_mystore.p12"/>
<con:setting id="SSLSettings@keyStorePassword" value="password"/>
I get the same behavior as I do when I run with the script - or with SSL settings changed within the UI - which is to say
NOTHING is loading. Is there any documentation on how to configure these settings files?
Are these values even turned on?