| From | Sent On | Attachments |
|---|---|---|
| for...@java.net | Mar 11, 2011 6:22 am | |
| for...@java.net | Mar 11, 2011 8:18 am | |
| Anissa Lam | Mar 11, 2011 8:59 am | |
| for...@java.net | Mar 11, 2011 11:22 am | |
| for...@java.net | Mar 11, 2011 11:47 am | |
| Anissa Lam | Mar 11, 2011 11:51 am | |
| Anissa Lam | Mar 11, 2011 11:54 am | |
| Snjezana Sevo-Zenzerovic | Mar 11, 2011 12:03 pm | |
| for...@java.net | Mar 11, 2011 12:10 pm | |
| for...@java.net | Mar 11, 2011 1:12 pm | |
| for...@java.net | Mar 17, 2011 5:08 pm | |
| for...@java.net | Mar 17, 2011 8:34 pm | |
| Anissa Lam | Mar 18, 2011 11:09 am | |
| for...@java.net | Mar 21, 2011 10:56 am | |
| for...@java.net | Mar 22, 2011 7:51 am | |
| for...@java.net | Mar 22, 2011 10:10 am | |
| John Clingan | Mar 22, 2011 10:15 am | |
| for...@java.net | Apr 18, 2013 3:13 pm | |
| for...@java.net | May 6, 2013 9:10 am |
| Subject: | Re: Re: Glassfish 3.1 Admin | |
|---|---|---|
| From: | for...@java.net (for...@java.net) | |
| Date: | Mar 22, 2011 7:51:03 am | |
| List: | net.java.dev.glassfish.users | |
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





