|
Cadre Fonctionnel |
Installation JMS |
|
Cadre Technique |
NT / JonAS ( Java Open Application Server), Joram |
|
Identifiant |
INS_JMS_01 |
|
Référent technique |
|
|
Version |
1.0 |
|
Auteur |
Alexandre Brillant |
|
Date |
04/01 |
|
Dépendance |
INS_EJB_01 |
|
Cible |
1°) Télécharger le serveur JMS supportant MOM (Message-Oriented Middleware) Joram http://www.objectweb.org/joram
2°) Configuration
%JONAS_ROOT%\bin\ nt\config_env.bat. |
Dans cet exemple, le répertoire d:\temp\jonas\lib\ contiendra toutes les librairies de joram.
Set JORAM_HOME=D:\temp\jonas\lib Set JORAM_CLASSES=%JORAM_HOME%\a3agent.jar;%JORAM_HOME%\a3ip.jar;%JORAM_HOME%\a3mom.jar;%JORAM_HOME%\a3util.jar;%JORAM_HOME%\joram.jar ... Set CLASSPATH=%JORAM_CLASSES%;%CLASSPATH% |
3°) Execution de Joram
start "Server AAA" call java -DTransaction=NullTransaction fr.dyade.aaa.agent.AgentServer 0 ./s0 |