Configure system components in SMS Builder configuration files.
The user interface for SMS Builder is configured in the service.brand_webapp.properties file.
During development, use the AIMS System Web console to inspect the OSGi container, deployed bundles, and register configurations. The Web console does not meet production standards, so to prevent unintended deployment to production, it is by default, disabled.
The Jetty servlet container hosts Web applications, and is configured in the org.ops4j.pax.web.properties file. As described on the Apache Jakarta Web site, AJP13 is a connector component that communicates with a Web connector via the AJP protocol. AJP13 may be useful if you want to invisibly integrate Tomcat 4 (or Jetty) into an Apache installation, and you want Apache to handle the static content contained in the Web application, or to use Apache SSL processing. In many application environments, using an AJP13 component results in better overall performance than running your applications under Tomcat alone using the HTTP/1.1 connector. For details about the jetty.xml file, see http://www.eclipse.org/jetty/documentation/current/.
Logging is controlled by the org.ops4j.pax.logging.properties file; the properties are dynamic and use the log4j configuration format. See http://logging.apache.org/log4j/1.2/manual.html .