atom feed19 messages in net.java.dev.glassfish.usersRe: Re: Glassfish 3.1 Admin
FromSent OnAttachments
for...@java.netMar 11, 2011 6:22 am 
for...@java.netMar 11, 2011 8:18 am 
Anissa LamMar 11, 2011 8:59 am 
for...@java.netMar 11, 2011 11:22 am 
for...@java.netMar 11, 2011 11:47 am 
Anissa LamMar 11, 2011 11:51 am 
Anissa LamMar 11, 2011 11:54 am 
Snjezana Sevo-ZenzerovicMar 11, 2011 12:03 pm 
for...@java.netMar 11, 2011 12:10 pm 
for...@java.netMar 11, 2011 1:12 pm 
for...@java.netMar 17, 2011 5:08 pm 
for...@java.netMar 17, 2011 8:34 pm 
Anissa LamMar 18, 2011 11:09 am 
for...@java.netMar 21, 2011 10:56 am 
for...@java.netMar 22, 2011 7:51 am 
for...@java.netMar 22, 2011 10:10 am 
John ClinganMar 22, 2011 10:15 am 
for...@java.netApr 18, 2013 3:13 pm 
for...@java.netMay 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']