dev@glassfish.java.net

Re: JVM arguments

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Thu, 12 Oct 2006 09:14:54 -0700

I think we should promote it to a full-fledged Attribute,not just a
property, which is obscure. Then it could be described and seen
directly in AMX javadoc.

Lloyd

On Oct 11, 2006, at 10:07 AM, Jean-Francois Arcand wrote:

>
>
> Binod wrote:
>> JF,
>> Are you planning to move this port configuration to somewhere
>> visible (domain.xml)
>
> Not for 9.1 IMO, because it will requires IMO too many things to
> changes (adding it to domain.xml, supporting it in admin-gui,
> etc.). I will just make sure they turn AsyncStartup off when using
> mod_jk.
>
> For sure we will need to improve support as it is becoming very
> popular those days.
>
> -- Jeanfrancois
>
>> - Binod
>>> Hi Martyn,
>>>
>>> add:
>>>
>>> <jvm-options>-Dcom.sun.enterprise.server.ss.ASQuickStartup=false</
>>> jvm-options>
>>>
>>> and it will works. That's because the listener hasn't been
>>> started when AsyncStartup is enabled. Something I need to work
>>> with Binod to make it work.
>>>
>>> Thanks
>>>
>>> -- Jeanfrancois
>>>
>>> Martyn wrote:
>>>
>>>> Hi
>>>> I am using apache with glassfish and in the JVM settings I have set
>>>> -Dcom.sun.enterprise.web.connector.enableJK=8009. The problem I
>>>> have is when
>>>> I first boot the machine and then make a call to a JSP page I
>>>> get the
>>>> following message: Service Temporarily Unavailable. Now if I
>>>> first call
>>>> http://localhost:4848/ for the admin GUI, then try a JSP page
>>>> the page
>>>> displays fine. I have checked in the domain.xml file to make
>>>> sure the JVM
>>>> argument has registered and this is fine.
>>>> When looking in the logs I do not see anything about the server
>>>> listening on
>>>> port 8009 until I call up the admin GUI then check the logs
>>>> again and sure
>>>> enough it is there. Have I done this incorrectly or how do I
>>>> make this JVM
>>>> setting work without first having to call the admin GUI?
>>>> Thank you Martyn.
>>>>
>>>> -------------------------------------------------------------------
>>>> --
>>>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>