R12.2.4 : weblogic admin server ports
Hi,
In R12.2.4 , we have 2 weblogic admin ports based on port pool : 7001 and 7002. The admin server will be available based on RUN filesystem. We have an issue related to a 3rd party application deployed as webservice. The external system access this using the following method
http://hostname.com:7001/CreditTrx-Card-context-root/LoadCCPort
http://hostname:7001/Credit-Card-context-root/ValidatePort
However, after we apply the patch and complete the cutover the admin server start in the 2nd port. (7002). To proceed, we need to change the external system to look into
http://hostname.com:7002/CreditTrx-Card-context-root/LoadCCPort
http://hostname:7002/Credit-Card-context-root/ValidatePort
My question is , Is there a way to keep the admin ports as same. If we do a cutover, we need to keep the admin port as 7001 all the time. Please advise