Re: Jasper improvements - web resources and TLDs

2013-08-21 Thread Jeremy Boynes
On Aug 12, 2013, at 8:40 AM, Mark Thomas wrote: > On 12/08/2013 16:20, Jeremy Boynes wrote: > > I'm wondering about adding enableWebSockets() and enableJSPs() methods > to Tomcat which would automatically add the relevant SCI to any Context > created via one of the addContext(...) methods. Thoug

Re: Jasper improvements - web resources and TLDs

2013-08-20 Thread Violeta Georgieva
2013/8/12 Mark Thomas wrote: > > > I'm wondering about adding enableWebSockets() and enableJSPs() methods > to Tomcat which would automatically add the relevant SCI to any Context > created via one of the addContext(...) methods. Thoughts? > +1

Re: Jasper improvements - web resources and TLDs

2013-08-12 Thread Mark Thomas
On 12/08/2013 16:20, Jeremy Boynes wrote: > On Aug 12, 2013, at 7:46 AM, Mark Thomas wrote: > >> On 10/08/2013 23:20, Jeremy Boynes wrote: >>> On Jul 22, 2013, at 10:10 AM, Mark Thomas >>> wrote: >>> On 21/07/2013 18:36, Jeremy Boynes wrote: ... > In the meantime, I'm going to look at

Re: Jasper improvements - web resources and TLDs

2013-08-12 Thread Jeremy Boynes
On Aug 12, 2013, at 7:46 AM, Mark Thomas wrote: > On 10/08/2013 23:20, Jeremy Boynes wrote: >> On Jul 22, 2013, at 10:10 AM, Mark Thomas wrote: >> >>> On 21/07/2013 18:36, Jeremy Boynes wrote: >>> ... In the meantime, I'm going to look at refactoring the TLD support as described above

Re: Jasper improvements - web resources and TLDs

2013-08-12 Thread Mark Thomas
On 10/08/2013 23:20, Jeremy Boynes wrote: > On Jul 22, 2013, at 10:10 AM, Mark Thomas wrote: > >> On 21/07/2013 18:36, Jeremy Boynes wrote: >> ... >>> In the meantime, I'm going to look at refactoring the TLD support as >>> described above. >> >> Nice. See my note about TLD processing in the TOMC

Re: Jasper improvements - web resources and TLDs

2013-08-10 Thread Jeremy Boynes
On Jul 22, 2013, at 10:10 AM, Mark Thomas wrote: > On 21/07/2013 18:36, Jeremy Boynes wrote: > ... >> In the meantime, I'm going to look at refactoring the TLD support as >> described above. > > Nice. See my note about TLD processing in the TOMCAT-NEXT.txt file in > the root on trunk. I've take

Re: Jasper improvements - web resources and TLDs

2013-07-22 Thread Mark Thomas
On 21/07/2013 18:36, Jeremy Boynes wrote: > With r1505235 JspC is now merging in from web fragments. > It is still not handling resources found in those jars e.g. if they > are referenced by an include directive or from a prelude/coda > configuration. It also needs to compile any JSPs found as t

Re: Jasper improvements - web resources and TLDs

2013-07-21 Thread Jeremy Boynes
On Jul 8, 2013, at 12:23 AM, Mark Thomas wrote: > On 08/07/2013 06:38, Jeremy Boynes wrote: >> >> Another area of convergence is in parsing TLDs: currently both >> Catalina and Jasper do it, differently. > > A lot of the code is identical with large comments to keep the two > implementations in