Tuesday April 07, 2009
LOTD #19: Securing GlassFish Installation
Found great (old) blogs (part
1, part
2) by Masoud Kalali that discusses the different ways to
secure a GlassFish
installation.
Changing master password and admin console passwords (both web-based
and CLI) are two fairly trivial operations:
| /tmp/glassfish >./bin/asadmin
change-master-password Please enter the new master password>changeit2 Please enter the new master password again>changeit2 Master password changed for domain domain1 |
| /tmp/glassfish >./bin/asadmin
change-admin-password Please enter the old admin password>adminadmin Please enter the new admin password>adminadmin2 Please enter the new admin password again>adminadmin2 Updated .asadminpass file with new password. Command change-admin-password executed successfully. |
Posted by Arun Gupta in General | Comments[3]
|
|
|
|
|
Today's Page Hits: 1246
Total # blog entries: 1002