This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from c001966 Merge branch 'master' of github.com:apache/incubator-iotdb
add 5715799 add default jmx user and password; fix issues that jmx can
not be accessed remotely
add 5a28bf2 fix typos in docs
add d4f1bd7 replace tab to space in iotdb-env.sh
add 01d2e8c let win supports jmx authorization
new 164df75 Merge branch 'jmx'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/UserGuide/3-Server/4-Config Manual.md | 47 +++++++++++++-------
server/src/assembly/resources/conf/iotdb-env.bat | 30 ++++++++++---
server/src/assembly/resources/conf/iotdb-env.sh | 30 ++++++++++---
server/src/assembly/resources/conf/jmx.access | 3 ++
server/src/assembly/resources/conf/jmx.password | 3 ++
.../org/apache/iotdb/db/conf/IoTDBConstant.java | 10 ++---
.../org/apache/iotdb/db/service/JMXService.java | 50 ++--------------------
.../org/apache/iotdb/db/service/StartupChecks.java | 9 +---
.../apache/iotdb/db/utils/EnvironmentUtils.java | 1 -
9 files changed, 92 insertions(+), 91 deletions(-)
create mode 100644 server/src/assembly/resources/conf/jmx.access
create mode 100644 server/src/assembly/resources/conf/jmx.password