sweli 发表于 2017-12-25 22:42:46

Geoserver+Tomcat+GeoWebCache搭建地图服务

port端口号  

  

<Connector port="9880" protocol="HTTP/1.1"  

  
connectionTimeout
="20000"  

  
redirectPort
="8443"/>  

  
war包配置
  

  

<Host name="10.0.37.32" appBase="webapps"  

  
unpackWARs
="true" autoDeploy="true">  


  
<Context path="/" docBase="geoserver.war" debug="0" privileged="true">  


  
<Valve>  

  
prefix="localhost_access_log" suffix=".txt"
  

  
pattern="%h %l %u %t &quot;%r&quot; %s %b"/>
  

  
</Host>
页: [1]
查看完整版本: Geoserver+Tomcat+GeoWebCache搭建地图服务