Forum OpenACS Q&A: Response to 'error in serving group pages' as ASC opening page

The key problem appears to be that the yourserver.tcl file was not sourced. This has to be done explicitly in the nsd.tcl file, presumably at the end. Just a:

source /web/${server}/parameters/${server}.tcl

should do the trick.