[tbnl-devel] a problem while installing..
Edi Weitz
edi at agharta.de
Sat Mar 5 21:30:22 UTC 2005
Hi!
On Sat, 5 Mar 2005 16:17:05 -0500, Jason Wang <randomtalk at 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.
More information about the Tbnl-devel
mailing list