LKBEN11168: Howto start a glassfish server on Kubuntu with asadmin


Symptom

You need to start glassfish by hand, or want to start a certain domain

Cause

none

Solution

You do not want to always start the java application server by system startup

To start the glassfish java application server you need to use a sudo command. The following command will start your domain1.

sudo ./asadmin start-domain domain1

Please note to start the command from the installation directory. On a Kubuntu system this is /usr/share/glassfishv2/bin by default. To know which domains you have for starting you can use the following command:

sudo ./asadmin list-domains

This command tells you which domains you have and if they are started. When a domain is running, you can deploy java applications (jar, war, ear) with the netbeans IDE and run them on the fly.

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.