Forum OpenACS Q&A: Re: Multiple OpenACS instances in one configuration file

Collapse
Posted by Ann T on
Yes.

Furthermore, the server that's first in the ns/servers section will be the one that gets loaded.

```ns_section ns/servers
ns_param s1 s1
ns_param s2 s2```
Then s1 will be loaded, if those lines are switched then s2 gets loaded.