bloritsch 01/10/24 10:13:45 Modified: bin jmeter.properties Log: Add support to print out debug messages. Revision Changes Path 1.30 +3 -2 jakarta-jmeter/bin/jmeter.properties Index: jmeter.properties =================================================================== RCS file: /home/cvs/jakarta-jmeter/bin/jmeter.properties,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- jmeter.properties 2001/10/24 16:23:33 1.29 +++ jmeter.properties 2001/10/24 17:13:44 1.30 @@ -27,8 +27,9 @@ #ssl.pkgs=iaik.protocol #Flag for whether to output debug messages to System.err -#To enable it, set the value to "true" -debug.ssl=false +#To enable it, set the value to "all" Note, for it to work with +#JSSE, it needs to be done from the Java command (i.e. -Djavax.net.debug=all) +javax.net.debug=all #Classname of the Swing default UI #Installed Look and Feel classes on Windows are:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
