Translations - ONYX - MMC

ONYX Mapping Management Console/21/en

De MappingDoc
Révision datée du 29 octobre 2021 à 14:39 par Jdieu (discussion | contributions) (Page créée avec « <u>Note</u>: The mapping-spooler-api command never gives the hand back and does not have an option to run in background. To run the command in background, we do as follow... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Note: The mapping-spooler-api command never gives the hand back and does not have an option to run in background. To run the command in background, we do as follow :

mapping-spooler-api > /dev/null 2>&1 &

(or using tools as supervisor) The SPOOLER_API_PORT option of the mapping.conf is optionnal. If it is not present, the API will look for a environment variable PORT.