This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch jmx
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/jmx by this push:
new d33b74c fix win script error
d33b74c is described below
commit d33b74ce8e60c776f2cfa104c3d22d5ad9adc276
Author: xiangdong huang <[email protected]>
AuthorDate: Sun Apr 12 16:07:56 2020 +0800
fix win script error
---
server/src/assembly/resources/conf/iotdb-env.bat | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/server/src/assembly/resources/conf/iotdb-env.bat
b/server/src/assembly/resources/conf/iotdb-env.bat
index 8ec1313..1215967 100644
--- a/server/src/assembly/resources/conf/iotdb-env.bat
+++ b/server/src/assembly/resources/conf/iotdb-env.bat
@@ -18,13 +18,13 @@
@REM
@echo off
-#true or false
-#DO NOT FORGET TO MODIFY THE PASSWORD FOR SECURITY (%IOTDB_CONF%\jmx.password
and %{IOTDB_CONF%\jmx.access)
+@REM true or false
+@REM DO NOT FORGET TO MODIFY THE PASSWORD FOR SECURITY
(%IOTDB_CONF%\jmx.password and %{IOTDB_CONF%\jmx.access)
set JMX_LOCAL="true"
set JMX_PORT="31999"
-#only take effect when the jmx_local=false
-#You need to change this IP as a public IP if you want to remotely connect
IoTDB by JMX.
-# 0.0.0.0 is not allowed
+@REM only take effect when the jmx_local=false
+@REM You need to change this IP as a public IP if you want to remotely connect
IoTDB by JMX.
+@REM 0.0.0.0 is not allowed
set JMX_IP="127.0.0.1"
if %JMX_LOCAL% == "false" (