๐๏ธ Server configuration
Service Definer's Publish feature outputs a "config.xml" file when you publish a server. This file contains configuration properties for the server itself, for services defined in a server, and for connections that the server uses to access the Rules Engine.
๐๏ธ Server configuration: Config element
In a config.xmlserver configuration file, the \ element defines a configuration. This is the root element.There can only be a single \ element in a config.xml file.
๐๏ธ Server configuration: Server element
In a config.xmlserver configuration file, a \ element contains the configuration for a server and its services.
๐๏ธ Server configuration: Authenticator element
In a config.xmlserver configuration file, an \ element contains configuration properties for authenticating administration resources.
๐๏ธ Server configuration: Properties element
In a config.xmlserver configuration file, the \ element contains configuration properties for the server itself: server properties. ย This element has \ child elements.
๐๏ธ Server configuration: RerouteMappings element
In a config.xml server configuration file, the \ element contains reroute mappings for REST services:
๐๏ธ Server configuration: Services element
In a config.xmlserver configuration file, the \ element contains configuration properties for services defined in Service Definer. This element has \ child elements.
๐๏ธ Server configuration: HttpProtocol element
In a config.xmlserver configuration file, the ` element contains configuration properties for HTTP headers. This element contains ` and \ elements.
๐๏ธ Server configuration: Connections element
In a config.xmlserver configuration file, the \ element contains configuration properties for connections used to access the Rules Service. This element has \, ย \, ย \, ย \,and \ child elements.
๐๏ธ Server configuration: Cors element
In a config.xmlserver configuration file, the \ element contains configuration properties for CORS configurations. This element has \ and \ child elements.
๐๏ธ Log configuration
Service Definer's Publish feature outputs a "log4j.properties" file when you publish a server. This file contains log configuration properties. The USoft services framework uses the Log4j Java library for logging. The structure of the file is described in the log4j documentation.
๐๏ธ Multi-tenancy
Multi-tenancy is an architectural pattern that enables a single instance of a software application to run on a server and serve multiple customers.