Hi fossil-users, I have simple JS app (build with GWT) and these static files are in one folder ./jsout
How can I start fossil to serve these files in static mode. I need a comand like that: ./fossil server repo.db --static-dir ./jsout --static-url /jsout And http://localhost:8080/jsout/index.html return ./jsout/index.html file http://localhost:8080/jsout/logo.gif return ./jsout/logo.gif file http://localhost:8080/jsout/myapp.js return ./jsout/myapp.js file How we can do that ? I can do that with apache/proxy but, I prefer to use only fossil.exe on my Windows machine. Gerrit http://code.google.com/p/gerrit/ is on client a GWT app (js in browser) and almost all requests to servers a done with JSON-RPC. Thanks, -- Petrica Clement Chiriac (Tica2) CEO, Fluxinternet SRL *[email protected] <[email protected]>* +40 722 134 009 @Tica2
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

