Re: [PATCH] possible speed enhancement to JspServlet.java

2002-04-30 Thread Duncan McLean
; production systems. I've committed a patch which does that. > > That way, loadJSP can use 0% and everything stays very simple. > > What do you think ? > > Remy > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- Duncan McLean Hummingbird Ltd. 613-548-4355 x1539 http://www.hummingbird.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: [PATCH] possible speed enhancement to JspServlet.java

2002-04-29 Thread Duncan McLean
ception( - Constants.getString("jsp.error.unable.load"),cex); - } catch (MalformedURLException mue) { - throw new JasperException( - Constants.getString("jsp.error.unable.load"),mue); - } - - } - - return outDated; } -- Duncan McLean Hummingbird Ltd. 613-548-4355 x1539 http://www.hummingbird.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Why is JDK needed to install Apache Tomcat 4.0 on WinNT?

2002-04-24 Thread Duncan McLean
* * jre/bin/server/Xusage.txt * ** ** Bojan Smojver wrote: > Not sure, to be perfectly honest. Maybe some of the other developer can > answer that properly. &g

Re: Why is JDK needed to install Apache Tomcat 4.0 on WinNT?

2002-04-23 Thread Duncan McLean
st Regards, >>nKiran >> >> >>-- >>To unsubscribe, e-mail: >><mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: >><mailto:[EMAIL PROTECTED]> >> >> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >

[PATCH] possible speed enhancement to JspServlet.java

2002-04-19 Thread Duncan McLean
I'm new to this list (and the jasper code), so please let me know if I've submitted this incorrectly. I was doing some profiling of the server side environment that I work on and noticed that quite a bit of time was being used in the JSP engine. After further investigation I notice