fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

caveman2 project couldn't start with lispworks 7. #87

Open hufengtao opened 7 years ago

hufengtao commented 7 years ago

(ql:quickload :caveman2) (caveman2:make-project #p"myapp") (ql:quickload : myapp-popularity) (language-myapp :port 5000)

I tested on Mac os X and Linux run with SBCL and lispworks: sbcl could start a web server on both Linux and Mac os. browser could open localhost:5000 lispworks also start without any error, but could not browser on port 5000.

knobo commented 7 years ago

Does your lisp give anything on stdout or stderr?

hufengtao commented 7 years ago

nothing output of lisp. this issue due to hunchentoot for lispworks pls reference : https://github.com/fukamachi/clack/issues/125

I fixed as the mentioned method, but this issue also exist.