Upgrade 5.0.2 to 6.0.1
On 5.0.2 I had a user that was JazzAdmin. When I setup it the default ADMIN user was disabled. So, every operation was done with JazzAdmin user.
I saw an article that is possible to activate ADMIN user, but it only works with tomcat. I saw that 6.0.1 is not using tomcat as default application server.
What can I do with it?
One answer
Hi,
I have not tried to re-enable the ADMIN user yet but it looks like equivalent of Tomcat's tomcat-users.xml is basicUserRegistry.xml in \server\liberty\servers\clm\conf of your installation directory.
You should see something like this:
<group name="JazzAdmins">
<member name="clmuser"/>
</group>
where clmuser is the JazzAdmin account I created during JTS setup.
So I will try adding <member name="ADMIN"/> to the JazzAdmins group (after making a back-up of basicUserRegistry.xml)
Thanks,
Brett
I have not tried to re-enable the ADMIN user yet but it looks like equivalent of Tomcat's tomcat-users.xml is basicUserRegistry.xml in \server\liberty\servers\clm\conf of your installation directory.
You should see something like this:
<group name="JazzAdmins">
<member name="clmuser"/>
</group>
where clmuser is the JazzAdmin account I created during JTS setup.
So I will try adding <member name="ADMIN"/> to the JazzAdmins group (after making a back-up of basicUserRegistry.xml)
Thanks,
Brett