I'm trying to install GlassFish v2 on my Macintosh. The installation instructions say that it should prompt for an admin password, but it doesn't, and now I can't log into the admin console on localhost:4848. And I can't change it with asadmin change-admin-password because it needs the old one. I think I installed GlassFish with NetBeans a few months ago and might have started it up once or twice, but I don't remember what password I used back then. Is there a command I can give or a file I can delete to make it forget that old password and prompt me for a new one?
feedback
|
migrated from serverfault.com Jul 18 '09 at 0:43
This question came from our site for system administrators and desktop support professionals.
|
The default password is built into the app, and at the risk of making unsecure apps even more unsecure. Default password is "adminadmin". | |||||||||||||
feedback
|
|
You can also create a new domain, set the admin password there to whatever you like and move the password files over to your original domain. Here's a blog post explaining the process: http://techteam.wordpress.com/2009/06/25/reset-glassfish-password/ | |||||
feedback
|