Page History
...
The service.properties file is loaded when the JSM starts. If the service properties change, you can reload the new changes by using Studio Refresh option as described in 2.6 Java Service Manager Refresh.
When the LANSA or RPG client requests that the JSM to load a service, only the name of the service is specified.
...
USE BUILTIN(JSM_COMMAND) WITH_ARGS('SERVICE_LOAD SERVICE(SMTPMailService)') TO_GET(#JSMSTS #JSMMSG)When the JSM instance receives the SERVICE_LOAD command, the SMTPMailService servicename is prefixed with "service." The JSM searches the service.properties files. It uses the keyword SERVICE.SMTPMAILSERVICE to locate the class named com.lansa.jsm.service.SMTPMailService.
...