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


Comments

Popular posts from this blog

What is Oracle Integration Cloud Service - ICS?

How to Create Packages in Oracle Database using TOAD for Oracle

How to create a Simple Scheduler Job in Oracle Database using Toad