branch feature/1176 updated (1a14575 -> eefe2fc)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1176 in repository lima. See http://git.chorem.org/lima.git from 1a14575 correction de la javadoc new eefe2fc refs #1176 mise à jour de la documentation concernant la configuration client/serveur The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit eefe2fcc5f1526071d34b4a8f87c75fa4025c131 Author: dcosse <cosse@codelutin.com> Date: Wed Jun 24 20:54:05 2015 +0200 refs #1176 mise à jour de la documentation concernant la configuration client/serveur Summary of changes: src/site/rst/devel/server.rst | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1176 in repository lima. See http://git.chorem.org/lima.git commit eefe2fcc5f1526071d34b4a8f87c75fa4025c131 Author: dcosse <cosse@codelutin.com> Date: Wed Jun 24 20:54:05 2015 +0200 refs #1176 mise à jour de la documentation concernant la configuration client/serveur --- src/site/rst/devel/server.rst | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/src/site/rst/devel/server.rst b/src/site/rst/devel/server.rst index 0b58f03..0def42c 100644 --- a/src/site/rst/devel/server.rst +++ b/src/site/rst/devel/server.rst @@ -24,20 +24,43 @@ Lima en mode server =================== -Serveur -------- +Configuration partie serveur +---------------------------- Télécharger et lancer le module serveur de lima : http://www.chorem.org/projects/lima/files +Configurer le serveur -Client ------- +Éditer le fichier de configuration "lima-server.config" -Configurer le client pour se connecter au serveur via le fichier de -configuration : ``$HOME/.config/lima-swing.config`` + :Unix-like: ``$HOME/.config/lima-server.config`` + :Mac OS: ``$HOME/Library/Application Support/lima-server.config`` + :Windows 7 et +: ``C:\Users\USER_NAME\AppData\Roaming\lima-server.config`` - java.naming.factory.initial=org.apache.openejb.client.RemoteInitialContextFactory +Ajoutez la ligne suivantes sur en remplaçant l'IP en exemple (192.168.1.37) par +celle du serveur : - java.naming.provider.url=ejbd://192.168.99.9:4201 + ``lima.host.ejb.address=192.168.1.37`` +Les lignes suivantes sont optionnelles: + + ``lima.host.ejb.bind=0.0.0.0 # valeur par défaut`` + ``lima.host.ejbd.port=4202 # valeur par défaut`` + ``lima.host.http.address=192.168.1.137 # (si aucune adresse n'est spécifiée celle du serveur ejb est utilisée)`` + ``lima.host.http.port=5462 # valeur par défaut`` + +Clonfiguration partie cliente +----------------------------- + +Configurer le client pour se connecter au serveur via le fichier de de configuration +"lima-swing.config" + + :Unix-like: ``$HOME/.config/lima-swing.config`` + :Mac OS: ``$HOME/Library/Application Support/lima-swing.config`` + :Windows 7 et +: ``C:\Users\USER_NAME\AppData\Roaming\lima-swing.config`` + +Ajoutez la ligne suivante sur en remplaçant l'IP en exemple (192.168.1.37) par +celle du serveur, il est aussi possible de saisir un nom de machine : + + ``lima.host.address=192.168.1.37`` -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm