开发者社区> 问答> 正文

ECS服务器centos7.3下,tomcat下配置域名出错

tomcat下的server.xml文件配置:
改端口:

<Connector port="80" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
    <!-- A "Connector" using the shared thread pool-->
    <!--
    <Connector executor="tomcatThreadPool"
               port="80" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
域名配置:
           <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="localhost_access_log." suffix=".txt"
               pattern="%h %l %u %t "%r" %s %b" />
      </Host>
      <Host name=120.79.179.91""  appBase="webapps"
            unpackWARs="true" autoDeploy="true">
       <Content path="" docBase="/scweb/" debug="0" reloadable="false" crossContext="true" />
       <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="120.79.179.91_access_log." suffix=".txt"
               pattern="%h %l %u %t "%r" %s %b" />
        </Host>
        <Host name=www.smallpanghu.top""  appBase="webapps"
            unpackWARs="true" autoDeploy="true">
        <Content path="" docBase="/scweb/" debug="0" reloadable="false" crossContext="true" />
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="www.smallpanghu.top_access_log." suffix=".txt"
               pattern="%h %l %u %t "%r" %s %b" />
        </Host>
然后就启动tomcat失败了,日志报错为如下图所示;求大佬帮忙解决。



展开
收起
small胖虎 2018-01-14 14:29:39 2639 0
1 条回答
写回答
取消 提交回答
  • 旺旺:nectar2。
    版主回复:

    tomcat日志里说您的server.xml配置文件里的写法有误,如在第140行。

    Host name=120.79.179.91""

    或许为:


    Host name="120.79.179.91"






    2018-01-14 18:21:59
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
创业公司的域名想象 立即下载
域名大数据的应用 立即下载
“域”感——《域名投资从入门到精通》 立即下载