Changes between Version 4 and Version 5 of waue/2010/0521
- Timestamp:
- May 21, 2010, 4:03:05 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2010/0521
v4 v5 26 26 </configuration> 27 27 }}} 28 29 * 改tomcat port => /opt/nutchez/tomcat/conf/ 的 server.xml 30 31 {{{ 32 #!xml 33 <Connector port="8080" protocol="HTTP/1.1" 34 connectionTimeout="20000" 35 redirectPort="8443" URIEncoding="UTF-8" 36 useBodyEncodingForURI="true" /> 37 }}}