This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch 0.9-jmx
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/0.9-jmx by this push:
new 672a990 fix win script error
672a990 is described below
commit 672a99028113ab15c54eef70c54614607fdfc447
Author: xiangdong huang <[email protected]>
AuthorDate: Sun Apr 12 16:08:33 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 78339d3..42e132e 100644
--- a/server/src/assembly/resources/conf/iotdb-env.bat
+++ b/server/src/assembly/resources/conf/iotdb-env.bat
@@ -19,13 +19,13 @@
@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" (