I'm trying to start my local domain from a command line, for some reason my domain was created in a different location so I tried the following command to start the domain:
C:\Program Files (x86)\glassfish4\glassfish\bin>asadmin start-domain C:\Users\Abraham\personal_domain
but it doesn't work, I got the following error:
There is no such domain directory:
C:\Program Files (x86)\glassfish4\glassfish\domains\C:\Users\Abraham\personal_domain Command start-domain failed.
Do I have to add another attribute in the command?, What am I missing?
From NetBeans, it runs fine and I can access to my application but I want to be able to start it from command line