Monday 8 January 2018

Changing the port of SOA server using wlst

Here we will see , how to change the port of soa server offline using wlst commands.
Start the WLST
Login to your unix box and navigate to your bin folder and run the command.
[testuser@soaserver]$ cd /u01/oracle/SOAInstall/soa/common/bin
[testuser@soaserver]$ ./wlst.sh
wls:/fmw_domain/serverConfig>connect(‘username,’pwd’, ‘hostname:7001’)
wls:/fmw_domain/serverConfig>readDomain(“/u01/oracle/SOAInstall/user_projects/domains/SOAdomain”)
wls:/fmw_domain/serverConfig>cd(“Servers/AdminServer”)
wls:/fmw_domain/serverConfig> setListenPort(7002)
wls:/fmw_domain/serverConfig>updateDomain()

No comments:

Post a Comment