Login link in M9 Jazz web UI not working?
One answer
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:
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