[mod_webapp.dsp mod_webapp.mak] cvs commit

2001-08-07 Thread Dongsheng Song
mod_webapp.dsp: add ws2_32.lib define APR_DECLARE_STATIC add pr_warp_config.c, pr_warp_network.c, pr_warp_packet.c to source files add mod_webapp.mak mod_webapp.zip

Re: Cert Lockdown - 3.3 Integration

2001-08-07 Thread Christopher Cain
Costin: You told me in the beginning that if I needed any additional callbacks to let you know. I think I do, and I'll explain why. If you think I'm on the wrong track, let me know. Any arbitrary number of http interceptors can be defined (I think, right?), each with the ability to bind to a

Re: Cert Lockdown - 3.3 Integration

2001-08-07 Thread Christopher Cain
P.S. What's the difference between engineInit() and engineStart()? They both say Called when the ContextManger is started, so when in the loading process does each get called? - Christopher

RE: partial URLPatternMatching in Tomcat 4.0 (Servlet 2.3 spec)? ++

2001-08-07 Thread Loïc Lefèvre
-Message d'origine- De : Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Envoyé : lundi 6 août 2001 18:45 À : Tomcat Dev Objet : RE: partial URLPatternMatching in Tomcat 4.0 (Servlet 2.3 spec)? On Mon, 6 Aug 2001, Loïc Lefèvre wrote: Would/Must the RewriteValve do that? Well,

Tomcat 4.0b6 Audit

2001-08-07 Thread Loïc Lefèvre
Hi, Would you be interested in the audit report of Tomcat 4.0b6 sources? Loïc Lefèvre note: It's made with Together v4.2.

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-08-07 Thread larryi
larryi 01/08/07 05:14:20 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Added a colonPort property that includes the colon with the port number, and updated response matches to use it to in place of :${port}. This allows you to avoid false failures when using the

cvs commit: jakarta-tomcat/src/admin/test test.jsp

2001-08-07 Thread larryi
larryi 01/08/07 05:17:45 Modified:src/admin/test test.jsp Log: Updated to set the colonPort property to if port 80 is used. Avoids false failures when default handling would expect http://localhost:80/...; instead of http://localhost/...;. Revision ChangesPath

RE: SimpleMapper1.java

2001-08-07 Thread Larry Isaacs
Chris, I have committed my attempt at updating SimpleMapper1. I tried to make it a little more efficient by storing *hosts in a separate map. Let me know if it works properly in your situation. Note that the format for adding aliases is (from Costin's update): Host name=foo Alias

Re: Cert Lockdown - 3.3 Integration

2001-08-07 Thread Costin.Manolache
On Tue, 7 Aug 2001, Christopher Cain wrote: P.S. What's the difference between engineInit() and engineStart()? They both say Called when the ContextManger is started, so when in the loading process does each get called? EngineInit is called after you add all the initial modules. The

Re: Catalina Startup Hook (actually, both camps should read this:-)

2001-08-07 Thread Jon Stevens
on 8/6/01 10:31 PM, Christopher Cain [EMAIL PROTECTED] wrote: But I have to say, from someone without a great deal of personal investment in either tree in particular, ALL of you people should be damn proud. Wouldn't it be amazing if they had just worked together though? All that great

Tomcat-Users mailing list...

2001-08-07 Thread Pier P. Fumagalli
Folks... We need someone from the Tomcat 3.x developers to monitor and answer questions on the tomcat-user mailing list. There are tons of questions related to mod_jk, tons of questions related to bugs that seem to be fixed in bugzilla but are constantly reappearing in later builds. I and Craig

Re: Tomcat 4.0b6 Audit

2001-08-07 Thread Craig R. McClanahan
On Tue, 7 Aug 2001, Loïc Lefèvre wrote: Hi, Would you be interested in the audit report of Tomcat 4.0b6 sources? Loïc Lefèvre note: It's made with Together v4.2. Very much so! Craig

Re: Tomcat-Users mailing list...

2001-08-07 Thread Christopher Cain
I've become pretty knowledgable on the whole startup process over the past week or so, with some help from Costin and in examining the source. While I don't have the broad overall container knowledge that the core developers have, I'll try and help out with any of the startup/loading related

RE: Tomcat-Users mailing list...

2001-08-07 Thread Larry Isaacs
I subscribed, and will try to answer what I can with the time available. Cheers, Larry -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 1:01 PM To: tomcat dev jakarta.apache.org Subject: Tomcat-Users mailing list... Folks...

Problem in JasperLoader ?

2001-08-07 Thread Serge Huber
Hi all, I am using a RequestDispatcher to do a cross context include to a JSP. The problem is there seems to be a problem in the JasperLoader implementation. Let me explain quickly the configuration : contextA : - does a

RE: Velocity and JSP speed testing...

2001-08-07 Thread Paulo Gaspar
Sorry man, I can't make a really good flame war when I agree with Jon. But there is still hope: we still flame each other from time to time (even if on other lists). Nothing as blazing than that one you remember, but still... =:o) Have fun, Paulo -Original Message- From:

Re: Tomcat-Users mailing list...

2001-08-07 Thread cmanolache
Unfortunately my yahoo account has a space limit, so I can't subscribe. If someone can tell me how to tell list server to subscribe in write only mode ( many list servers allow this option ) - I could help a bit. ( I suppose you may have 4-5 mails from [EMAIL PROTECTED] in your spam list, I

RE: Tomcat-Users mailing list...

2001-08-07 Thread Martin van den Bemt
I'll subscribe again too and also answer when time permits.. -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 7:01 PM To: tomcat dev jakarta.apache.org Subject: Tomcat-Users mailing list... Folks... We need someone from the

Patch: Mod_jk remove query string as factor in MATCH_TYPE_EXACT

2001-08-07 Thread Steven Velez
Title: Patch: Mod_jk remove query string as factor in MATCH_TYPE_EXACT .-. | Steven Velez oo| | Software Engineer /`'\ | alventive (\_;/) | 678-202-2226 querystring.patch

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet JspServlet.java

2001-08-07 Thread craigmcc
craigmcc01/08/07 13:53:06 Modified:jasper/src/share/org/apache/jasper/logging DefaultLogger.java jasper/src/share/org/apache/jasper/servlet JspServlet.java Log: The current implementation of logging in Jasper (using JasperLogger) causes a

RE: Velocity and JSP speed testing...

2001-08-07 Thread Paulo Gaspar
He is over on the Velocity lists being a pain in the ass still. :-) I just love him. I love you too Jon. Our last flame war was about me wanting to get rid of the dynamic logging in Velocity and just make a dependency on Log4J. Eventually, I think he just gave up. Now that Ceki has the

Addition of 'dirty' field to Session interface

2001-08-07 Thread Vishy Kasar
Hi, In order to support persistent failover, we have written our own Store class that writes session data to DB of our choice. We decided to use maxIdleBackups as that will save the data periodically to disk without getting rid of it in memory. PersistentManagerBase.processMaxIdleBackups()

Re: Addition of 'dirty' field to Session interface

2001-08-07 Thread Jim Seach
--- Vishy Kasar [EMAIL PROTECTED] wrote: Hi, In order to support persistent failover, we have written our own Store class that writes session data to DB of our choice. We decided to use maxIdleBackups as that will save the data periodically to disk without getting rid of it in memory.

TC3.2: TCPPoolConnector leaks in thread pool (bug #3033)

2001-08-07 Thread Wiedmann, Jochen
Hi, I have just posted bug #3033 to nagoya, about a bug in the TCPPoolConnector. When running TomCat in standalone mode, after some time I notice the message ThreadPool: Pool exhausted with 100 threads. over and over again in the error log file. In practice this causes TomCat to be out of

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

2001-08-07 Thread remm
remm01/08/07 17:32:02 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: - Cross contexts include and forwards were broken because the context class loader wasn't appropriately set. Now, check if the current context

javascript won't work in tomcat

2001-08-07 Thread David Cao
Hello, I have very simple html page have JavaScript, it works find if load from file system, buy the java script won't work if I load it from tomcat, does anyone know the reason or have similar problem? Thanks a lot David Cao - Energizing by Thinking -Original Message- From:

Re: TC3.2: TCPPoolConnector leaks in thread pool (bug #3033)

2001-08-07 Thread cmanolache
One solution would be to update to 3.2.3 - if I remember corectly this has been fixed. Costin On Wed, 8 Aug 2001, Wiedmann, Jochen wrote: Hi, I have just posted bug #3033 to nagoya, about a bug in the TCPPoolConnector. When running TomCat in standalone mode, after some time I notice

RE: Velocity and JSP speed testing...

2001-08-07 Thread Christopher Cain
Quoting Paulo Gaspar [EMAIL PROTECTED]: Sorry man, I can't make a really good flame war when I agree with Jon. That's okay, buddy. You're back, and that's the important thing. We missed you is all ;-) - Christopher

Re: Tomcat-Users mailing list...

2001-08-07 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: If someone can tell me how to tell list server to subscribe in write only mode ( many list servers allow this option ) - I could help a bit. ( I suppose you may have 4-5 mails from [EMAIL PROTECTED] in your spam list, I tried to answer few

Service code...

2001-08-07 Thread Pier Fumagalli
Just a FYI... For the next beta of TC4, I'd rather improve the WebApp connector than the Service code... Does it collide with some priority/ schedules of someone, I'd really shoot for WebApp first and Service then... Pier

[tomcat 4] using jikes to compile jsp's

2001-08-07 Thread Kevin Seguin
has anybody tried using jikes to compile jsp's with tomcat 4 on windows recently? i have. it barfed :) basically what's happening is the classpath is getting messed up. more specifically, the entry in the classpath that points at WEB-INF/classes/ is getting messed up. the classpath ends up