dev@glassfish.java.net

Re: user.home location???

From: Charles Wesley <Charles.Wesley_at_Sun.COM>
Date: Mon, 16 Jun 2008 16:21:14 -0400

Michael,

No I have not personally done it. "user.home" would correspond to the
home directory of the runtime user for the web container instance (e.g.
if the web container instance is running as root, then "user.home" would
be "/").

thanks,

Charles

Michael Teger wrote:
> Thx. Charles. I'm integrating Fedlet into SP app and vica versa based
> on Fedlet README. I need location of user.home for one step. Have you
> done this before?
>
> michael
>
>
> Charles Wesley wrote:
>>
>> Michael,
>>
>> "user.home" is a system property not a JVM option. It corresponds to
>> your home directory. See
>> http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getProperties().
>> What are you trying to do?
>>
>> Thanks,
>>
>> Charles
>>
>> Michael Teger wrote:
>>>
>>>
>>> In what file is the jvm option user.home located? I can't find it in
>>> the domain.xml in my install.
>>>
>>> thanks
>>> michael
>>>
>>>
>>
>