tomcat配置域名 端口设置为80

一、 <Engine name="Catalina" defaultHost="localhost">web

改为    app

<Engine name="Catalina" defaultHost="lg.aidush.com">
二、
      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">
改为
      <Host name="lg.aidush.com"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">webapp

 

三、 <Connector port="80"   这个端口必须是80端口

相关文章
相关标签/搜索