How can I change the default port number of DevTest Portal?
All supported DevTest releases.
N/A
(1)Open the default _phoenix.properties located in LISAHOME.
(2)Save it as phoenix.properties under the same location i.e. LISAHOME.
(3)Change the value of phoenix.port property in the phoenix.properties file to the required port number and uncomment this property.
For example, to change the default port from 1507 to 1510, modify the file as below:
#registry.host=localhost
#registry.port=2009
#registry.portal.port=1505
#registry.https.enabled=true
phoenix.port=1510
#phoenix.https.enabled=true
#phoenix.ssl.keystore=${LISA_HOME}/webserver.ks
#phoenix.ssl.keystore.password={cry}8b923091e33484e01de2c25a3a7a770b
#phoenix.ssl.keymanager.password={cry}8b923091e33484e01de2c25a3a7a770b
#reshub.hostname=localhost
(4)Restart the portal for the change to be effective.
Additional Information:
To verify if the portal has picked up the new port, start the portal and look for the below lines in the porta.log file.
"grails.app.services.com.itko.lisa.test.TestResHubService - test reshub res-hub endpoint: http://localhost:1510/res-hub"
Note that the endpoint has the modified port number.