I'm trying to start glassfish from eclipse luna but I have this error
Unable to start server due following issues:
java.io.FileNotFoundException: null/config/domain.xml (file or directory does not exist)
Glassfish works correctly if I start it with command
sudo ./asadmin start-domain domain1
from the shell.
How can I achieve the same result without going always through the terminal?