I think I answered my own question. At least, I was able to put in explicit mappings for *.css and the rest to point to resin-file. I did this in web.xml, which I don't like because it exposes knowledge of the servlet container to my app, but it'll do for now. The alternative is to put it in resin.xml, which then means the servlet container has to be specifically configured to allow my app to work. It's hard to keep the two independent.
Still working on mapping /. -- Rick On Mar 14, 2012, at 20:02 , Rick Mann wrote: > I realize this is not strictly a resin question, but I'm hoping you guys can > help me anyway. > > I want to map requests like "/main.css" or "/foo/bar/baz.js" or "/foo.jpg" > directly to files under the root of my webapp, and other requests (including > "/" or "" or "/foo/bar.do") to a servlet. > > What's the right combination of mappings in resin.xml and web.xml? > > Thanks! > > -- > Rick > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
