-
-
Save shivaram235vemula/fd796428b7d044e28407db5d37bb6bd8 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