Certainly there is s simpler way to talk to an already running
instance of rocket (mine) and tell it to serve more static files? I
could also do it via apache, if I could talk to apache and tell it to
serve from locations not listed in its config. I need to do this at
runtime, though.

On Nov 1, 7:54 pm, Anthony <[email protected]> wrote:
> On Tuesday, November 1, 2011 5:48:12 PM UTC-4, John Duddy wrote:
>
> > Unfortunately, no. I might be able to create soft links under static
> > to those directories, making up a guid each time for the name. I was
> > hoping for a more elegant solution.
>
> If these are purely static files, why do you need web2py to serve them?
> Can't you set up your web server to serve them from where they are, or do
> you only have web2py's built-in server available (if so, maybe you can run
> a separate instance of Rocket using the fs
> method:http://packages.python.org/rocket/methods.html#fs)?

Reply via email to