A single Server Instance can run multiple Web Contexts.
(for simplicitly, I'll use "Resin" below, but this applies to Tomcat/etc also)
Generally, one Resin instance has one Railo instance, with one Server Admin.
This single instance of Resin+Railo supports multiple (Virtual) Hosts,
each with a separate and distinct Web Context.
Each distinct Context has its own Web Admin, with distinct settings.
This is a *very* useful way of setting it up, both for security and
for organisational purposes.
Options for sharing settings between multiple Hosts:
- Point both Hosts at the same Context (i.e. using aliasing).
- Declare mappings/etc at the Server-level, so they are shared for all Contexts.
- Setup the Remote Clients synchronisation feature for each Context.