Hunchentoot文档说明:
"ACCEPTOR的方法尝试提供相对于它的ACCEPTOR-DOCUMENT-ROOT的静态文件." acceptor-document-root acceptor =>(或pathname null) (setf(acceptor-document-root acceptor)new-value)
"ACCEPTOR的方法尝试提供相对于它的ACCEPTOR-DOCUMENT-ROOT的静态文件."
acceptor-document-root acceptor =>(或pathname null)
(setf(acceptor-document-root acceptor)new-value)
http://weitz.de/hunchentoot/
我在将这个文档翻译成实际的Lisp代码时遇到了麻烦.
有人可以给我一个例子,告诉我如何告诉Hunchentoot在哪里寻找静态网页服务?
lisp webserver web-applications hunchentoot
hunchentoot ×1
lisp ×1
web-applications ×1
webserver ×1