【问题标题】:Tomcat on Linux server is not running on port 80Linux 服务器上的 Tomcat 未在端口 80 上运行
【发布时间】:2017-10-12 06:50:46
【问题描述】:

我有应用程序在 Linux 环境中的 tomcat 服务器上运行。当我在浏览器上运行我的应用程序时,我将 URL 指定为 http://xxxx.xxx.com/Home/Login.jsp 它不起作用。只有在 URL 中添加 8080 才有效。这是http://xxxx.xxx.com:8080/Home/Login.jsp

有什么办法可以解决这个问题,让它在没有 8080 端口号的情况下工作?

【问题讨论】:

标签: linux port tomcat6


【解决方案1】:

您可以通过 IIS 运行 tomcat 代码。通过使用 IIS,您可以避免使用 8080 端口号。 参考:https://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html

【讨论】:

    猜你喜欢
    • 2021-09-16
    • 2013-09-16
    • 1970-01-01
    • 1970-01-01
    • 2012-07-01
    • 2013-09-13
    • 2018-12-26
    • 1970-01-01
    • 2017-09-20
    相关资源
    最近更新 更多