Installer JMap Server en mode silencieux / Installing JMap Server silently

Produit concerné / Related product

JMapVersions5.0, 6.0, 6.5, 7.0


Jump to English version

Cet article décrit comment installer JMap Server en mode silencieux, c'est-à-dire sans aucune fenêtre qui s'affiche. Les paramètres d'installation sont prédéterminés et stockés dans un fichier. 

Guide étape par étape

Installer JMap Server en mode silencieux

  1. Créer un fichier qui contient les paramètres d'installation (par exemple installJMap.params)

    sys.installationDir=/jmap7
    jmsPort=7003
    tomcatHttpPort=8080
    tomcatHttpsPort=8443
    ajp13Port=8009
    smtpHost=localhost
    maxHeapSize=768
    sys.programGroupDisabled$Boolean=true
    installService$Boolean=false
    serviceName=JMapServer 7
    serviceStartAsSystemAccount$Boolean=true
    serviceUserName=
     
  2. Démarrer l'installeur en mode silencieux

    jmap_windows_7_0_full.exe -q -varfile installJMap.params

    -q indique le mode silencieux (quiet)
    -varfile indique le fichier de paramètres


Voici la description des paramètres d'installation :

Paramètre
Description
sys.installationDirRépertoire d'installation de JMap
jmsPortPort de JMap Server
tomcatHttpPortPort HTTP de Tomcat
tomcatHttpsPortPort HTTPS de Tomcat
ajp13PortPort AJP13
smtpHostServeur SMTP
maxHeapSizeMémoire heap (Mo)
sys.programGroupDisabled$BooleanCréation d'un groupe de programme dans le menu démarrer (true = ne sera pas créé  ---  false = sera créé)
installService$BooleanInstaller en service? (true | false)
serviceNameNom du service
serviceStartAsSystemAccount$Boolean

Démarrer le service avec le compte Local System? (true | false)

serviceUserNameSi serviceStartAsSystemAccount$Boolean = false, le nom d'utilisateur pour démarrer le service


English version

This article describes how to install JMap Server in silent mode, without any window showing. The installation parameters are predefined and stored in a file.

Step-by-step guide  

Installing JMap Server silently

  1. Create a file that contents all installation parameters (for example installJMap.params)

    sys.installationDir=/jmap7
    jmsPort=7003
    tomcatHttpPort=8080
    tomcatHttpsPort=8443
    ajp13Port=8009
    smtpHost=localhost
    maxHeapSize=768
    sys.programGroupDisabled$Boolean=true
    installService$Boolean=false
    serviceName=JMapServer 7
    serviceStartAsSystemAccount$Boolean=true
    serviceUserName=
     
  2. Start the installation program in silent mode

    jmap_windows_7_0_full.exe -q -varfile installJMap.params

    -q indicates the silent mode (quiet)
    -varfile indicates the parameter file


The following describes the installation parameters :

Parameter
Description
sys.installationDirInstallation folder for JMap
jmsPortJMap Server port
tomcatHttpPortTomcat HTTP port
tomcatHttpsPortTomcat HTTPS port
ajp13PortAJP13 port
smtpHostSMTP server
maxHeapSizeHeap memory (Mb)
sys.programGroupDisabled$BooleanCreation of a program group in the Start Menu (true = will not be created  ---  false = will be created)
installService$BooleanInstall as a service? (true | false)
serviceNameName of the service
serviceStartAsSystemAccount$Boolean

Start service with Local System account ? (true | false)

serviceUserNameIf serviceStartAsSystemAccount$Boolean = false, the name of the account used to start the service