I have a glassfish server runing. it has 3 different domains - d1,d2, and d3. now when I try to run asadmin enable-secure-admin command, how to i specify which domain i want to enable?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
You must specify the port the DAS (Domain Administration Server) is running on. For example:
Of course, this assumes the ports are for d1, d2, and d3 respectively. Hope this helps. |
|||||||
|
|
Before being able to enable Security, You might be prompted with a message saying your admin password is empty and cannot enable security. To solve the problem: Change the password of admin this way:
It will prompt you with user, type "admin", admin password, retype admin password Once this is done, enable the security with the following command:
This should fix the problem. |
|||
|
|
enable-secure-admin? and are each domains, d1,d2 &d3 stand alone (DAS) ? – ring bearer Dec 23 '11 at 17:55