Ignore:
Timestamp:
12/10/14 14:33:08 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. alpha 9: corpus view UI improvements, bug fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/aggregator_development.yml

    r5893 r5900  
    99  SCAN_TASK_TIME_UNIT: HOURS
    1010
    11   ENDPOINTS_SCAN_TIMEOUT_MS: 15000
     11  ENDPOINTS_SCAN_TIMEOUT_MS: 60000
    1212  ENDPOINTS_SEARCH_TIMEOUT_MS: 5000
    1313  EXECUTOR_SHUTDOWN_TIMEOUT_MS: 100
     
    1515# use the simple server factory, run on a single port
    1616server:
    17   applicationContextPath: /
     17  applicationContextPath: /Aggregator-testing
    1818  type: simple
    1919  connector:
    2020    type: http
    21     port: 8080
    22 
    23 #server:
    24 #  softNofileLimit: 1000
    25 #  hardNofileLimit: 1000
    26 #  applicationConnectors:
    27 #    - type: http
    28 #      port: 8080
    29 #    - type: https
    30 #      port: 8443
    31 #      keyStorePath: example.keystore
    32 #      keyStorePassword: example
    33 #      validateCerts: false
    34 # this requires the npn-boot library on the JVM's boot classpath
    35 #    - type: spdy3
    36 #      port: 8445
    37 #      keyStorePath: example.keystore
    38 #      keyStorePassword: example
    39 #      validateCerts: false
    40 #  adminConnectors:
    41 #    - type: http
    42 #      port: 8081
    43 #    - type: https
    44 #      port: 8444
    45 #      keyStorePath: example.keystore
    46 #      keyStorePassword: example
    47 #      validateCerts: false
     21    port: 4019
    4822
    4923# Logging settings.
Note: See TracChangeset for help on using the changeset viewer.