Hi!
On Sat, 5 Mar 2005 16:17:05 -0500, Jason Wang randomtalk@gmail.com wrote:
hi, when i go to http://localhost/tbnl/test/test.lisp, i just get a TBNL Default Page, is that wat i suppose to get?
Depends on what you've been doing.
since when i look in the source, i see alot of different stuff, wayy too complicated to be generating that simple page :|.. am i missing something here?
This looks as if you have done something like
(asdf:oos 'asdf:load-op :tbnl) (tbnl:start-tbnl)
while you were supposed to do
(asdf:oos 'asdf:load-op :tbnl-test) (tbnl:start-tbnl)
to see the test pages. Is that the case?
Cheers, Edi.