【发布时间】:2015-04-09 13:55:55
【问题描述】:
我已经配置了 Jenkins(my.example.com:8080/jenkins) 和 Nexus (my.example.com:8081/nexus)。两者都安装在单个服务器上,即 CentOS 6.6 x64。要启动 Jenkins,我使用命令“service jenkins start”,对于 nexus,我使用“service nexus start”。只是提到我没有将它们都部署在tomcat上。我只想摆脱使用端口号。意思是说对于 Jenkins 的 url 必须是“my.example.com/jenkins”,对于 nexus 来说是“my.example.com/nexus”。您能否建议我如何实现这一目标?
【问题讨论】: