Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
equipes:rcln:cluster_tal:fred [2019/04/03 12:21] rosse [Configuration] |
equipes:rcln:cluster_tal:fred [2020/09/23 14:36] (Version actuelle) |
||
---|---|---|---|
Ligne 544: | Ligne 544: | ||
===== Testing ===== | ===== Testing ===== | ||
We first go to FRED root | We first go to FRED root | ||
+ | < | ||
$ cd /opt/FRED | $ cd /opt/FRED | ||
+ | </ | ||
And launch the boxer server | And launch the boxer server | ||
- | $ sh launchboxerserver | + | < |
We get a permission error, so we add execution attribute for both files | We get a permission error, so we add execution attribute for both files | ||
+ | < | ||
$ sudo chmod a+x BoxerServer/ | $ sudo chmod a+x BoxerServer/ | ||
$ sudo chmod a+x BoxerServer/ | $ sudo chmod a+x BoxerServer/ | ||
+ | </ | ||
And we get more errors: | And we get more errors: | ||
+ | < | ||
$ sh launchboxerserver | $ sh launchboxerserver | ||
/ | / | ||
Ligne 561: | Ligne 566: | ||
/ | / | ||
| | ||
+ | </ | ||
- | '' | + | **TODO**: recompile soap clients and server paying attention to parenthesis... |