You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Reto Bachmann-Gmuer <re...@trialox.org> on 2010/01/07 14:42:26 UTC

Serving files from local fs during development

If I start clerezza with java
-Dorg.apache.clerezza.web.fileserver.static.extra=/home/reto/Desktop/
-jar org.apache.clerezza.... file in /home/reto/Desktop are server as
if they were in META-INF/static-web of a bundle, i.e. available under
http://your-clerezza-host/static/

reto