alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

JMeter example source code file (system.properties)

This example JMeter source code file (system.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - JMeter tags/keywords

apache, asf, jdk, license, license, location, see, see, ssl, ssl, sun, the, the, you

The JMeter system.properties source code

# Sample system.properties file
#
##   Licensed to the Apache Software Foundation (ASF) under one or more
##   contributor license agreements.  See the NOTICE file distributed with
##   this work for additional information regarding copyright ownership.
##   The ASF licenses this file to You under the Apache License, Version 2.0
##   (the "License"); you may not use this file except in compliance with
##   the License.  You may obtain a copy of the License at
## 
##       http://www.apache.org/licenses/LICENSE-2.0
## 
##   Unless required by applicable law or agreed to in writing, software
##   distributed under the License is distributed on an "AS IS" BASIS,
##   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
##   See the License for the specific language governing permissions and
##   limitations under the License.
#
# For details of Sun Java network properties, see for example:
# http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
#
#java.net.preferIPv4Stack=false
#java.net.preferIPv6Addresses=false
#networkaddress.cache.ttl=-1
#networkaddress.cache.negative.ttl=10
#
#
# SSL properties (moved from jmeter.properties)

# Location of the truststore (trusted certificates)
#javax.net.ssl.trustStore=/path/to/cacerts

# Location of the keystore
#javax.net.ssl.keyStore=.keystore
#
#The password to your keystore
#javax.net.ssl.keyStorePassword=changeit

# SSL debugging:
# See docs/guide/security/jsse/JSSERefGuide.html#Debug in the appropiate JDK docs
#
# javax.net.debug=help - generates the list below:
#all            turn on all debugging
#ssl            turn on ssl debugging
#
#The following can be used with ssl:
#        record       enable per-record tracing
#        handshake    print each handshake message
#        keygen       print key generation data
#        session      print session activity
#        defaultctx   print default SSL initialization
#        sslctx       print SSLContext tracing
#        sessioncache print session cache tracing
#        keymanager   print key manager tracing
#        trustmanager print trust manager tracing
#
#        handshake debugging can be widened with:
#        data         hex dump of each handshake message
#        verbose      verbose handshake message printing
#
#        record debugging can be widened with:
#        plaintext    hex dump of record plaintext
#
#javax.net.debug=ssl
#

Other JMeter examples (source code examples)

Here is a short list of links related to this JMeter system.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.