mywgl commented on issue #3001:
URL: https://github.com/apache/hugegraph/issues/3001#issuecomment-4303983508
@bitflicker64
最新的master分支中打包出来的安装包,在start-hugegraph.sh脚本中确实是有调用这个check_port函数的下面是这个脚本中的部分代码,具体是在脚本中第81行中调用该函数的:
GREMLIN_SERVER_URL=$(read_property "$CONF/rest-server.properties"
"gremlinserver.url")
GREMLIN_SERVER_URL=$(read_property "$CONF/rest-server.properties"
"gremlinserver.url")
if [ -z "$GREMLIN_SERVER_URL" ]; then
GREMLIN_SERVER_URL="http://127.0.0.1:8182"
fi
REST_SERVER_URL=$(read_property "$CONF/rest-server.properties"
"restserver.url")
check_port "$GREMLIN_SERVER_URL"
check_port "$REST_SERVER_URL"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]