users@glassfish.java.net

Re: Re: Glassfish 3.1 Admin

From: <forums_at_java.net>
Date: Tue, 22 Mar 2011 09:51:26 -0500 (CDT)

Sucess !

On the Sun v440, I think I *may* have found the trick to get it to work. 
In the domain.xml file, I manually added the following JVM options:

<jvm-options>-Xmn1024m</jvm-options>   (added this parameter)
<jvm-options>-Xms4096m</jvm-options>   (added this parameter)
<jvm-options>-Xmx4096m</jvm-options>   (updated this parameter)
<jvm-options>-server</jvm-options>
<jvm-options>-d64</jvm-options>
<jvm-options>-XX:NewRatio=2</jvm-options>
<jvm-options>-XX:+UseParallelGC</jvm-options>
<jvm-options>-XX:+AggressiveOpts</jvm-options>

I removed : <jvm-options>-client</jvm-options>
I then started the server, went the the http://hostname.x.x:4848, signed in,
and was able to get all the way to the admin console.  Now, which line did
the trick, I'm not 100% sure.  Could have been the '-server' or the '-d64'
line.  I may try experimenting at some point, but I'm just glad to get the
console working.


--
[Message sent by forum member 'bob63']
View Post: http://forums.java.net/node/780458