Migrating from TOMCAT to WAS
Hi all.
We have an RTC 1.0.1 production environment in place, based on Windows/Tomcat/DB2. Now, we're planning the migration to 2.0 based on AIX/WAS/DB2.
Testing to validate the migration process, we're facing problems to connect on new environment after the data was migrated. The following message is displayed when we try to access the admin interface (https://myserver:9443/jazz/admin):You are not authorized to access Jazz Team Server Admin UI
This message is displayed before the login page.
In the 1.0 environment, the access control list is based on TOMCAT User Registry, but for the 2.0/WAS environment the ACL is LDAP based.
How to solve this issue?
We have an RTC 1.0.1 production environment in place, based on Windows/Tomcat/DB2. Now, we're planning the migration to 2.0 based on AIX/WAS/DB2.
Testing to validate the migration process, we're facing problems to connect on new environment after the data was migrated. The following message is displayed when we try to access the admin interface (https://myserver:9443/jazz/admin):
This message is displayed before the login page.
In the 1.0 environment, the access control list is based on TOMCAT User Registry, but for the 2.0/WAS environment the ACL is LDAP based.
How to solve this issue?
3 answers
in WAS make sure under your jazz application you set the ldap groups or users in
Security role to user/group mapping
Follow my WAS configuration. The only one user mapped for JazzAdmins Role is mine. Is this enough?
Thanks in advance.