Re: mod_jk timeout?

2003-10-27 Thread matthias.ernst
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

RE: [next] What's next ?

2003-10-02 Thread matthias.ernst
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 -

Re: Classloader when Tomcat is embedded + save

2003-09-09 Thread matthias.ernst
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

RE: [VOTE] 5.0.9 stability rating

2003-08-25 Thread matthias.ernst
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 that:

Re: request

2003-08-18 Thread matthias.ernst
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

Re: JSP 2.0 Jasper in Jetty 5

2003-08-15 Thread matthias.ernst
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 small

Re: Jasper Cocoon's Eclipse Compiler Plugin

2003-07-31 Thread matthias.ernst
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

Re: Jasper Cocoon's Eclipse Compiler Plugin

2003-07-31 Thread matthias.ernst
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

[PATCH] JspProperty constructor should be public

2003-07-31 Thread matthias.ernst
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.

[5.0 Performance] EL Parser Cache

2003-07-31 Thread matthias.ernst
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

Jasper Cocoon's Eclipse Compiler Plugin

2003-07-30 Thread matthias.ernst
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

Re: [5.0] Connector default configuration + connection timeout

2003-07-28 Thread matthias.ernst
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 always