RTC 6.0.1 How to change port on liberty
Accepted answer
the port is set in the file server.xml.
The template for that file can be found in the folder
JazzTeamServer\server\liberty\clmServerTemplate\server.xml
After running the first time the templates get deployed and the file is copied over to
JazzTeamServer\server\liberty\servers\clm\server.xml
and can be edited there.
The template for that file can be found in the folder
JazzTeamServer\server\liberty\clmServerTemplate\server.xml
After running the first time the templates get deployed and the file is copied over to
JazzTeamServer\server\liberty\servers\clm\server.xml
and can be edited there.
Comments
Thanks Ralph !
I am going to create an enhancement to add this information on documentation
Have a nice day.
Note that a defect exists for this: https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=380284
1 vote
2 other answers
I've got a WAS Liberty profile in my Eclipse developent enviroment and opening the configuration for the profile shows a file name "server.xml" [ no path ]. In the folder that contains the actual I find: usr/servers/server1/server.xml
Once the server.xml is found it appears that changing the httpEndpoint element's httpsPort ought to be the change needed.
Once the server.xml is found it appears that changing the httpEndpoint element's httpsPort ought to be the change needed.
No instructions for changing port numbers in Liberty server (380284) has been resolved. The change will be visible when we refresh our 6.0.2 Knowledge Center for the Sprint 2 milestone next Monday or Tuesday.
Ken