Changes between Version 12 and Version 13 of IngoRau


Ignore:
Timestamp:
13.09.2011 00:50:38 (13 years ago)
Author:
jri
Comment:

additional info about testing the 4.0.4-20110912 snapshot

Legend:

Unmodified
Added
Removed
Modified
  • IngoRau

    v12 v13  
    9292Only *one* range is supported for the moment. 
    9393 
     94**Note:** the file `./pom.xml` exists in the development environment only (when you build from source code). For the end user (when you download the binary distribution) the config file is `./conf/config.properties` 
    9495 
     96---- 
    9597 
     98Proxy: configurable file repo directory (#90). 
     99 
     100In `./pom.xml` there is a new property: 
     101 
     102`<dm4.proxy.files.path><dm4.proxy.files.path>` 
     103 
     104This is the file repository's root directory: An absolute path with *no* slash at the end. 
     105 
     106To enable the entire file system specify an *empty string* (instead of "/"), as shown above. This is the default. 
     107 
     108Example: 
     109 
     110`<dm4.proxy.files.path>/home/me/deepamehta/deepamehta-files<dm4.proxy.files.path>` 
     111 
     112See ticket #90.  
     113 
     114**Note:** the file `./pom.xml` exists in the development environment only (when you build from source code). For the end user (when you download the binary distribution) the config file is `./conf/config.properties` 
     115 
     116---- 
     117 
     118Proxy: for the binary distribution both  settings are found in `./conf/config.properties`: 
     119{{{ 
     120dm4.proxy.files.path 
     121dm4.proxy.net.filter 
     122}}} 
     123See ticket #90 
     124 
     125---- 
     126 
     127Runtime: DM server runs in background (#46). 
     128 
     129This affects stopping: 
     130 
     131End users: stop DM by Ctrl-C (no `stop 0`anymore).\\ 
     132Server installation: stop DM by killing via PID. 
     133 
     134See ticket #46.  
    96135 
    97136