Home > Installation

Install note for WebSphere 5.1

Warnings

  • This chapter describes a quick installation example of webMethods MDM on IBM WebSphere 5.1 Application Server.
  • It does not replace the documentation of this application server.
  • It is not a general installation recommendation, since actual installation process is fixed by architecture choices (technical environment, applications mutualization, delivery process, company choices, etc.).
  • The complete description of the components needed by webMethods MDM is given in chapter Components.
  • In this document we do not deploy an additional webMethods MDM module. For this, a good practice would be to rebuild an EAR with the webMethods MDM module as a Web application at the same level as the others webMethods MDM Web applications. In this case the web application must declare its class-path dependency in the standard manner specified by Java™ 2 Platform Enterprise Edition Specification, v1.4:

    J2EE.8.2 Optional Package Support

    (...)

    A JAR format file (such as a .jar file, .war file, or .rar file) can reference a .jar file by naming the referenced .jar file in a Class-Path header in the referencing JAR file’s Manifest file. The referenced .jar file is named using a URL relative to the URL of the referencing JAR file. The Manifest file is named META-INF/MANIFEST.MF in the JAR file. The Class-Path entry in the Manifest file is of the form

    Class-Path: list-of-jar-files-separated-by-spaces

    In an "industrialized" process, we strongly recommend to develop a script that automatically builds the EAR, with the specific webMethods MDM module(s), the webMethods MDM Web applications and also all the shared libraries needed.

  • In order to avoid unpredictable behavior, the minimal rule to follow is to avoid any duplication of mdm.jar or other libraries on the class-loading system.

Installation Example Overview

  • Create MDM_HOME directory and uncompress mdm_home.zip
  • Install webMethods MDM library: "Websphere Server Application - First steps ", "Environment ", "Shared Libraries "
  • Configure JVM arguments (Java system properties) : "Servers ", "Application servers ", "server1 ", "Process Definition ", "Java Virtual Machine ", "Generic JVM arguments "
  • Deploy webMethods MDM application : "Applications ", "Install New Application "

Installation Example Detail

  • 1. Create a MDM_HOME directory, for example C:\MDM\home
  • 2. Create a MDM_LIB directory, for example C:\MDM\lib
  • 3. Create a MDM_EAR directory, for example C:\MDM\ear
  • 4. Uncompress the file mdm_home.zip in MDM_HOME. In our example, after uncompression, we will have the following files:

C:\MDM\home\mdmRepository, a directory
C:\MDM\home\schemas, a directory
C:\MDM\home\mdm.properties, a text file

  • 5. Copy third-party library files to MDM_LIB directory. In our example, we will have:

C:\MDM.software\lib\activation.jar
C:\MDM.software\lib\mail.jar
C:\MDM.software\lib\hsqldb.jar

The exact description of these components is given in chapter Components. Obviously, if those components are already deployed on the class-loading system, they don't have to be duplicatedd.
  • 6. Copy the file MDM.software/webapps/ear-packaging/mdmPlatform.ear to MDM_EAR. In our example, we will have:

C:\MDM\ear\mdmPlatform.ear

  • 7. Launch "Websphere Server Application - First Steps " console
  • 8. Start the server
  • 9. Launch the administration console and login
  • 10. Specify the webMethods MDM library:
    • 11. In the menu on the left, click on "Environment "
    • 12. Click on "Shared Libraries "
    • 13. In the "Shared Libraries " page, click on the button "New ". The "Shared Librarie > New " page is displayed.
    • 14. In the field *Name, type the library name, in our example lib_of_mdm
    • 15. In the field *Classpath, type the MDM_LIB path, in our example C:\MDM\lib
    • 16. Click on the button "OK "
    • 17. Save modifications by click on "Save " in thel "Messages " panel on top of the "Shared Libraries " page , then click on the button "Save "
    • 18. Click on the button "Save "
  • 19. In the menu on the left, click"Servers "
  • 20. Click on "Application servers "
  • 21. In the "Application servers " page, click on the server name. In our example, the server name is server1.
  • 22. In the configuration page of"Application servers > server1 ", click on "Process Definition "
  • 23. Click on "Java Virtual Machine ", which is a sub-menu of "Additional Properties "
  • 24. In the field "Generic JVM arguments ", type :
    -Dmdm.home= C:\MDM\home –Dmdm.properties=C:\MDM\home\mdm.properties

Here, mdm.home is the directory of MDM_HOME, mdm.properties is the configuration file of MDM. In our example, they are respectively C:\MDM\home and C:\MDM\home\mdm.properties

  • 25. Click on the button "OK ", at the bottom of the page
  • 26. Save modifications by click on "Save " in the "Messages " panel at the top of the page, then click on the button "Save ".
  • 27. In the menu on the left, click on "Applications "
  • 28. Click on "Install New Application "
  • 29. In the page "Preparing for the application installation ", in the field "Local path ", select mdmPlatform.ear file. In our example, it is C:\MDM\ear\mdmPlatform.ear
  • 30. Click on the button "Next " at the bottom of the page "Preparing for the application installation "
  • 31. Select "Default virtual host name for Web modules : "
  • 32. Click on the button "Next "
  • 33. Click on the button "Continue "
  • 34. In the page "Install new Application, Step 1 : Provide options to perform the installation " : the field "Directory to install application " is the installation directory of webMethods MDM. In our example, it is "C:\MDM\ear "
  • 35. Click on the button "Next "
  • 36. In the page "Install new Application, Step 2 : Map virtual hosts for web modules" : click on the button "Next "
  • 37. In the page "Install new Application, Step 3 : Map resource references to resources" : as we don't use JNDI resource in this example, input "DefaultDatasource". Click on the button "Next "
  • 38. In the page "Install new Application, Step 4 : Map modules to application servers " : select all modules: mdm.war, mdm-root.war, mdm-manager.war.
  • 39. Click on the button "Next "
  • 40. Click on the button "Finish "
  • 41. The page "Installing… " is displayed. The message "Application webMethods MDM installed successfully " will be displayed at the bottom of the page
  • 42. In the menu on the left, click on "Applications "
  • 43. Click on "Enterprise Applications "
  • 44. In the page "Enterprise Applications ", click on webMethods MDM
  • 45. In the page "Enterprise Applications > webMethods MDM ", click on "Libraries ", bellow "Additional Properties "
  • 46. Click on the button "Add "
  • 47. Select the library we added in step 14 lib_of_mdm
  • 48. Click on the button "OK "
  • 49. Save modifications by clicking on "Save " in the "Messages " panel at the top of the "Enterprise Applications " page
  • 50. Click on the button "Save "
  • 51. In the "Websphere Server Application - First steps " console , stop the server
  • 52. In the "Websphere Server Application - First steps ", start the server
  • 53. Restart the administration console, in the menu on the left, click on "Applications "
  • 54. Click on "Enterprise Applications "
  • 55. In the page "Enterprise Applications ", select webMethods MDM
  • 56. Click on the button "Start ".
  • 57. Activate your license

webMethods MDM requires a valid license key. This license key is provided:

  • by email if you've downloaded (or get a CD) a free Express edition or a 60-days trial Standard or Enterprise edition
  • in your license contract if you've purchased the Standard or Enterprise edition

Your license key must be pasted in %MDM_HOME%\mdm.properties file:

#################################################
## webMethods MDM License number
## (as specified by your license agreement)
#################################################

mdm.license=paste_here_your_license_key

  • 58. Verify the installation

After launched Tomcat, we can launch the webMethods Master Data Manager Web application:

The connection screen to webMethods Master Data Manager is displayed.

  • 59. Describe the Administrator organization

The Administrator organization is responsible for webMethods MDM administration. For more information, please read the Administrator Guide.

Log into webMethods Master Data Manager to edit organization and users:

Click on the PROFILE menu, then link Organization and edit information by clicking on Edit button.

To edit your user profile, click on My Profile menu and then edit your personal profile.

  • 60. Describe provider organization

webMethods MDM repository comes with a default provider organization. This organization is the webMethods MDM user. Every root adaptation created are owned by this organization.

Click on the PROFILE menu and edit information by clicking on Edit button.

To edit the user profile, click on My Profile menu and then edit the personal profile.

By default, webMethods Master Data Manager - Provider role, is launched in "developer mode". This mode is indicated by a yellow bar on the top of the screen.

 

Note d'installation pour WebSphere 5.1

Avertissements

  • Ce chapitre décrit un exemple d'installation rapide de webMethods MDM sur IBM WebSphere Application Server v5.1.
  • Il ne remplace pas la documentation de ce serveur d'application.
  • Ce n'est pas une recommandation générale d'installation, puisque le processus réel d'installation est basé sur des choix d'architecture (environnement technique, mutualisation des applications, procédures de livraison, choix d'entreprise, etc.).
  • La description des composants requis et optionnels pour webMethods MDM est fournie dans le chapitre Composants.
  • Dans cet exemple, nous ne déployons pas un module webMethods MDM tiers. Pour cela, une bonne pratique est de construire un EAR qui inclut le module webMethods MDM en tant qu'application Web au même niveau que les applications Web de MDM. En ce cas les fichiers war doivent déclarer leurs dépendances de la manière standard qui est spécifiée par le document "Java™ 2 Platform Enterprise Edition Specification, v1.4" :

    J2EE.8.2 Optional Package Support

    (...)

    A JAR format file (such as a .jar file, .war file, or .rar file) can reference a .jar file by naming the referenced .jar file in a Class-Path header in the referencing JAR file’s Manifest file. The referenced .jar file is named using a URL relative to the URL of the referencing JAR file. The Manifest file is named META-INF/MANIFEST.MF in the JAR file. The Class-Path entry in the Manifest file is of the form

    Class-Path: list-of-jar-files-separated-by-spaces

    Pour un processus "industrialisé", nous recommandons fortement de développer un script qui construit automatiquement l'EAR, en y incluant les modules webMethods MDM spécifiques, les applications Web webMethods MDM fournies ainsi que toutes les bibliothèques nécessaires.

  • Afin d'éviter tout comportement imprévisible, la règle minimale à suivre est d'éviter toute duplication du fichier mdm.jar ou de toute autre bibliothèque sur le système de class-loading du serveur d'application.

Résumé de l'exemple de procédure

  • Créer le répertoire MDM_HOME et décompresser mdm_home.zip
  • Installer la bibliothèque webMethods MDM: "Websphere Server Application - Premiers pas ", "Environment ", "Shared Libraries "
  • Configurer les arguments JVM (Java system properties) : "Servers ", "Application servers ", "server1 ", "Process Definition ", "Java Virtual Machine ", "Generic JVM arguments "
  • Déployer l’application webMethods MDM : "Applications ", "Install New Application "

Détail de l'exemple de procédure

  • 1. Créer un répertoire en tant que MDM_HOME, par exemple, C:\MDM\home
  • 2. Créer un répertoire en tant que MDM_LIB, par exemple, C:\MDM\lib
  • 3. Créer un répertoire en tant que MDM_EAR, par exemple, C:\MDM\ear
  • 4. Décompresser le fichier mdm_home.zip vers MDM_HOME. Dans notre exemple, après la décompression, nous aurons les fichiers suivants :

C:\MDM\home\mdmRepository, un répertoire
C:\MDM\home\schemas, un répertoire
C:\MDM\home\mdm.properties, un fichier texte

  • 5. Copier les bibliothèques partagées dans le répertoire MDM_LIB. Dans notre exemple, nous aurons :

C:\MDM.software\lib\activation.jar
C:\MDM.software\lib\mail.jar
C:\MDM.software\lib\hsqldb.jar

Ces librairies tierces sont décrites de manière plus détaillée au chapitre Composants. Evidemment elles ne sont pas à installer si elles sont déjà intégrées au système de class-loading du serveur.
  • 6. Copier le fichier MDM.software/webapps/ear-packaging/mdmPlatform.ear vers le répertoire MDM_EAR. Dans notre exemple, nous aurons :

C:\MDM\ear\mdmPlatform.ear

  • 7. Lancer la console "Websphere Server Application - Premiers pas "
  • 8. Démarrer le serveur
  • 9. Lancer la console d’administration et s’identifier
  • 10. Spécifier la bibliothèque webMethods MDM :
    • 11. Sur les menus de gauche, cliquer sur "Environment "
    • 12. Cliquer sur "Shared Libraries "
    • 13. Dans la page de "Shared Libraries ", cliquer le bouton "New ". La page "Shared Librarie > New " s’affiche.
    • 14. Dans le champs *Name, taper le nom de libraire, par exemple lib_of_mdm
    • 15. Dans le champs *Classpath, taper le chemin de MDM_LIB. Dans notre exemple, c'est C:\MDM\lib
    • 16. Cliquer sur le bouton "OK "
    • 17. Sauvegarder les modifications en cliquant sur "Save " du panel "Messages " situé en haut de la page "Shared Libraries ", puis cliquer sur le bouton "Save "
    • 18. Cliquer sur le bouton "Save"
  • 19. Sur les menus de gauche, cliquer sur "Servers "
  • 20. Cliquer sur "Application servers "
  • 21. Dans la page "Application servers ", cliquer le nom du serveur. Dans notre exemple, le nom du serveur est server1.
  • 22. Dans la page de Configuration de "Application servers > server1 ", cliquer "Process Definition "
  • 23. Cliquer "Java Virtual Machine ", qui est un sous-menu de "Additional Properties "
  • 24. Dans le champs "Generic JVM arguments ", taper : -Dmdm.home= C:\MDM\home –Dmdm.properties=C:\MDM\home\mdm.properties

Ici, mdm.home est le répertoire de MDM_HOME, mdm.properties est le fichier de configuration d’MDM. Dans notre exemple, ils sont respectivement : C:\MDM\home et C:\MDM\home\mdm.properties

  • 25. Cliquer le bouton "OK ", qui se situe en bas de la page
  • 26. Sauvegarder les modifications en cliquant "Save " du panel "Messages " situé en haut de la page, puis cliquer sur le bouton "Save ".
  • 27. Sur les menus de gauche, cliquer "Applications "
  • 28. Cliquer sur "Install New Application "
  • 29. Dans la page "Preparing for the application installation ", dans le champs "Local path ", sélectionner le fichier mdmPlatform.ear. Dans notre exemple, c'est C:\MDM\ear\mdmPlatform.ear
  • 30. Cliquer le bouton "Next " en bas de la page "Preparing for the application installation "
  • 31. Sélectionner "Default virtual host name for Web modules : "
  • 32. Cliquer le bouton "Next "
  • 33. Cliquer le bouton "Continue "
  • 34. Dans la page "Install new Application, Step 1 : Provide options to perform the installation " : le champs " Directory to install application " est le répertoire d’installation d’webMethods MDM. Dans notre exemple, c'est "C:\MDM\ear "
  • 35. Cliquer sur le bouton "Next "
  • 36. Dans la page "Install new Application, Step 2 : Map modules to servers" : cliquer sur le bouton "Next "
  • 37. Dans la page "Install new Application, Step 3 : Map resource references to resources" : comme nous n'utilisons pas de ressource JNDI dans cet exemple, saisir DefaultDatasource et cliquer sur le bouton "Next "
  • 38. Dans la page "Install new Application, Step 4 : Map modules to application servers" : sélectionner tous les modules : mdm.war, mdm-root.war, mdm-manager.war.
  • 39. Cliquer sur le bouton "Next "
  • 40. Cliquer sur le bouton "Finish "
  • 41. La page "Installing… " s’affiche. Le message "Application webMethods MDM installed successfully " s’affichera en bas de page.
  • 42. Sur les menus de gauche, cliquer sur "Applications "
  • 43. Cliquer sur "Enterprise Applications "
  • 44. Dans la page "Enterprise Applications ", cliquer sur webMethods MDM
  • 45. Dans la page "Enterprise Applications > webMethods MDM ", cliquer sur "Libraries ", qui est au dessous de "Additional Properties "
  • 46. Cliquer sur le bouton "Add "
  • 47. Sélectionner la libraire que nous avons ajouté en étape 14 : lib_of_mdm
  • 48. Cliquer sur le bouton "OK "
  • 49. Sauvegarder les modifications en cliquant sur "Save " du panel "Messages " situé en haut de la page "Enterprise Applications "
  • 50. Cliquer sur le bouton "Save "
  • 51. Dans la console ""Websphere Server Application - Premiers pas ", arrêter le serveur
  • 52. Dans la console ""Websphere Server Application - Premiers pas ", démarrer le serveur
  • 53. Relancer la console d’administration, sur les menus de gauche, cliquer "Applications "
  • 54. Cliquer sur "Enterprise Applications "
  • 55. Dans la page "Enterprise Applications ", sélectionner webMethods MDM
  • 56. Cliquer sur le bouton "Start ".
  • 57. Activer votre licence

webMethods MDM requiert un numéro de licence valide. Ce numéro vous est fourni :

  • par email, si vous disposez de l'édition Express ou une évaluation 60 jours des éditions Standard ou Enterprise
  • en annexe de votre contrat de licence, si vous avez acquis une licence webMethods MDM Standard ou Enterprise

Le numéro de licence doit être inséré dans le fichier %MDM_HOME%\mdm.properties file:

#################################################
## webMethods MDM License number
## (as specified by your license agreement)
#################################################

mdm.license=paste_here_your_license_key

  • 58. Vérifier votre installation

Afin de vérifier si webMethods MDM est correctement installée, lancez l'application Web webMethods Master Data Manager :

L'écran de connexion doit s'afficher.

  • 59. Décrire l'organisation Administrateur

L'organisation Administrateur a en charge l'administration de webMethods MDM. Pour plus d'information, reportez-vous au guide Administrateur.

L'édition des organisations et des utilisateurs se fait à l'aide de l'application Web webMethods Master Data Manager :

Cliquez dans le menu MON PROFIL puis sur le lien Organisation et modifiez les informations en cliquant sur le bouton Editer en haut à droite du panneau d'information.

Pour modifier votre profil utilisateur, cliquez sur le menu Mon Profil puis éditez votre profil personnel.

  • 60. Décrire l'organisation Fournisseur

Le référentiel XML par défaut de webMethods MDM définit une organisation ayant le rôle "Fournisseur". Il s'agit en général de l'entreprise utilisatrice de webMethods MDM. Toutes les adaptations racines nouvellement créées appartiennent à cette organisation.

Cliquez dans le menu MON PROFIL puis sur le lien Organisation et modifiez les informations en cliquant sur le bouton Editer en haut à droite du panneau d'information.

Pour modifier votre profil utilisateur, cliquez sur le menu Mon Profil puis éditez votre profil personnel.

Par défaut, webMethods Master Data Manager en profil Fournisseur est activé en mode Développeur. Ce mode est indiqué par la barre de titre de couleur jaune.

 

Home > Installation