You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by sidhik <si...@sigmainfo.net> on 2008/02/21 14:03:28 UTC

JVM args

Hi
I have to set JVM args in Jmeter batch file that is 
JVM_ARGS=-Djmagick.systemclassloader=no
at which place i need to write.

Any Clues..

BestRegards
sidhikaran


-- 
View this message in context: http://www.nabble.com/JVM-args-tp15610850p15610850.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: JVM args

Posted by sidhik <si...@sigmainfo.net>.
As u had suggested , i had tried out in this many ways..

1.)
%JM_START% %JM_LAUNCH% %JVM_ARGS% %ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar"  
"%JVM_ARGS%-Djmagick.systemclassloader=no" %JMETER_CMD_LINE_ARGS%

2.)
%JM_START% %JM_LAUNCH% %JVM_ARGS% %ARGS% -jar -Djmagick.systemclassloader=no
 "%JMETER_BIN%ApacheJMeter.jar"               %JMETER_CMD_LINE_ARGS%




In jmeter.bat file it starts ApacheJMeter.jar with -jar option you can
pass your argument with this command


%JM_START% %JM_LAUNCH% %JVM_ARGS% %ARGS% -jar
"%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS%


or you can set  [ Environment variables that can be defined externally,
JVM_ARGS] which is commended in the same file




-----Original Message-----
From: sidhik [mailto:sidhikaran.c@sigmainfo.net]



Sent: Thursday, February 21, 2008 6:33 PM
To: jmeter-user@jakarta.apache.org
Subject: JVM args




Hi
I have to set JVM args in Jmeter batch file that is

JVM_ARGS=-Djmagick.systemclassloader=no
at which place i need to write.


Any Clues..


BestRegards
sidhikaran




--

View this message in context:
http://www.nabble.com/JVM-args-tp15610850p15610850.html
Sent from the JMeter - User mailing list archive at Nabble.com.




---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org








This email message and its attachments may contain CONFIDENTIAL AND
PRIVILEGED INFORMATION intended for the sole use of the addressee(s). If you
have received it in error, please contact the sender by return email, notify
your system manager and destroy the original message and any copies thereof.
Any review, use, disclosure or distribution is unlawful. Please check this
email and any attachments for the presence of viruses. The Company accepts
no  liability for any damage caused by any virus transmitted by this email.
The views or opinions presented in this e-mail are solely those of the
author and do not necessarily represent those of the company.
The Company reserves the right to monitor, review and store the content of
all messages sent to or from this e-mail address.


www.aztecsoft.com


-- 
View this message in context: http://www.nabble.com/JVM-args-tp15610850p15628365.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org