Lost Tomcat managed User directory
After an upgrade to GA, the following happened:
1) My repository is intact (DB2) and it sees all of our users (~25)
2) There are no USERs in the system user directory other than ADMIN.
How do I recreate, export, synchronize -- whatever the user information. Now no users can login. I also can't update any capabilities on the repository managed users since they "don't exist" in the external user directory.
1) My repository is intact (DB2) and it sees all of our users (~25)
2) There are no USERs in the system user directory other than ADMIN.
How do I recreate, export, synchronize -- whatever the user information. Now no users can login. I also can't update any capabilities on the repository managed users since they "don't exist" in the external user directory.
One answer
The tomcat user database is maintained in
{Jazz-Install-Dir}/jazz/server/tomcat/conf/tomcat-users.xml file.
If you have the backup of the old server installation, you can copy
{Old-Jazz-Installation-Dir}/jazz/server/tomcat/conf/tomcat-users.xml to
{New-Jazz-Installation-Dir}/jazz/server/tomcat/conf folder to retrieve the
tomcat user database.
--- Balaji
"glcraig" <glcraig> wrote in message
news:g5quv3$6gn$1@localhost.localdomain...
{Jazz-Install-Dir}/jazz/server/tomcat/conf/tomcat-users.xml file.
If you have the backup of the old server installation, you can copy
{Old-Jazz-Installation-Dir}/jazz/server/tomcat/conf/tomcat-users.xml to
{New-Jazz-Installation-Dir}/jazz/server/tomcat/conf folder to retrieve the
tomcat user database.
--- Balaji
"glcraig" <glcraig> wrote in message
news:g5quv3$6gn$1@localhost.localdomain...
After an upgrade to GA, the following happened:
1) My repository is intact (DB2) and it sees all of our users (~25)
2) There are no USERs in the system user directory other than ADMIN.
How do I recreate, export, synchronize -- whatever the user
information. Now no users can login. I also can't update any
capabilities on the repository managed users since they "don't
exist" in the external user directory.