Here's the glassfish directory contents when I did the jar -Xmx256m -jar
glassfish....jar
i.e no bin directory
3RD-PARTY-LICENSE.txt docs registry.xml
CDDLGPLHeader.txt imq release-notes.html
CDDLv1.0.txt javadb samples
COPYRIGHT jbi setup-cluster.xml
LICENSE.txt lib setup.xml
META-INF passfile updatecenter
build.properties registry.properties
Now,
cd glassfish
chmod -R +x lib/ant/bin
./lib/ant/bin/ant -f setup-cluster.xml (or if you only want a single
instance without cluster support ./lib/ant/bin/ant -f setup.xml)
Here are the directory contents in my setup once the above is executed
(now you see the bin directory) :
3RD-PARTY-LICENSE.txt config registry.xml
CDDLGPLHeader.txt docs release-notes.html
CDDLv1.0.txt domains samples
COPYRIGHT imq setup-cluster.xml
LICENSE.txt javadb setup.xml
META-INF jbi updatecenter
bin lib
build.properties registry.properties
The above steps are documented in the download page. Could you confirm
that you have followed the above steps?
To start the domain after this, cd to the bin directory and issue
./asadmin start-domain
Hope this is helpful.
Shreedhar
On 5/8/10 7:50 PM, glassfish_at_javadesktop.org wrote:
> I wish it were that simple.
>
> After I execute the first step and unbundle the distribution, when I go into the glassfish directory, there is no bin.
>
> Can anyone verify the MD5 digest for a known good copy of glassfish-installer-v2.1.1-b31g-linux.jar.
>
> Mine is 66515297 bytes with an MD5 of 9e697c9a3cd537e90496602ee4fd7213
> [Message sent by forum member 'jrosen']
>
> http://forums.java.net/jive/thread.jspa?messageID=469044
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>