简体   繁体   English

如何更改Apache Tomcat访问URL的名称?

[英]How to change name of apache tomcat acess url?

I want to change name of Apache tomcat access URL 我想更改Apache tomcat访问URL的名称
For example:- localhost:8080 例如:- 本地主机:8080
I want to change the localhost:8080 to myserver.com:8080 我想将localhost:8080更改为myserver.com:8080
how to do? 怎么做?

If you wont to do this on local machine - you should add line to your hosts file. 如果您不想在本地计算机上执行此操作,则应在主机文件中添加一行。 how to set hosts 如何设置主机

Create an virtual host and then change hosts file. 创建一个虚拟主机,然后更改主机文件。 Following link explains it. 以下链接对此进行了说明。

http://en.kioskea.net/faq/8485-configuring-apache-and-windows-to-create-a-virtual-host http://en.kioskea.net/faq/8485-configuring-apache-and-windows-to-create-a-virtual-host

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

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