!--a11y-->
Service Config 
The service-config section within the service section of the portalapp.xml contains the properties that enable the use of a portal service with the Portal Runtime. The properties specified in this section are accessible for a portal service via the interface com.sapportals.portal.prt.service.IServiceConfig:
Property |
Default Value |
Mandatory |
Description |
className |
n.a. |
Yes |
The name of the implementation class of the portal service. This class must implement the IService interface |
startup |
false |
No |
If set to "true", the service will be started at start up of the runtime. If not, the service will be started on demand |
