Why this command ask for username and password despite i use disable-secure-admin
?
C:\>asadmin --host localhost --port 4949 disable-secure-admin
Enter admin user name>
My objectif is to execute a command in another domain that have another port number.
Example :
C:\>asadmin --host localhost --port 4949 disable-secure-admin "My-Command"
I read this post i want to do the inverse : Glassfish 3.1.1 - How to enable secure admin for different domains?
Thank you.