Changeset 69 for nutchez-0.1/tomcat


Ignore:
Timestamp:
May 27, 2009, 5:01:46 PM (15 years ago)
Author:
waue
Message:

script ok version

Location:
nutchez-0.1/tomcat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.1/tomcat/conf/server.xml

    r66 r69  
    2020     Documentation at /docs/config/server.html
    2121 -->
    22 <Server port="8005" shutdown="SHUTDOWN">
     22<Server port="8083" shutdown="SHUTDOWN">
    2323
    2424  <!--APR library loader. Documentation at /docs/apr.html -->
     
    6565         Define a non-SSL HTTP/1.1 Connector on port 8080
    6666    -->
    67     <Connector port="8080" protocol="HTTP/1.1"
     67    <Connector port="8083" protocol="HTTP/1.1"
    6868               connectionTimeout="20000"
    6969               redirectPort="8443" URIEncoding="UTF-8"
     
    7272    <!--
    7373    <Connector executor="tomcatThreadPool"
    74                port="8080" protocol="HTTP/1.1"
     74               port="8083" protocol="HTTP/1.1"
    7575               connectionTimeout="20000"
    7676               redirectPort="8443" />
     
    8181         described in the APR documentation -->
    8282    <!--
    83     <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
     83    <Connector port="8083" protocol="HTTP/1.1" SSLEnabled="true"
    8484               maxThreads="150" scheme="https" secure="true"
    8585               clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8"/>
     
    8787
    8888    <!-- Define an AJP 1.3 Connector on port 8009 -->
    89     <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
     89    <Connector port="8083" protocol="AJP/1.3" redirectPort="8443" />
    9090
    9191
  • nutchez-0.1/tomcat/webapps/ROOT/WEB-INF/classes/nutch-site.xml

    r68 r69  
    66    <property>
    77        <name>searcher.dir</name>
    8         <value>../../../../../search</value>
     8        <value>/tmp/search</value>
    99    </property>
    1010</configuration>
Note: See TracChangeset for help on using the changeset viewer.