How to change the URL setting from localhost to ip in mail?
![](http://jazz.net/_images/myphoto/f6dc9b2dd3af41071b6d22f4999725c5.jpg)
After enable the mail notification, I received the mail from Jazz:
================
Web UI: https://localhost:9443/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/25
Id: 25
Summary: tt
Filed Against: Test Project Name
Status: New Priority: Low
...
================
In the URL of Web UI, there is a "localhost". How could I change it to the ip or host name of the server? Thanks. I use Apache.
================
Web UI: https://localhost:9443/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/25
Id: 25
Summary: tt
Filed Against: Test Project Name
Status: New Priority: Low
...
================
In the URL of Web UI, there is a "localhost". How could I change it to the ip or host name of the server? Thanks. I use Apache.
6 answers
![](http://jazz.net/_images/myphoto/f6dc9b2dd3af41071b6d22f4999725c5.jpg)
Yes, it should be possible to adjust the hostname that Jazz Team Server is using. You can use the following steps...
1. Open the Admin web ui, at https://<server>:9443/jazz/admin
2. Click on the 'Advanced Properties' link on the left side.
3. In the section labeled 'com.ibm.team.repository.servlet.internal.ServletConfigurationService', you can change the Host Name property to the value you want.
The reason for your original problem because by default the hostname used is the name that the requests are recieved on. If your server is proxied by a different server on the same machine, then 'localhost' might appear, as it did in your case.
1. Open the Admin web ui, at https://<server>:9443/jazz/admin
2. Click on the 'Advanced Properties' link on the left side.
3. In the section labeled 'com.ibm.team.repository.servlet.internal.ServletConfigurationService', you can change the Host Name property to the value you want.
The reason for your original problem because by default the hostname used is the name that the requests are recieved on. If your server is proxied by a different server on the same machine, then 'localhost' might appear, as it did in your case.
![](http://jazz.net/_images/myphoto/f6dc9b2dd3af41071b6d22f4999725c5.jpg)
Is this also affected by what has been used in the Repository Connection properties on the RTC client where you send the invitation?
Another question - We have dozens of users and will have hundreds of users later. Is it possible create a generic invitation message and save the message in some kind of file? This way, the team invitation 'utility' will automatically retrieve content from this file and we do not have to manually copy/paste the content for each user? Thanks.
Another question - We have dozens of users and will have hundreds of users later. Is it possible create a generic invitation message and save the message in some kind of file? This way, the team invitation 'utility' will automatically retrieve content from this file and we do not have to manually copy/paste the content for each user? Thanks.
![](http://jazz.net/_images/myphoto/f6dc9b2dd3af41071b6d22f4999725c5.jpg)
This is not yet possible and a nice idea. Pls subscribe yourself to
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=58809
Kai
Jazz Process team
gdang wrote:
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=58809
Kai
Jazz Process team
gdang wrote:
Is this also affected by what has been used in the Repository
Connection properties on the RTC client where you send the
invitation?
Another question - We have dozens of users and will have hundreds of
users later. Is it possible create a generic invitation message and
save the message in some kind of file? This way, the team invitation
'utility' will automatically retrieve content from this file and we do
not have to manually copy/paste the content for each user? Thanks.
![](http://jazz.net/_images/myphoto/f6dc9b2dd3af41071b6d22f4999725c5.jpg)
I has been using IP address in the repo connection like "http://1.2.3.4/jazz". Setting ServletConfigurationService to a server name like myserver.ibm.com did not help. When inviting team members, I still see http://1.2.3.4/jazz/.....
Please notice that I did not use 'localhost' because I have more than one RTC instances on the same server.
Thanks.
Please notice that I did not use 'localhost' because I have more than one RTC instances on the same server.
Thanks.