Re: Fix to Tomcat Jasper slow .tag compilation problem.

2007-10-29 Thread Peng Tuck Kwok
> > Sent: Monday, October 29, 2007 8:17 PM > > To: Tomcat Users List > > Subject: Re: Fix to Tomcat Jasper slow .tag compilation problem. > > > > Would pre-compiling your jsp files help you instead? AFAIK that works > on > > the > > tags so you pro

Re: Fix to Tomcat Jasper slow .tag compilation problem.

2007-10-29 Thread Mark Thomas
Berglas, Anthony wrote: > My enthusiasm for addressing these issues is dependent on the community > being able to incorporate my fixes into the core. Otherwise I fork > Tomcat, not a good idea. > > My feeling is that my fix below will just be ignored. It might not get looked at straight away.

RE: Fix to Tomcat Jasper slow .tag compilation problem.

2007-10-29 Thread Berglas, Anthony
that my fix below will just be ignored. Anthony > -Original Message- > From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] > Sent: Monday, October 29, 2007 8:17 PM > To: Tomcat Users List > Subject: Re: Fix to Tomcat Jasper slow .tag compilation problem. > > Would pre-com

Re: Fix to Tomcat Jasper slow .tag compilation problem.

2007-10-29 Thread Peng Tuck Kwok
Would pre-compiling your jsp files help you instead? AFAIK that works on the tags so you probably don't need to touch jspc. On 10/29/07, Berglas, Anthony <[EMAIL PROTECTED]> wrote: > > As described in a previous post, Jasper is *extremely* slow at compiling > .tag files packaged in a .jar. Tens o

Fix to Tomcat Jasper slow .tag compilation problem.

2007-10-29 Thread Berglas, Anthony
As described in a previous post, Jasper is *extremely* slow at compiling .tag files packaged in a .jar. Tens of seconds every time you touch a new .jsp for the first time. Almost unusable if you use .tags extensively, as I do. The following few lines is a hack to fix this. The added code is mar