Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
早上好,我正在将 Web 应用程序部署到嵌入 Equinox OSGi 的 Jetty 服务器中。不过,我在 8080 端口工作,但我需要运行两台不同的服务器。然后,启动端口之间的冲突。我想更改其中一台服务器的端口号。有人可以帮我吗?
提前致谢!
尝试这些系统属性:
jetty.port=xxxx - 码头特定属性 org.osgi.service.http.port=xxxx - OSGi HTTP 服务属性
jetty.port=xxxx - 码头特定属性
org.osgi.service.http.port=xxxx - OSGi HTTP 服务属性
如果你在 eclipse 中运行,你可以尝试把它放在你的 VM 参数中
-Dorg.osgi.service.http.port=9090