cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-03-24 Thread nacho
nacho 01/03/24 11:56:06 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Oops. Revision ChangesPath 1.9 +0 -3 jakarta-tomcat/src/share/org/apache/tomcat/modules/generators/StaticInterceptor.java

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory MailSessionFactory.java ResourceFactory.java

2001-03-24 Thread Remy Maucherat
On Sat, 24 Mar 2001, Remy Maucherat wrote: Where? This didn't work until I modified ResourceFactory to take care of it, copying the way that the default resource factory for a DataSource is set up. You can set parameters for a resource (ejb-ref, resource-ref, and the others)

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/generators StaticInterceptor.java

2001-03-24 Thread nacho
nacho 01/03/24 13:33:53 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: tuneup If-Modified-Since honoring 3.3 style.. MessageBytes has inside all the needed RFC dates parsing things.. Revision ChangesPath

RE: Still have XML loading problems

2001-03-24 Thread Kevin Jones
I'm interested in seeing if we can gather enough folks to start a "Jasper 2.0" effort, on a completely fresh slate. The design of this would take into account the two input syntaxes and everything we've learned, and the implementation could implement many obvious optimizations that would

Thread pools

2001-03-24 Thread cmanolache
Hi, The thread pool changes are almost done, with better interfaces and monitoring and even less coupling ( it no longer uses the Log, but generates Events - the only dependency is now JDK1.1 ). The code is almost the same as functionality ( except for additional sugar ), and should replace

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory MailSessionFactory.java ResourceFactory.java

2001-03-24 Thread Glenn Nielsen
Craig, I have another version of a MailSessionFactory (I thought I had mentioned I would take care of it). It is identical to what you just commited, with one exception. It uses getInstance() instead of getDefaultInstance(). getDefaultInstance() creates just one instance of a Session for the

RE: Thread pools

2001-03-24 Thread Larry Isaacs
Larry - let me know if you are ok with checking it in. I'm confident the code is as good ( or better ) than before, but this is a very important component. We can keep it as an experimental module - in /proposals - and keep the old code as default. Having fewer threads is not that

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory MailSessionFactory.java ResourceFactory.java

2001-03-24 Thread Craig R. McClanahan
On Sat, 24 Mar 2001, Glenn Nielsen wrote: Craig, I have another version of a MailSessionFactory (I thought I had mentioned I would take care of it). It is identical to what you just commited, with one exception. Well, I must have missed your message about taking care of it (but it