Administrator
|
Check ->
Managing Configuration of Oracle HTTP Server and Web Application Services in Oracle E-Business Suite Release 12.2 (Doc ID 1905593.1) -- 4.4.1 Adding a new managed server
->For ex:
$ perl <AD_TOP>/patch/115/bin/adProvisionEBS.pl \
ebs-create-managedserver -contextfile=<CONTEXT_FILE> \
-managedsrvname=oacore_server2 -servicetype=oacore \
-managedsrvport=7203 -logfile=<APPLRGF>/TXK/addMS_oacoreserver2.log
So you specify that port number, yourself. A free port, close to the existing ones. Check the ports of your current oacore servers, and specify the port for the new oacore server accordingly.
|