I have a weblogic domain,
- I added some users to the default security realm (myrealm) with web console.
- Then I shutdown weblogic.
- And run an offline WLST script which readDomain(...) from this domain directory and created a template with writeTemplate(...) named template.jar
- Run another WLST script to create a new domain from template.jar
- I Startup new domain.
Then I found users in myrealm are missing. I am new to weblogic and WLST. It seems WLST did not export users/password to template? How can I make security realm users/password pre-configured with WLST? So I does not need to create many users/password by manual?