|
From: Christian M. <chr...@ta...> - 2012-04-11 06:34:00
|
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 > |