Posts

Showing posts from January, 2014

How to change the port of soa server offline

Start the WLST /data/app/oracle/Middleware/wlserver_10.3/common/bin/wlst.sh Run the following command readDomain("/data/app/oracle/Middleware/user_projects/domains/soa_domain") cd("Servers/AdminServer") cmo.setListenPort(7002) updateDomain()