[<<][sweb][>>][..]
Wed Aug 13 20:38:47 CEST 2008
instaweb
Maybe switch to instaweb, since I'm only interested in running a
single servlet. On the other hand, it might not be necessary. What
does it bring? Simplified configuration + 'root' servlets. It's easy
to add next time I add something:
#lang scheme/base
(require (planet schematics/instaweb/instaweb))
(instaweb #:servlet-path "servlets/ramblings"
with some minor tweaks in the url handling code.
EDIT: this won't work. the approach i take is to make a single
webserver for all networked applications, and run it behind apache to
expose only public servlets.
[Reply][About][<<][sweb][>>][..]