Create multiple instance of Oracle Http Server (OHS)

#####download oracle web tier – ofm_webtier_linux_11.1.1.7.0_64_disk1_1of1.zip
check port availability
netstat -an | grep “8888”
run installer – ./runInstaller
connect with existing domain
domain Host Name: host ip 1
domain Port No: 7001
user Name: weblogic
password: welcome1
next and finish

##### create another instance for different domain
run #Oracle_WT1/bin/config.sh
connect with existing domain
domain Host Name: host ip2
domain Port No: 7001
user Name: weblogic
password: welcome1
next and finish

Add a Comment