Does anyone know how to creat a child server (secondary server) that can be called by a primary server (front end). The child server will contain an application that will be called by the primary server when users attempt to access.
Subject: How do you create a child server in domino environment
Don’t know what you mean by a child server … A server “services” a data directory, so there can be only 1. You can have multiple servers on a machine, each one responsible for a data directory … that’s a partitioned server. Partitioned servers behave and communicate exactly as servers on different machines do, except that the low-level network layers should recognize that the communication doesn’t actually go across a network.
There’s nothing that prevents server A from starting server B (via a program doc, for example), as long as each has a unique partition.