Jon Tirsen wrote: > Is there a way to get a servlet engine to behave in such a way that > it falls back on a servlet if it can't find a static file? > > Cheers, > Jon > It seems like the FileServlet could be a filter, which dispatches to the real RailsServer if no file is found. Probably the easiest implementation.
Cheers -- Ola Bini (http://ola-bini.blogspot.com) JvYAML, RbYAML, JRuby and Jatha contributor System Developer, Karolinska Institutet (http://www.ki.se) OLogix Consulting (http://www.ologix.com) "Yields falsehood when quined" yields falsehood when quined. _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
