I have installed glassfish in ubuntu 12.04 from below: (the first one)
http://glassfish.java.net/public/downloadsindex.html#top
I have user-admin and password-admin for administrator and installation directory is root/glassfish
After installing it started the deafult domain automatically so I see the admin login page when I type "http://localhost:4848/" in the browser. I am able to login also with above user and password.
In the quick-start guide it says following to start the server
as-install/bin/asadmin start-domain
to stop:
as-install/bin/asadmin stop-domain
I tried to start and stop to glassfish like that.
1) I moved to usr/local/glassfish3.1.2.2/bin directory and then I type folllowing:
asadmin start-domain but it gives me following:
No command 'asadmin' found, did you mean: Command 'amadmin' from package 'amanda-server' (universe) asadmin: command not found
I get same when I try to stop it by as-admin stop-domain
**May be I have misunderstood the instructions to start and stop the server.
Could someone please tell me what am I doing wrong here ?**