Re: [Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Scott Ferguson
On 12/28/15 1:15 PM, Carl Whalley wrote: > I'm learning Polymer and want to use Resin as its server. I find if I > rename all *.html files to *.jsp all is well, after I add the > pageContentType and taglib prefix xml element to the top of each page. > I'd really like to do it the other way round

[Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Carl Whalley
I'm learning Polymer and want to use Resin as its server. I find if I rename all *.html files to *.jsp all is well, after I add the pageContentType and taglib prefix xml element to the top of each page. I'd really like to do it the other way round though, i.e. tell resin to treat each *.html

Re: [Resin-interest] Simplest way to get resin (4.0.47) to serve *.html as if it were *.jsp?

2015-12-28 Thread Carl Whalley
> Try removing the "default". Also, you should be able to add it to the > web.xml. > > The "default" is for Resin to make its defaults a lower priority than > any other definition. > > -- Scott Yup - it works now, exactly that, in resin-web.xml for the web app. Thanks. > >