|
From: Matthew A. <ma...@ma...> - 2012-04-11 11:24:48
|
Ok. That's what I was afraid of. I entered an enhancement request for a portable configuration property "wrapper.user.home": https://sourceforge.net/tracker/?func=detail&aid=3516822&group_id=39428&atid=425190 BTW, for Windows, you'd need "%HOMEDRIVE%%HOMEPATH%". Thanks, Matthew On Wed, Apr 11, 2012 at 1:25 AM, Christian Mueller <chr...@ta...> wrote: > Hello Matthew, > > there is currently no direct Wrapper-specific environment variable for > referring to the user's home directory. > > On Windows, you could use the HOMEPATH environment variable, for instance: > wrapper.java.classpath.1=%HOMEPATH%\somejar.jar > > On Unix platforms you can do the same with the HOME platform. > wrapper.java.classpath.1=%HOME%\somejar.jar > > Hope this information helps you out. > > Best Regards, > Christian Mueller > Tanuki Software, Ltd. > > > On Wed, Apr 11, 2012 at 5:42 AM, Matthew Adams <ma...@ma...> > wrote: >> >> I see the property "wrapper.working.dir", but that's not what I need. >> I need the equivalent of Java's "user.home" property. How do I refer >> to the user's home directory in wrapper.conf? >> >> Thanks, >> Matthew >> >> -- >> @matthewadams12 >> mailto:ma...@ma... >> skype:matthewadams12 >> yahoo:matthewadams >> aol:matthewadams12 >> google-talk:mat...@gm... >> msn:ma...@ma... >> http://matthewadams.me >> http://www.linkedin.com/in/matthewadams >> >> >> ------------------------------------------------------------------------------ >> Better than sec? Nothing is better than sec when it comes to >> monitoring Big Data applications. Try Boundary one-second >> resolution app monitoring today. Free. >> http://p.sf.net/sfu/Boundary-dev2dev >> _______________________________________________ >> Wrapper-user mailing list >> Wra...@li... >> https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > -- @matthewadams12 mailto:ma...@ma... skype:matthewadams12 yahoo:matthewadams aol:matthewadams12 google-talk:mat...@gm... msn:ma...@ma... http://matthewadams.me http://www.linkedin.com/in/matthewadams |