Q: Future of Filter?

2001-04-24 Thread Bob Jamison
Hey, all, I have a minor question about TC4, if anyone knows, cool, if not, oh, well.;-) (Actually, I am probably just overlooking something obvious) In the public drafts of 2.3 and in the Tomcat examples, I have seen various specifications of Filter. Is the spec going to move toward Tomcat

Re: Future of Filter?

2001-04-25 Thread Bob Jamison
Amy Roh wrote: > Servlet spec 2.3 has changed to support init(FilterConfig config) and > destroy() methods instead of getFilterConfig() and > setFilterConfig(FilterConfig config) after discussion to change filter cycle > to be similar to the servlet life cycle in the expert group. The recent > c

Re: Future of Filter?

2001-04-25 Thread Bob Jamison
m.*; /** * This class uses a very simple piping mechanism to "push" XML data through * an XSL transform. * @author Bob Jamison * @date 25 Apr 01 */ public class XSLTOutputStream extends FilterOutputStream implements Runnable { OutputStream outputSt

Re: Future of Filter?

2001-04-25 Thread Bob Jamison
Oops! Got the tags wrong; the filter names should match. One more error this week, but who's counting? > > > XSLT Filter for Skin1 > XSLTFilter > > xsltFileName > skin1.xsl > > > > > Skin1Command > command > XSLT Filter for Skin1 XSLTFilter xsltFileName skin1.xsl XSLT

RE: [Tomcat Documentation Redactors To Hire] - WAS: TOMCAT SUCKS

2001-06-29 Thread Bob Jamison
At 08:56 AM 6/29/01 -0400, you wrote: >It's funny how people can say, "TOMCAT SUCKS" but everyone and their sister >is out there running it successfully. If you take the time to read and >understand the documentation that's out there, you can too! > >Anyways, speak of the devil, but I'm all about

Re: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-11 Thread Bob Jamison
es that will appear in 4.1, until *after* the split. > > At the same time, I will modify the build processes that create nightly > distributions of Tomcat to create a build of the most recent 4.0 tree and the > most recent 4.1 tree, so that people interested in either version can fo

Re: [ANNOUNCEMENT] Apache Tomcat 4.0 Final Release

2001-09-18 Thread Bob Jamison
Craig R. McClanahan wrote: >It's official! The Servlet 2.3 and JSP 1.2 specifications are now final, > At the site for the specs http://www.jcp.org/aboutJava/communityprocess/final/jsr053/ It looks like the actions on the forms are pointing to an internal LAN name, ( "webwork.eng" ? ) so t

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core ApplicationFilterChain.java ApplicationFilterConfig.java LocalStrings.properties StandardContext.java StandardWrapperValve.java ApplicationFilterWrapper.java

2000-10-23 Thread Bob Jamison
[EMAIL PROTECTED] wrote: > craigmcc00/10/22 02:55:54 I just noticed the time-of-day on the message, and the CVS time. You need to get some sleep, guy! ;-) Bob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

TC4 Q: PageInfoImpl.java & various things

2000-11-08 Thread Bob Jamison
n a direct-connect JNI connector module for apache2, and the threading problems seem to be the only remaining roadblock to finishing this beast. Thus the Q. Any thoughts on the matter would be appreciated. This is not urgent (imagine someone on the net saying that!), just something that would be n

Re: TC4 Q: PageInfoImpl.java & various things

2000-11-09 Thread Bob Jamison
Bob Jamison wrote: > Is PageInfoImpl.java no longer required? It references > > javax.servlet.jsp.tagext.PageInfo > > which has not been in any of the recent jakarta-servletapi-4.0 > nightly builds. Should this be taken out, if only temporarily? Works

Re: Ant rant

2000-11-13 Thread Bob Jamison
Nick Bauman wrote: > Question: WHAT THE HECK IS ANT? > > Now I know what ant is, I'm just hyperbolizing. But... > > It's just that I got the entire Tomcat 3.1 tree to compile with a single > Makefile in around 10 minutes. I can't figure out what Ant is helping this > project with. Maybe I'm jus

TC4 Q : Sandbox problem?

2000-11-15 Thread Bob Jamison
l of the docs to try to make sure I haven't sent a stupid message, which I probably have done anyway. :) Bob Jamison LinCom Corp Ignore the following, if you are the type that detests stack dumps! Exception Report: javax.servlet.Servle

TC4's classloader choking on xerces.jar (maybe)

2000-11-21 Thread Bob Jamison
ing "drop-in" apps in the app server. Any ideas? I have been looking at URLClassLoader's code, to see if a quick-and-easy extension can cure this problem. Bob Jamison LinCom Corp

tc4: Context's ClassLoader load order

2000-11-30 Thread Bob Jamison
any Tomcat dependencies? In other words, do a "leaf-first" repository search, thus allowing overloads of the default classes. Although the underlying URLClassLoader has only addURL(), and nothing like insertURL(), the child classloader can certainly be called before its parent. Any ideas?