简体   繁体   English

Linux 服务器上的 Tomcat 不在端口 80 上运行

[英]Tomcat on Linux server is not running on port 80

I have application running on tomcat server which is in Linux environment.我在 Linux 环境中的 tomcat 服务器上运行了应用程序。 When I'm running my application on Browser I give the URL as http://xxxx.xxx.com/Home/Login.jsp it does not work.当我在浏览器上运行我的应用程序时,我提供的 URL 为http://xxxx.xxx.com/Home/Login.jsp它不起作用。 Only by adding 8080 in the URL works.只有在 URL 中添加 8080 才有效。 which is http://xxxx.xxx.com:8080/Home/Login.jsp .这是http://xxxx.xxx.com:8080/Home/Login.jsp

Is there any way to resolve this issue and make it work without 8080 port number?有什么方法可以解决此问题并使其在没有 8080 端口号的情况下工作?

You can run tomcat code through IIS.您可以通过 IIS 运行 tomcat 代码。 By using IIS you can avoid using 8080 port number.通过使用 IIS,您可以避免使用 8080 端口号。 Ref: https://tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html参考: https : //tomcat.apache.org/tomcat-3.3-doc/tomcat-iis-howto.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM