【发布时间】:2021-10-07 12:25:37
【问题描述】:
jetty 如何在端口 80 或其他任意但指定的端口上配置为 run?
我在jetty.xml 文件中没有看到jetty.port:
nicholas@mordor:~$
nicholas@mordor:~$ cat /etc/jetty9/jetty.xml | grep port
<Set name="securePort"><Property name="jetty.httpConfig.securePort" deprecated="jetty.secure.port" default="8443" /></Set>
nicholas@mordor:~$
nicholas@mordor:~$ uname -a
Linux mordor 5.11.0-25-generic #27-Ubuntu SMP Fri Jul 9 23:06:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
nicholas@mordor:~$
【问题讨论】:
标签: java xml server webserver port