Author: echatellier Date: 2011-03-24 16:30:04 +0100 (Thu, 24 Mar 2011) New Revision: 3085 Url: http://chorem.org/repositories/revision/lima/3085 Log: Ajout de la doc pour le mode serveur Added: trunk/src/site/rst/devel/server.rst Modified: trunk/src/site/site_fr.xml Added: trunk/src/site/rst/devel/server.rst =================================================================== --- trunk/src/site/rst/devel/server.rst (rev 0) +++ trunk/src/site/rst/devel/server.rst 2011-03-24 15:30:04 UTC (rev 3085) @@ -0,0 +1,41 @@ +.. - +.. * #%L +.. * Lima +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2008 - 2011 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU General Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/gpl-3.0.html>. +.. * #L% +.. - +Lima en mode server +=================== + +Serveur +------- + +Télécharger et lancer le module serveur de lima : +http://www.chorem.org/projects/list_files/lima + +Client +------ + +Configurer le client pour se connecter au serveur via le fichier de +configuration : $HOME/.config/lima-config.properties:: + + java.naming.factory.initial=org.apache.openejb.client.RemoteInitialContextFactory + java.naming.provider.url=ejbd://192.168.99.9:4201 Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2011-03-24 12:38:05 UTC (rev 3084) +++ trunk/src/site/site_fr.xml 2011-03-24 15:30:04 UTC (rev 3085) @@ -55,6 +55,9 @@ <item name="Import / Export" href="importexport.html" /> <item name="Lexique comptable" href="lexique.html" /> </menu> + <menu name="Développeur" inherit="top" > + <item name="Mode serveur" href="devel/server.html" /> + </menu> <menu ref="reports"/> </body>
participants (1)
-
echatellier@users.chorem.org