You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Lonely <10...@qq.com.INVALID> on 2021/09/06 09:04:30 UTC

Modify the port number(21000), unable to access

Hello!I want to change the default port number (originally 21000) to 8001, but I can't access it after startup. What should I do?My modifications include:
&nbsp; &nbsp;

1.&nbsp;vim atlas_config.py




DEFAULT_ATLAS_HTTP_PORT="8001"


2.&nbsp;vi atlas-application.properties





atlas.server.http.port=8001



atlas.rest.address=http://localhost:8001



atlas.server.address.id1=localhost:8001










How to solve it?

Fwd: Modify the port number(21000), unable to access

Posted by Keval Bhatt <ke...@gmail.com>.
---------- Forwarded message ---------
From: Lonely <10...@qq.com.invalid>
Date: Tue, Sep 7, 2021 at 11:00 AM
Subject: Modify the port number(21000), unable to access
To: dev <de...@atlas.incubator.apache.org>


Hello!I want to change the default port number (originally 21000) to 8001,
but I can't access it after startup. What should I do?My modifications
include:
&nbsp; &nbsp;

1.&nbsp;vim atlas_config.py




DEFAULT_ATLAS_HTTP_PORT="8001"


2.&nbsp;vi atlas-application.properties





atlas.server.http.port=8001



atlas.rest.address=http://localhost:8001



atlas.server.address.id1=localhost:8001










How to solve it?