Jazz Team Server Login doesn't work
I have installed QM and Jazz server. I have started the Jazz Server and then I try the Express setup for the default Tomcat User Registry.
1) Start login with Web browser: https://localhost:9443/jts/setup
2) jazz team server login page appears
3) I type ADMIN in User ID and Password fields.
4) After I click Log in, I get HTTP Status 404
Please can somebody help me.
2 answers
In the past I've seen 404 errors like that when the WAR files aren't deployed correctly (e.g. Tomcat is shutdown while deploying them).
If this is the case you can solve it by deleting all of the folders (not .war files) under <jazz-home>\server\tomcat\webapps and also the <jazz-home>\server\tomcat\work directory.
Comments
Bo Chulindra
JAZZ DEVELOPER Mar 01 '13, 4:39 p.m.I agree with Max, check your JTS/QM logs and your Tomcat logs for errors. For help locating the JTS/QM logs, see http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.rational.clm.doc%2Ftopics%2Fc_logfiles_loc.html.
The Tomcat logs are in server/tomcat/logs.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 04 '13, 5:20 a.m.404 is a not found error. I have seen Tomcat failing with deploying the WAR files. As Jared pointed out try to force a redeploy. If you could provide more information from the logs, we might be able to help with more specific suggestions.