[plt-scheme] programming for the web in scheme

From: Doug Orleans (dougorleans at gmail.com)
Date: Thu Feb 9 12:14:26 EST 2006

Jens Axel S,Axgaard writes:
 > 3. Remember to restart the web-server on each change
 >     (is there a way to make a servlet non-cached?)

You can visit /conf/refresh-servlets.  I usually just keep a separate
browser tab open to this page and refresh it when I make a change.
This is probably better than restarting the whole web-server, but not
much-- it refreshes (decaches) all servlets, not just the one you're
working on.

--dougorleans at gmail.com


Posted on the users mailing list.