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

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 imp

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 e

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 the

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

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: 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

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF web.xml

2001-03-24 Thread craigmcc
craigmcc01/03/24 13:15:25 Modified:catalina/src/conf server.xml webapps/examples/WEB-INF web.xml Log: Update the examples webapp to include a definition of a javax.mail.Session resource factory in "conf/server.xml", and a reference to it in web.xml. From an applic

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2001-03-24 Thread craigmcc
craigmcc01/03/24 13:12:26 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Create JNDI entries for EJB references, resource references, and resource environment references in the "java:comp/env" context, rather than in the "j

Re: [tc33]Core in commons classloader

2001-03-24 Thread cmanolache
On Sat, 24 Mar 2001, Ignacio J. Ortega wrote: > Hola a Todos: > > Why is needed the core classes on the commons classloader? Well, it's not needed - i.e. it should work very well with it in the container classloader. If you want to move it - I'm fine. It was helping in the ProfileLoader - sinc

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

2001-03-24 Thread Craig R. McClanahan
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)

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

2001-03-24 Thread Remy Maucherat
> 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) with : If the resource is jdbc/TestDB, the parameters ar

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

2001-03-24 Thread Craig R. McClanahan
On Sat, 24 Mar 2001, Remy Maucherat wrote: > > craigmcc01/03/24 12:52:08 > > > > Modified:catalina build.xml > >catalina/src/share/org/apache/naming/factory > > ResourceFactory.java > > Added: catalina/src/share/org/apache/naming/factory

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

2001-03-24 Thread Remy Maucherat
> craigmcc01/03/24 12:52:08 > > Modified:catalina build.xml >catalina/src/share/org/apache/naming/factory > ResourceFactory.java > Added: catalina/src/share/org/apache/naming/factory > MailSessionFactory.java > Log

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JDBCRealm.java

2001-03-24 Thread nacho
nacho 01/03/24 12:53:58 Modified:catalina/src/share/org/apache/catalina/realm JDBCRealm.java Log: Bug#1076 JDBCRealm password digest encoding different to TC3.3 Reported by pyuill at objectix.com.au (Peter Yuill) Revision ChangesPath 1.10 +1 -2 jak

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

2001-03-24 Thread craigmcc
craigmcc01/03/24 12:52:08 Modified:catalina build.xml catalina/src/share/org/apache/naming/factory ResourceFactory.java Added: catalina/src/share/org/apache/naming/factory MailSessionFactory.java Log: Add a namin

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

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

2001-03-24 Thread nacho
nacho 01/03/24 11:48:32 Modified:src/share/org/apache/tomcat/modules/generators StaticInterceptor.java Log: Honoring the "If-Modified-Since" header.. No more "Connection Broken Exceptions" in logs when using IE . Revision ChangesPath 1.8

[tc33]Core in commons classloader

2001-03-24 Thread Ignacio J. Ortega
Hola a Todos: Why is needed the core classes on the commons classloader? Saludos , Ignacio J. Ortega

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/tagpool TagPoolManagerInterceptor.java

2001-03-24 Thread clucas
clucas 01/03/23 22:49:30 Modified:src/etc modules.xml server.xml src/share/org/apache/jasper/compiler JspParseEventListener.java TagBeginGenerator.java TagCache.java TagEndGenerator.java TagGenerato

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/tagpool - New directory

2001-03-24 Thread clucas
clucas 01/03/23 22:19:31 jakarta-tomcat/src/share/org/apache/tomcat/modules/tagpool - New directory

RE: Still have XML loading problems

2001-03-24 Thread Craig R. McClanahan
On Sat, 24 Mar 2001, Kevin Jones wrote: > Craig, > > bear with my ignorance of how Catalina works at this point. > I'm assuming that the JSP servlet compiles the 'raw' JSP->XML->Java and then > compiles this to a .class file. > It doesn't actually go to XML if the original syntax was the JSP