> -----Original Message-----
> From: Andrew Chapman [mailto:[EMAIL PROTECTED]
> Sent: 07 January 2004 16:58
> To: [EMAIL PROTECTED]
> Subject: RE: How to change context root in generic manner?
> Mike,
> 
> I found this tricky to do but here's some notes I made yesterday...
> 

Feel free to update the JMeter FAQ!

> (NOTE: -D seems to be interchangeable with -J on the GUI command line).

Sort of.

-D sets a system property
-J sets a JMeter property.

The ${__property()} function reads JMeter properties.
JMeter properties default to system properties (if the property is not set
as a JMeter property, the system properties list is checked).
[So __property() can read java.version for example.]

The behaviour of some Java library routines can be modified by defining
system properties. In this case -D must be used, otherwise it is safer to
use -J.

S.

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

Reply via email to