Last active
April 20, 2023 17:04
-
-
Save MaheshwarReddyGade/bd0875afc4fb478ab8afb8e3b290187b to your computer and use it in GitHub Desktop.
managed server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#replace EBS Asserter public ip with actual value. | |
docker run -d --name asrPOCserver1 --link wlsadmin:wlsadmin --network=SampleNET -p 7003:7003 -p 30018:7018 -v /u01/oracle/properties/domain.properties:/u01/oracle/properties -e MS_NAME=asrPOCserver1 wls:12.2.1.3.0 /u01/oracle/Middleware/domains/asr_domain/bin/startManagedWebLogic.sh asrPOCserver1 http://<EBS Asserter Public IP Address>:7001 -Dweblogic.management.allowPasswordEcho=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment