Hi,
I am running araneida 0.90.1 in openmcl 1.0 on a Mac. I can load
araneida and example.lisp without incident. However, when I execute
(start-listener *listener*) and then attempt to connect to http://
localhost:8000/ in the firefox web browser, the URL quickly grows to
http://localhost:8000///////////////////// and I get the following
error page in firefox:
"The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for
this address in a way that will never complete.
* This problem can somtimes be caused by disabling or refusing to
accept cookies."
I have verified that I am accepting cookies -- I don't think that is
the problem. I get similar results in the mac Safari web browser as
well. I cannot tell from the example.lisp code what might cause
this. Any suggestions on how I might get the example to work? Thanks!
-Clay