标签:direct localhost cti tomcat配置 ctp 文件 tomcat connect app
根目录->conf->server.xml
    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />
      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true">
标签:direct localhost cti tomcat配置 ctp 文件 tomcat connect app
原文地址:https://www.cnblogs.com/shmebluk/p/13256447.html