Forum OpenACS Q&A: Question about server log

Collapse
Posted by jay he on
Hi. All. Me again. I installed OACS4.5, following the instruction. When I start aolserver, both sample-config.tcl and myservername.tcl start the aolserver (start seperately after killall nsd). But I found out for sample-config.tcl, all the log goes to the server.log. But for myservername.tcl, all the log goes to myservername-error.log, not myservername.log, even there is a myservername.log. And when I checked the myservername-error.log, aolserver starts and listens to port 8000, like follows: First I did
 ./bin/nsd-postgres -t myservername.tcl
bash-2.05$ [22/May/2002:12:50:52][3844.1024][-main-] Notice: nsd.tcl: 
starting t
o read config file...
[22/May/2002:12:50:52][3844.1024][-main-] Warning: nsd.tcl: nsssl not 
loaded bec
ause key/cert files do not exist.
[22/May/2002:12:50:52][3844.1024][-main-] Notice: nsd.tcl: finished 
reading conf
ig file.
Then read myservername-error.log (tail -f )and get the following:
22/May/2002:12:50:55][3844.1024][-main-] Notice: nsmain: 
AOLserver/3.3.1+ad13 r
unning
[22/May/2002:12:50:55][3844.1024][-main-] Notice: nsmain: security 
info: uid=503
, euid=503, gid=503, egid=503
[22/May/2002:12:50:55][3844.2051][-sched-] Notice: sched: starting
[22/May/2002:12:50:55][3844.1024][-main-] Notice: serv: waiting for 
warmup
[22/May/2002:12:50:55][3844.1024][-main-] Notice: serv: warmed up
[22/May/2002:12:50:55][3844.1024][-main-] Notice: socks: idle
[22/May/2002:12:50:55][3844.1024][-main-] Notice: sched: idle
[22/May/2002:12:50:55][3844.1024][-main-] Notice: nssock: listening 
on 127.0.0.1:8000
[22/May/2002:12:50:55][3844.8201][-nssock-] Notice: nssock: starting
[22/May/2002:12:50:55][3844.8201][-nssock-] Notice: nssock: accepting 
connections
But there is nothing in myservername.log. Is there something wrong in my installation? Thanks,
Collapse
Posted by jay he on
I found an entry in nsd.tcl, which defines the location of the log and name of the log. Sorry for the question.