---------- Forwarded message --------- From: Lonely <1084689...@qq.com.invalid> Date: Tue, Sep 7, 2021 at 11:00 AM Subject: Modify the port number(21000), unable to access To: dev <d...@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: 1. vim atlas_config.py DEFAULT_ATLAS_HTTP_PORT="8001" 2. 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?