users@glassfish.java.net

Re: Problems installing Glassfish on Ubuntu

From: Gabor Szokoli <szocske_at_gmail.com>
Date: Wed, 19 Dec 2007 17:27:02 +0100

On Dec 19, 2007 3:33 AM, <glassfish_at_javadesktop.org> wrote:
> If I start from a clean ubuntu machine with no Glassfish installations, after I install Glassfish using the jar file (rather than apt-get) the only file on the entire disk named "asadmin" is the one under /glassfish/bin. When I try go to the directory and try to execute a command such as "asadmin start-domain domain1" it tells me asadmin is not installed.

Excuse me if this is too obvious, but "./" might not be on your path:
try to run
./asadmin
or
/glassfish/bin/asadmin

We had multiple versions of glassfish running on the two most recent
versions of Ubuntu without problems. I personally prefer to install
manually, others here use aptitude.


Gabor Szokoli