racket/collects/little-helper/web-root/htdocs/Defaults/documentation/terms/servlet-refresh-message.html
Jens Axel Soegaard ac47e02961 Initial checkin of Little Helper.
Little Helper contains a full text search engine. 
Currently it indexes all html-files in /collects/doc.
A mockup web-interface is present in order to facilitate easy experimentation with searches.
Run run-indexer to generate the index for your documentation dir. 
Run launch to start a web-server with the search interface.
Note: Currently assumes w3m is in your path (used to precompute the 
           preview-snippets shown in the search results.

svn: r8836
2008-03-01 13:26:18 +00:00

1 line
921 B
HTML

<html><head><title>Configuration Explanation</title></head><body bgcolor="white"><img src="/Defaults/documentation/web-server.gif" width="61" height="57" /><dl><dt><a name="servlet-refresh-message"><b>Servlet cache refreshed</b></a></dt><dd><p>The Web server caches servlets (not the output of servlets). When developers update servlets, they must visit the URL <blockquote><a href="/conf/refresh-servlets"><code>http://</code>your-host<code>/conf/refresh-servlets</code></a></blockquote>to refresh the cache. When they do, they see the message from the <em>servlet cache refreshed</em> file.</p><p>Refreshing servlets does not affect currently running servlets, including suspended ones.Only servlets started from the beginning will execute the updated code.</p></dd></dl><p>Powered by <a href="http://www.plt-scheme.org/"><img width="53" height="19" src="/Defaults/documentation/plt-logo.gif" /></a></p></body></html>