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
> 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
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
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
> 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
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
> 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
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
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
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
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)
> 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
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
> 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
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
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
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
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
Hola a Todos:
Why is needed the core classes on the commons classloader?
Saludos ,
Ignacio J. Ortega
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
clucas 01/03/23 22:19:31
jakarta-tomcat/src/share/org/apache/tomcat/modules/tagpool - New directory
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
22 matches
Mail list logo