On Mon, 27 Oct 2003, Henri Gomez wrote:
> If the thread on java side is a long running task or a blocking task,
> it should be handled by the servlet engine and sus some watchdog support
> should be added in Tomcat.
>
> In you're exemple I didn't know how the thread could be ever finished !!!
In
On Thu, 2 Oct 2003, Angus Mezick wrote:
> > 2. Eliminate the shared and common classloader repositories. Unless
> > these are required by the spec? Force webapps to be self-contained by
> > putting all their classes in WEB-INF/lib or WEB-INF/classes of their
> > webapp. Have the WEB-INF/clases
> Of course, it's good to remember that this code exists only because of
> the lack of a good in memory compiler. This could change.
Class org.eclipse.jdt.internal.compiler.Compiler in combination with
org.apache.cocoon.components.language.programming.java.EclipseJavaCompiler
provide a load-from-c
On Mon, 25 Aug 2003, Shapira, Yoav wrote:
> I don't think it really matters, except I'd like to say Beta to get more
> users to download and test it. I think we've reached the point where
> more user testing of the 5.0.x branch is highly desirable.
On an unnamed blog the attitude was exactly tha
Majesh,
first of all, you should peruse the fine documentation on this subject
that is readily available on the jakarta tomcat website. furthermore you
should read it more thoroughly than the mailing-list instructions.
quote "Do not send mail to this list with usage questions or configuration
prob
On Fri, 15 Aug 2003, Greg Wilkins wrote:
> Integration has been totally painless and the results appear to
> be a very fast and snappy!
I'd like to second that. I've managed to integrate Jasper into a
number of non-tomcat Servlet 2.3 containers for using tagfiles. I've also
been able to add a smal
Hi,
other than "no optimizations yet", is there a reason why PageContextImpl
turns off the EL caches ? Turning them on boosts performance a lot
for me.
PS: should I post bugzilla requests for that ?
Matthias
--
Matthias Ernst
Software Engineer
CoreMedia - Smart Content Technology
//corem
There is no possibility to actually create an alternative JspConfig, since
you cannot create own JspProperties. This possibility seems to be implied,
though, since org.apache.jasper.Options includes 'public JspConfig
getConfig()'.
It would be helpful for me.
Patch against public CVS is attached.
On Thu, 31 Jul 2003, Remy Maucherat wrote:
> Jasper uses Ant and that was a rather painful switch which needed lots
> of testing to start working fine. You should be able to use EDT through Ant.
> I'm against what you propose (lots of pain, no gain).
You are right. With some afterthought, I was a
On Wed, 30 Jul 2003, Glenn Nielsen wrote:
> Plugging in a different javac compiler if it works better may be
> of iterest. The only way for the tomcat developer community to
> determine this is to submit a patch so that it can be evaluated.
Alright. I'll come up with one. I was only wondering if
Hi,
I'm experimenting with embedding Jasper/JSP 2.0 into production servlet
2.3 containers / JSP 1.2. That works surprisingly well, using an
alternative lib directory and an additional classloader. (I want to run
tagfiles in Websphere,Dynamo,... before 2005.)
Anwyay, one of the obstacles is Jaspe
On Mon, 28 Jul 2003, Henri Gomez wrote:
> May be you should mimic the defaults settings of Apache 2.0 :
>
> 150 Threads, 25 MinSpare, 75 MaxSpare.
>
Shouldn't one assume that a servlet container's application is different
from that of a webserver ? I.e. less static files, more computation ? I
alw
12 matches
Mail list logo