Changeset 69 for nutchez-0.1/tomcat/conf
- Timestamp:
- May 27, 2009, 5:01:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.1/tomcat/conf/server.xml
r66 r69 20 20 Documentation at /docs/config/server.html 21 21 --> 22 <Server port="80 05" shutdown="SHUTDOWN">22 <Server port="8083" shutdown="SHUTDOWN"> 23 23 24 24 <!--APR library loader. Documentation at /docs/apr.html --> … … 65 65 Define a non-SSL HTTP/1.1 Connector on port 8080 66 66 --> 67 <Connector port="808 0" protocol="HTTP/1.1"67 <Connector port="8083" protocol="HTTP/1.1" 68 68 connectionTimeout="20000" 69 69 redirectPort="8443" URIEncoding="UTF-8" … … 72 72 <!-- 73 73 <Connector executor="tomcatThreadPool" 74 port="808 0" protocol="HTTP/1.1"74 port="8083" protocol="HTTP/1.1" 75 75 connectionTimeout="20000" 76 76 redirectPort="8443" /> … … 81 81 described in the APR documentation --> 82 82 <!-- 83 <Connector port="8 443" protocol="HTTP/1.1" SSLEnabled="true"83 <Connector port="8083" protocol="HTTP/1.1" SSLEnabled="true" 84 84 maxThreads="150" scheme="https" secure="true" 85 85 clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8"/> … … 87 87 88 88 <!-- Define an AJP 1.3 Connector on port 8009 --> 89 <Connector port="80 09" protocol="AJP/1.3" redirectPort="8443" />89 <Connector port="8083" protocol="AJP/1.3" redirectPort="8443" /> 90 90 91 91
Note: See TracChangeset
for help on using the changeset viewer.