默认情况下,Nexus监听端口8081。你可以更改这个端口,通过更改${NEXUS_HOME}/conf/plexus.properties
的值,如Example 16.3, “${NEXUS_HOME}/conf/plexus.properties的内容”。为此,停止Nexus,更改文件中applicationPort
的值,然后重启Nexus。在这之后,你应该能够在${NEXUS_HOME}/logs/wrapper.log
中看到一条日志记录,告诉你Nexus在监听更改过的端口。
Example 16.3. ${NEXUS_HOME}/conf/plexus.properties的内容
applicationPort=8081 runtime=/data/hudson-temporal-data/hudson-orchestrator-home/workspace/Book-To-Production/content-zh/runtime apps=${runtime}/apps work=${runtime}/work webapp=${runtime}/apps/nexus/webapp nexus.configuration=${runtime}/apps/nexus/conf/nexus.xml