Hi everyone,
I've tried searching the list archives but found no solution or even indication of what my problem is.
I'm trying to run a small web app locally from Hunchentoot 1.0.0 on Lispworks 5.1.2 on Windows XP, i set asdf and installed hunchentoot and it loads perfectly but the thing is that once i run test code shown in Hunchentoot homepage:
(hunchentoot:start (make-instance 'hunchentoot:acceptor :port 9000))
It simply returns to the repl and when looking at the process browser i can see the Hunchentoot process standing there with "Waiting for connection" status.
But when i then go to http://localhost:9000 in firefox i simply get a blank page. Does anyone have any idea what might be causing this? I the windows firewall disabled and added exceptions to the mcaffee firewall, and have even disabled mcaffee firewall but the result is always the same.
Thanks in advance,
Alexandre Paes