我在虚拟机中安装了nifi-1.16.2虚拟机的ip是192.168.1.115,我的机器用来连接nifi can ping到192.168.1.115
我改变了nifi.properties
nifi.web.https.host=192.168.1.115
nifi.web.https.port=9102然后我用"sh nifi.sh start“启动nifi。
现在我的机器可以使用"telnet 192.168.1.115 9102",但我不能使用浏览器访问网址"192.168.1.115:9102/nifi“。
发布于 2022-09-20 10:37:40
在conf/bootstrap.conf中,尝试将当前操作系统用户设置为run.as变量。这能帮我连接。
示例:run.as=my_user_name
https://stackoverflow.com/questions/72622196
复制相似问题