Forum OpenACS Q&A: how to run tcl scripts?

Collapse
Posted by David Lee on
So basically, I just started learning how to build websites one/two weeks ago and want to build a community website (learning through philip.greenspun.com/seia)

Anyways, my problem now is that I don't think I'm calling the .tcl scripts right :/ Is there something I need to do with the configuration script for AOLserver because right now when I open say "test.tcl" from a form on an HTML page, the page that I get is an html page with the source code typed out. Instead of executing the tcl instructions, it's just displaying the text. The instructions in the text said to keep the .tcl file in the same directory as the .html file...then what? Can anybody help? THANKS!

Collapse
Posted by Derick Leony on
Set true the enabletclpages parameter in the ns/server/<your_server> section.