On Mon, Jun 07, 2004 at 12:05:11PM +0100, Euan Guttridge wrote:
: Thanks, that works - but I don't understand why. What was wrong with using
: an environment variable?

It's the same reason ${catalina.home} doesn't evaluate to anything on
the commandline: they're different, separate environments.

Properties are expanded within the JVM (loosely speaking), environment
variables are expanded within the shell.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to