File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,11 @@ function createFiles {
301
301
echo Generating ${domainPropertiesOutput}
302
302
303
303
cp ${domainPropertiesInput} ${domainPropertiesOutput}
304
+ sed -i -e " s:%DOMAIN_NAME%:${domainName} :g" ${domainPropertiesOutput}
305
+ sed -i -e " s:%ADMIN_PORT%:${adminPort} :g" ${domainPropertiesOutput}
306
+ sed -i -e " s:%ADMIN_SERVER_NAME%:${adminServerName} :g" ${domainPropertiesOutput}
307
+ sed -i -e " s:%MANAGED_SERVER_PORT%:${managedServerPort} :g" ${domainPropertiesOutput}
308
+ sed -i -e " s:%MANAGED_SERVER_NAME_BASE%:${managedServerNameBase} :g" ${domainPropertiesOutput}
304
309
sed -i -e " s:%CONFIGURED_MANAGED_SERVER_COUNT%:${configuredManagedServerCount} :g" ${domainPropertiesOutput}
305
310
sed -i -e " s:%CLUSTER_NAME%:${clusterName} :g" ${domainPropertiesOutput}
306
311
sed -i -e " s:%PRODUCTION_MODE_ENABLED%:${productionModeEnabled} :g" ${domainPropertiesOutput}
You can’t perform that action at this time.
0 commit comments