How to Start Oracle GlassFish Application Server Domain
To start GlassFish, change the directory to [glassfish installation directory]/glassfishv3/bin on command prompt and execute the following command:
# asadmin start-domain domainname
I have configured domain1 as domain name and in my case above command change to:
# asadmin start-domain domain1
A few seconds after executing the previous command for domain domain1, we should see a message 'Command start-domain executed successfully' at the bottom of the command prompt.
Open web browser, type the following URL in the browser's location text field and check Oracle GlassFish Application Server status.
http://localhost:8080
# asadmin start-domain domainname
I have configured domain1 as domain name and in my case above command change to:
# asadmin start-domain domain1
A few seconds after executing the previous command for domain domain1, we should see a message 'Command start-domain executed successfully' at the bottom of the command prompt.
Open web browser, type the following URL in the browser's location text field and check Oracle GlassFish Application Server status.
http://localhost:8080
Comments
Post a Comment