It's all about the answers!

Ask a question

Web UI redirects to hostname


sébastien etter (21687) | asked Mar 18 '08, 4:12 a.m.
I have a server hosted by gandi.net (Ubuntu 7.10, same problem with CentOS5) : http://www.gandi.net/hosting/proposal/

* Linux 2.6.18-xenU #1 SMP
* Processor: 1/64th of a Quadri Dual-Core AMD
* RAM: 256 MB guaranteed + 512 MB of Swap
* Type of disk: RAID6

Jazz Team Server 0.6 M5a installed

Steps :

It's a default installation, i just run ./server.startup
When i try to access to the Web UI via : https://www.domain.com:9443/jazz or via https://xxx.xxx.xxx.xxx:9443/jazz , it redirects me to the machine hostname https://titan:9443/jazz and so it doesn't work !

Team Concert cannot connect to the server

I know that my server's specification are maybe too low but a previous release(M4) ran perfectly ! So is it a performance problem or else, like a problem of hostname resolution

2 answers



permanent link
sébastien etter (21687) | answered Mar 19 '08, 5:20 p.m.
I found the solution, it was in the teamserver.properties(I have never look into this file before)

I edit /jazz/server/teamserver.properties

and uncomment parameter "com.ibm.team.repository.server.repourl.hostname" with my domain name

com.ibm.team.repository.server.repourl.hostname = www.domain.com

start the server and it works perfectly.

permanent link
Joan Touzet (11) | answered Jan 28 '09, 1:27 p.m.
Thank you for this tip! I was running into the exact same problem under Fedora 7, RTC 1.0.1.

This parameter seems to have disappeared from the teamserver.properties template, but if you add it back in, it works fine. Note that I didn't include any spaces around the equals sign, to match the syntax of other lines in the file.

Your answer


Register or to post your answer.