Hi!
I just installed AOLserver 4.0.10 using TCL 8.4.9 and I .adp files are not
parsed.
Some details about my configurations:
- TCL was compiled with these options:
./configure --prefix=/home/raz/local/aolserver --enable-threads
- AOLserver was compiled with these options:
./configure --prefix=/home/raz/local/aolserver
--with-tcl=/home/raz/local/aolserver/lib
- my config files is sample-config.tcl from the source tarball with a few
modifications (name of the server and description of the server)
What I tried so far:
- enabled the debug
- enable the parsing of TCL files
- adding a adp/parsers section
ns_section "ns/server/${servername}/adp/parsers"
ns_param adp ".adp" ;# adp is the default parser.
- tring the fancy instead of adp in adp/parsers section
- adding a default parser to the adp section:
ns_param defaultparser fancy
No matter what I did I still get the raw .adp file. :| Does anyone
encounter this problem before? Is there a way to debug this?
--
Razvan ME
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]>
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.