2
I lost the password of the Glassfish admin account, how should I proceed? To update the password I need the old password, which I lost. It has to work directly on the files to reset?
2
I lost the password of the Glassfish admin account, how should I proceed? To update the password I need the old password, which I lost. It has to work directly on the files to reset?
2
The only way I have found to date is by changing the configuration file called admin-keyfile
which gets into:
$GLASSFISH_HOME$\glassfish\domains\domain1\config\admin-keyfile
Remove the content (or just comment on the content), replacing it with the one below:
admin;{SSHA}WQVj8i9CLECCiv+w6ZxGgMrcfPqHPoXZW+2Jdw==;asadmin
With this, the password will be reset to the default, which is not having password.
Browser other questions tagged glassfish
You are not signed in. Login or sign up in order to post.
This link resolves? https://documentacao.senior.com.br/bancodesolucoes/acesso-security/5091.htm
– user60252