Install and Configure
BackBy — May 8, 2008
These questions are based on 847: IBM Lotus Notes Domino 8 System Administration Operating Fundamentals
Lotus
Self Test Software Practice Test
Objective: Install and configure.
Sub-objective: Configure component update for composite applications.
Multiple answer, multiple-choice
Which three protocols can be used for provisioning a composite application? (Choose three.)
- HTTP
- HTTPS
- NRPC
- SSL
- SMTP
Answer:
A. HTTP
B. HTTPS
C. NRPC
Tutorial:
Notes Remote Procedure Call (NRPC), is the default protocol that is used for provisioning a composite application. NRPC uses the following format for provisioning the composite application:
NRPC:///__2345642800454A1/site.xml
This syntax is an example of the local replica ID. You can configure provisioning from a remote server:
NRPC://<hostname>/<replicaID>/site.xml -> NRPC://updates.kit.com/__2345642800454A1/site.xml
The replica ID always is prefixed with a double underscore.
HTTP and HTTPS are optional protocols for provisioning a composite application. HTTP and HTTPS can provision a composite application using the following:
http://updates.kit.com/updatesite.nsf/site.xml
https://updates.kit.com/updatesite.nsf/site.xml
The SMTP and SSL protocols are not used for provisioning a composite application.
Reference:
IBM Lotus Domino Administrator Help 8.0.1 > Configuring component update for composite applications




