It's all about the answers!

Ask a question

Login link in M9 Jazz web UI not working?


Kelvin Low (16321) | asked Jan 19 '07, 9:25 p.m.
JAZZ DEVELOPER
Hi,

I ran the Jazz server web application on a local machine and found that
the"Login" link is broken. It points to "localhost:null/jazz/web" which
displays a page not found error. How can I fix it and log in as someone
other than "Guest"?

Regards,
Kelvin

One answer



permanent link
Richard Backhouse (6661) | answered Jan 22 '07, 10:25 a.m.
JAZZ DEVELOPER
Kelvin,

You need to set the HTTP and HTTPS ports in the teamserver.properties
file that the server is using :

com.ibm.team.repository.server.repourl.port.http = 8080
com.ibm.team.repository.server.repourl.port.https = 8443

You will also have to setup an HTTPS port in your appserver along with
enabling some form of authetication. The Jazz WebApp requires users as
associated with a security-role called "jazzusers".

You don't say what appserver you are using. If it is Tomcat I can
provide more detailed information on setting up authentication and SSL.

Richard

Kelvin Low wrote:
Hi,

I ran the Jazz server web application on a local machine and found that
the"Login" link is broken. It points to "localhost:null/jazz/web" which
displays a page not found error. How can I fix it and log in as someone
other than "Guest"?

Regards,
Kelvin


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.