Tomcat user register read-only: CRJAZ1551E
![]()
I am installing RTC 3.0.1 with DB2 9.7 and WAS 7.0.0.25 but when I am on step 6 of setup (Configure register of user), I get this error message:
The server cannot create any user because external user register is read-only CRJAZ0855I I try use the user database of Tomcat. And I did it other times, but never I got this issue. |
2 answers
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Nov 29 '12, 6:00 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Francisco,
as opposed to Tomcat, WAS does not have a user database that the Jazz applications can write to. If you use WAS, you have these options:
You have to create the users before you can use them in Jazz. I would suggest using LDAP because the local WAS realm adds too much work. See https://jazz.net/library/article/662 which mentions a free LDAP solution from Apache if you don't have an LDAP or Active Directory already.
|
![]()
I am installing LDAP now. Anyway, I seem to remeber that once I installed RTC on WAS using Tomcat Users Database.
In addition, the error says "user register is read-only", then it has to be something about permissions that suggests me. But I am installing it on Windows Server 2008 and I changed the permissions for tomcat folder within JazzTeamServer path but nothing happened. |