Check your web.xml. You're probably sending /* or /service/* to your servlet, which means YOU have to handle serving the CSS files. If you'd rather let Resin handle those, try using /*.jsp or /service/*.jsp (or something more specific to your situation). (*Chris*)
On Mon, Apr 8, 2013 at 8:08 PM, Rick Mann <rm...@latencyzero.com> wrote: > > On Apr 8, 2013, at 19:52 , Rick Mann <rm...@latencyzero.com> wrote: > > > I see that in app-default.xml, it has: > > > > <servlet-mapping url-pattern="/" > > servlet-name="resin-file" > > default="true"/> > > > > Can I change that to "*.css" and "*.js", etc? > > So, the answer appears to be "no." Not sure how it is that *.jsp is > handled but *.css isn't. > > -- > Rick > > > > > _______________________________________________ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest >
_______________________________________________ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest