Is it possible to change the port of the Jazz Authorization Server
2 answers
Wrong answer - this is only if you want to change the port of a server such as CCM, JTS, etc.
Karen, the port is part of the public URI of the server, so if you want to change the port of the server, you have to also perform a server rename. Since someone has changed the port away from the default 9443, ask that person how they did it. Or look it up in the documentation for the application server you use.
Hi Karen
Yes, you can change the port of Jazz Authorization Server. The <httpEndpoint> is present in appConfig.xml file which is present in the same location as server.xml. (If JAS is running on the same server as ELM application then it is not an option as you cannot have multiple Liberty servers running on same port on the same system)
In case ELM is already setup with JAS, you would have to manually edit the JAS URL in each application teamserver.properties file and update the port. If this is the a new setup of JAS you are ok to change ports.
Comments
Karen Steele
Mar 10 '22, 6:09 a.m.Hi Ralph ... so to ensure we're on the same page here ... when you install JAS, when you test it out, it automatically goes to port 9643 ... my CLM installation is built on 9443 - they both work in this fashion - however I have a twist on one environment I'm enabling, where we have a passthru from one side of a firewall to the other - without JAS the passthru works as expected, but if JAS is enabled and on 9643 the passthru no longer works as we did not setup 9643 as a port requirment - so the ask is can jas be redirected to 9443 somewhere in its configuation, or are you saying we merely at the time of setting it up in CLM tell it, its going to do this off port 9443 (which would be awesome if that's the case ;0))
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 10 '22, 6:46 a.m.I just realized that I did not get your question right. Sorry, can't help here.