说明:
1.首先需要有多个域名,同时指向一个IP地址。
解析到一个公网IP地址:xxx.xxx.xxx.xxx
2.需要对tomcat下的conf下的"server.xml"进行配置
type="org.apache.catalina.UserDatabase"
description="User database that can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
connectionTimeout="20000"
redirectPort="8443" URIEncoding="gbk" />
resourceName="UserDatabase"/>
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
这样,就可以访问多个项目,通过不同的域名进行。