I need to add -Dweblogic.security.SSL.nojce=true flag in to startWeblogic.sh file as JVM parameter.
Is there any specific place I should add it in script file and is startWeblogic.sh correct file to add the flag ?
In my experience we have always added JVM parameters to the
${WL_HOME}/bin/setDomainEnv.sh
script as an extra property under the
$EXTRA_JAVA_PROPERTIES
variable.