How to retrieve the admin user id and password of Jazz team server . I installed in the previous month and now has no info of it
Initially on the installation there was a admin user and password ADMIN but now it is not working.
|
Accepted answer
I just made it in a local server using Libert profile as webserver.
To re-enable the default ADMIN access:
1. Stop the Jazz Team Server
2. Go to <server_install_dir>\server\conf\jts directory
3. Edit the file: teamserver.properties
4. Change the property:
com.ibm.team.repository.ws.allow.admin.access=false
to:
com.ibm.team.repository.ws.allow.admin.access=true
5. Save the change
Under <server_install_dir>\server\liberty\servers\clm\conf directory, look for a file named basicUserRegistry.xml, and edit the file, then insert the ADMIN user on JazzAdmins group and save.
<group name="JazzAdmins">
<member name="ADMIN"/>
Start the CLM server and login using your ADMIN acount. (ADMIN/ADMIN)
Ralph Schoon selected this answer as the correct answer
|
2 other answers
Hi Ashish,
which application server are you using ? If it's Tomcat, you might want to have a look at this TechNote : http://www-01.ibm.com/support/docview.wss?uid=swg21314276 Stephane Jazz Jumpstart |
by default ADMIN/ADMIN is the user password. It often gets disabled during setup and you essentially creates your own admin user and corresponding password. You no longer should be able to login using ADMIN as it is disabled. I would advice you to work with support to recover the admin user id which you created during setup.
|
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.