Configuration elements that are migrated from tomcat-users elements
The tool migrates
tomcat-users
elements
from the Tomcat
tomcat-users.xml
file or a user-defined
file with
tomcat-users
elements to the WebSphere Application Server Liberty
migratedConfig/
[tomcat-users-file]
_users-and-roles.xml
file, where
tomcat-users-file
is the name of
the source Tomcat file.
| Tomcat configuration element | Liberty configuration element | Migrated attributes Tomcat attribute = Liberty attribute |
|---|---|---|
| tomcat-users/role | basicRegistry/group | rolename = name |
| tomcat-users/user | basicRegistry/user | username = name |
| password = password (hash encoded using the securityUtility command) | ||
|
roles = group/member[@name]
A group member is created for each role. |