ok thanks and sorry !

On Wed, 4 Aug 2004 15:28:26 -0400
"Shapira, Yoav" <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> Please don't cross-post to tomcat-dev and tomcat-user at the same time.
> You will most likely piss off a few of the people who can help you ;)
> 
> To answer question, I think no.
> 
> Yoav Shapira
> Millennium Research Informatics
> 
> 
> >-----Original Message-----
> >From: Thai DANG [mailto:[EMAIL PROTECTED]
> >Sent: Wednesday, August 04, 2004 3:26 PM
> >To: [EMAIL PROTECTED]
> >Subject: JSTL and preloading pool
> >
> >
> >Hi all
> >
> >I am using JSTL with precompilation (JSPC).
> >
> >I am wondering why the first time I go on a page with JSTL inside, it
> took
> >longer to display. But when I go on it a second time, it displays as
> quick
> >as with scriptlet.
> >
> >So I had a look to the code generated by JSPC and I noticed that there
> is a
> >pool system with reused objects :
> org.apache.jasper.runtime.TagHandlerPool
> >
> >So my question is : is there a way to preload all that things ?
> >I tried to do :
> >
> >            Class cl =
> Class.forName("dang.www.websnmp.admin.hostgen_jsp");
> >            Object obj = cl.newInstance();
> >            Method m = cl.getMethod("_jspInit", null);
> >            m.invoke(obj, null);
> >
> >But no amelioration...
> >
> >
> >Thanks.
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> This e-mail, including any attachments, is a confidential business communication, 
> and may contain information that is confidential, proprietary and/or privileged.  
> This e-mail is intended only for the individual(s) to whom it is addressed, and may 
> not be saved, copied, printed, disclosed or used by anyone else.  If you are not 
> the(an) intended recipient, please immediately delete this e-mail from your computer 
> system and notify the sender.  Thank you.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to