Changes between Version 83 and Version 84 of Doc/gLite/TemplateCustomization


Ignore:
Timestamp:
Mar 10, 2008, 10:06:33 AM (18 years ago)
Author:
jouvin
Comment:

Update FTS client configuration

Legend:

Unmodified
Added
Removed
Modified
  • Doc/gLite/TemplateCustomization

    v83 v84  
    553553== FTS Client ==
    554554
    555 On machine types supporting it (e.g. UI, VOBOX, WN), you can configure a FTS client. To get the client fully configured, you need to define variable `FTS_SERVER_URL` to your preferred FTS server (normally your ''closer'' T1). Look at [source:templates/trunk/sites/example/site/pro_lcg2_config_site.tpl site configuration] example for more details.
     555On machine types supporting it (e.g. UI, VOBOX, WN), you can configure a FTS client. Normally, to configure FTS client you only need to define variable `FTS_SERVER_HOST` to the name of your preferred FTS server (normally your ''closest T1'').
     556
     557To accomodate specific needs, there are 2 other variables whose default value should be appropriate :
     558 * `FTS_SERVER_PORT` : port number used by FTS server. Default : 8443.
     559 * `FTS_SERVER_TRANSFER_SERVICE_PATH : root path of transfer service on FTS server. This is used to build leftmost part of URLs related to FTS services. Default : `/glite-data-transfer-fts`.
    556560
    557561