Forum OpenACS Q&A: localserver X config.tcl

Collapse
Posted by Iuri Sampaio on
Hi everyone,
how do i set config.tcl to a local host.
Ip, server, db and etc?
Collapse
Posted by Mohammad Al-Ghazali on
I have the same problem as juri,according to the instruction note,after the setting of config.tcl i may run http://yourserver.test:8000 so what i have to specify for "yourserver" and "test"
Collapse
Posted by Iuri Sampaio on
did you solve you problem? o r are you still stuck in this issue? if so... how?

BEcause i didn;t figure out mine yet

Collapse
Posted by xx xx on
The standard config.tcl should work out of the box, but you may need to change:
#set address …
set address 0.0.0.0
(and restart aolserver)

Find out your ip-address. Type:
ifconfig

Then:
http://ip-address:8000

If it doesn’t work you should read the end of the error.log to find out what goes wrong.
tail –300 /var/lib/aolserver/service0/log/error.log
tail –100 /var/lib/aolserver/service0/log/service0.log

Always provide extensive information if you post these kind of questions: about what you have done, tried, searched, etcetera, but especially what's in the error.log (and in this case the config.tcl).