Forum OpenACS Q&A: Response to Starting the ACS

Collapse
Posted by Clif Flynt on
I'm in roughly the same boat as Chari. My solution to the auxconfigdir problem was adding this code to the nsd.tcl file:

set auxconfigdir /web/noucorp/parameters

foreach f  [glob $auxconfigdir/*.tcl] {
    source $f
}
Nothing is working yet, but I'm actually beginning to feel like I'm making some headway. Thanks for the 'ns_param enabletclpages on' tidbit. It would have taken me weeks to find that.