dev@glassfish.java.net

Re: How to tell if running in GF server JVM?

From: Cheng Fang <cheng.fang_at_oracle.com>
Date: Wed, 30 Jun 2010 22:10:12 -0400

Thanks, Byron. Are the same set of sysprops also available in GlassFish
embedded? For my purpose, I also consider GF embedded as a server
environment.

-cheng

On 6/30/10 1:57 PM, Byron Nevins wrote:
> one simple inelegant possibility --
> Take a look at the output of "asadmin generate-jvm-report" and pick a
> system property or three that the server always sets and that clients
> wouldn't set.
>
> On 6/30/2010 10:47 AM, Cheng Fang wrote:
>>
>> I have a GlassFish utility class (not a component or service) that
>> may need to do things a little differently depends on its execution
>> environment.
>>
>> Is there a way to tell whether a class is currently running inside GF
>> server JVM, or in the client-side as a referenced library?
>>
>> Thanks,
>> -cheng
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>