Re: cvs commit: jakarta-tomcat-connectors/webapp/javaConstants.java.in

2001-07-19 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: jfclere 01/07/19 07:17:18 Modified:webapp/java Constants.java.in Log: Add missing Constants. Revision ChangesPath 1.2 +8 -0 jakarta-tomcat-connectors/webapp/java/Constants.java.in Index: Constants.java.in

[3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-19 Thread Will England
Greetings! Over on tomcat-users, theres been a discussion on JSP's finding the WEB-INF/classes directory when compiling. They can't. From searches, I understand this issue has come up before in regards to the Coocon project. The root problem is that Jasper cannot find classes located in

AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-19 Thread David Haraburda
Hi, I got no response to this message on the tomcat-user list, so I am trying here. I could find nothing in the archives except the message I refer to below -- I apologize if this issue has been addressed and I just couldn't find the info... I am having problems with jndi.properties being read

RE: cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp_config.c

2001-07-19 Thread Thom Park
Pier, I'm curious and appear to be too thick to understand exactly what the WebAppDeploy step does with the webAppConnector, could you find some time in your extremely busy schedule to jot down a few notes w.r.t. the what the WebAppDeploy/configure step does exactly. I'm curious to know what

Re: cvs commit: jakarta-tomcat-connectors/webapp/javaConstants.java.in

2001-07-19 Thread jean-frederic clere
Pier P. Fumagalli wrote: [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: jfclere 01/07/19 07:17:18 Modified:webapp/java Constants.java.in Log: Add missing Constants. Revision ChangesPath 1.2 +8 -0 jakarta-tomcat-connectors/webapp/java/Constants.java.in

Re: cvs commit: jakarta-tomcat-connectors/webapp/libpr_warp_config.c

2001-07-19 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: Pier, I'm curious and appear to be too thick to understand exactly what the WebAppDeploy step does with the webAppConnector, could you find some time in your extremely busy schedule to jot down a few notes w.r.t. the what the WebAppDeploy/configure

Re: cvs commit:jakarta-tomcat-connectors/webapp/javaConstants.java.in

2001-07-19 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: jfclere 01/07/19 07:17:18 Modified:webapp/java Constants.java.in Log: Add missing Constants. Revision ChangesPath 1.2 +8 -0

Clearing, or even setting cookies that already exist

2001-07-19 Thread Kedar Hirve
Hmm, I'm honestly not positive whether this is a problem with Tomcat, or something more basic than that... I've got this servlet, let's say I'm just testing cookie-setting and -clearing capabilities. When the servlet is invoked from a form, I set two cookies, with -1 MaxAge. Later, if I call it

John Gardner is out of the office.

2001-07-19 Thread John Gardner
I will be out of the office starting 19/07/2001 and will not return until 13/08/2001. Any general support queries should be emailed to: [EMAIL PROTECTED] Infoshop queries should be emailed to: [EMAIL PROTECTED] Technical Queries should be directed to Andy Armstrong ([EMAIL PROTECTED]) Any

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Craig R. McClanahan
On Wed, 18 Jul 2001, Justin Erenkrantz wrote: On Thu, Jul 19, 2001 at 12:16:27AM +0100, Pier P. Fumagalli wrote: Checking out the source code, I see a lot of // (commented out lines) when debug() is supposed to be called... Can't we have a global constant boolean called DEBUG and

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: In trivial experiments a long while back, I seem to recall that this trick worked if your constant was static final. But I haven't looked lately. Yep... Setting a public static final boolean DEBUG = true/false; will behave like an ifdef in C

Re: John Gardner is out of the office.

2001-07-19 Thread Pier P. Fumagalli
John Gardner at [EMAIL PROTECTED] wrote: I will be out of the office starting 19/07/2001 and will not return until 13/08/2001. Any general support queries should be emailed to: [EMAIL PROTECTED] Infoshop queries should be emailed to: [EMAIL PROTECTED] Technical Queries should be

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Mark Abbott
I believe the Java Language Spec makes specific requirements on the order of evaluation of static finals to facilitate this kind of usage. In the past I have gone so far as to compile test programs and disassemble the byte code and on every JVM I have ever tried, code wrapped in if statements

Re: John Gardner is out of the office.

2001-07-19 Thread Christopher Cain
Pier P. Fumagalli wrote: John Gardner at [EMAIL PROTECTED] wrote: I will be out of the office starting 19/07/2001 and will not return until 13/08/2001. Any general support queries should be emailed to: [EMAIL PROTECTED] Infoshop queries should be emailed to: [EMAIL PROTECTED]

Re: cvs commit:jakarta-tomcat-connectors/webapp/javaConstants.java.in

2001-07-19 Thread jean-frederic clere
Pier P. Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: jfclere 01/07/19 07:17:18 Modified:webapp/java Constants.java.in Log: Add missing Constants. Revision ChangesPath

Re: cvscommit:jakarta-tomcat-connectors/webapp/javaConstants.java.in

2001-07-19 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: jfclere 01/07/19 07:17:18 Modified:webapp/java Constants.java.in Log: Add

Re: cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp_config.c

2001-07-19 Thread jean-frederic clere
Thom Park wrote: Wow! I'm impressed - that looks pretty good for a default case but, what if I want tweak and tune my web app to use things like custom loggers or realms or even valves or listeners? I guess in that case I need to edit the server.xml directly wouldn't you say?

Cookies, and things

2001-07-19 Thread Kedar Hirve
Problem solved. It had to do with me not setting the domain on my cookie before clearing it. Sorry for the useless post. -KSH

cvs commit: jakarta-tomcat build.xml

2001-07-19 Thread larryi
larryi 01/07/19 10:30:36 Modified:.build.xml Log: Update javadoc build to not require jakarta-tomcat-connectors to be present. Plus a little clean up. Revision ChangesPath 1.146 +9 -11 jakarta-tomcat/build.xml Index: build.xml

cvs commit: jakarta-tomcat/src/etc server.xml

2001-07-19 Thread larryi
larryi 01/07/19 10:36:16 Modified:src/etc server.xml Log: Remove Ajp14Interceptor since it won't be part of the distribution and could become out of date with respect to development in jakarta-tomcat-connectors. Also, some minor clean up. Revision ChangesPath

cvs commit: jakarta-tomcat/src/admin/WEB-INF/classes/tadm AntProperty.java

2001-07-19 Thread costin
costin 01/07/19 11:00:39 Modified:src/admin/WEB-INF/classes/tadm AntProperty.java Log: More meaningful message. Revision ChangesPath 1.3 +4 -0 jakarta-tomcat/src/admin/WEB-INF/classes/tadm/AntProperty.java Index: AntProperty.java

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade ServletHandler.java

2001-07-19 Thread costin
costin 01/07/19 11:03:15 Modified:src/facade22/org/apache/tomcat/facade ServletHandler.java Log: Added the method from jasper34, is the only piece that prevents complete separation of runtime/compiler. Revision ChangesPath 1.15 +5 -0

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java InvokerServlet.java

2001-07-19 Thread craigmcc
craigmcc01/07/19 11:37:02 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java InvokerServlet.java Log: Correct an bad

RE: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-19 Thread Rob S.
I guess I don't follow, cuz I use this functionality of Tomcat every single day. Whether or not its under Apache shouldn't matter. - r -Original Message- From: Will England [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:49 AM To: [EMAIL PROTECTED] Subject: [3.2] JSP

RE: AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-19 Thread Rob S.
If this is what I'm remembering, your ContextFactory class can't be found. This is cuz the JNDI code is broken in that it doesn't rely on its parent classloader (in our case, the one that knows about WEB-INF/classes and lib) to load the context factory. You have to implement your own

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Craig R. McClanahan
On Thu, 19 Jul 2001, Mark Abbott wrote: [snip] These are specifically the sort of problems the new java.util.logging package in JDK 1.4 is addressing. I believe the philosophy there is to always leave the code in place, be liberal in writing tracing log calls and assume that integer

cvs commit: jakarta-tomcat/src/doc readme

2001-07-19 Thread larryi
larryi 01/07/19 13:20:10 Modified:src/doc readme Log: Some updates for beta-1 Revision ChangesPath 1.16 +35 -37jakarta-tomcat/src/doc/readme Index: readme === RCS file:

cvs commit: jakarta-tomcat/src/etc modules.xml

2001-07-19 Thread larryi
larryi 01/07/19 13:20:50 Modified:src/etc modules.xml Log: Add JservConfig Revision ChangesPath 1.9 +2 -0 jakarta-tomcat/src/etc/modules.xml Index: modules.xml === RCS file:

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: - However, Pier's proposed approach doesn't deal with a need that I've experienced regularly -- the need to turn on debugging messages dynamically on an existing component, *without* recompiling it. This is NOT simply aesthetics; either you

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config JservConfig.java

2001-07-19 Thread larryi
larryi 01/07/19 13:23:34 Modified:src/share/org/apache/tomcat/modules/config JservConfig.java Log: Fix protocol name. Remove incorrect comment. Revision ChangesPath 1.2 +2 -3 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/JservConfig.java

Re: AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-19 Thread David Haraburda
Hi, Thanks for responding. As far as I can tell this is a problem with Tomcat... AdaptiveClassLoader doesn't override findResources, which is causing the problem. I am digging through the source, and here is what happens when you instantiate an InitialContext object: InitialContext.init(null)

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config JservConfig.java

2001-07-19 Thread Sri Thuraisamy
How do i unsubscribe form mailing list -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: July 19, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config JservConfig.java larryi 01/07/19 13:23:34

UnSubsribe

2001-07-19 Thread Sri Thuraisamy
UnSubsribe

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Jonathan Reichhold
Actually I've got a thought on how to add in debug messages without recompiling. For a horrible hack say I've got a java class like: //Constants.java public class Constants{ public static boolean isDebug(){return true;} } And in my main code I call: if(Constants.isDebug())

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Craig R. McClanahan
On Thu, 19 Jul 2001, Jonathan Reichhold wrote: Actually I've got a thought on how to add in debug messages without recompiling. For a horrible hack say I've got a java class like: //Constants.java public class Constants{ public static boolean isDebug(){return true;} } And in

UnSubsribe

2001-07-19 Thread Ling Charles
UnSubsribe

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Jonathan Reichhold
This hack definitely works. As long as you're willing to pay the overhead for the method call, it's essentially equivalent to asking Log4J whether or not debugging output is enabled, which does something similar (but asks the instantiated logger object, instead of being a static method).

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-19 Thread David Rees
(Sorry about the double-qoute, I missed the original message) -Original Message- From: Will England [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 10:49 AM To: [EMAIL PROTECTED] Subject: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes Greetings!

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/xml XmlMapper.java

2001-07-19 Thread costin
costin 01/07/19 14:43:02 Modified:src/share/org/apache/tomcat/util/compat Jdk11Compat.java Jdk12Support.java src/share/org/apache/tomcat/util/xml XmlMapper.java Log: First part of the 2696 fix. Revision ChangesPath 1.6 +7 -1

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

2001-07-19 Thread costin
costin 01/07/19 14:45:52 Modified:src/share/org/apache/tomcat/modules/generators Jdk12Interceptor.java Log: Another try. Revision ChangesPath 1.6 +3 -3

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup StopTomcat.java

2001-07-19 Thread costin
costin 01/07/19 14:52:48 Modified:src/share/org/apache/tomcat/startup StopTomcat.java Log: Allow users to specify the location of ajp12.id Revision ChangesPath 1.8 +17 -2 jakarta-tomcat/src/share/org/apache/tomcat/startup/StopTomcat.java Index:

Nice script to change all those cvsroots?

2001-07-19 Thread Martin van den Bemt
Has anyone got a nice script to replace the jakarta.apache.org cvsroot to the cvs.apache.org cvs root? It's a lot of time to checkout everything again and gives lot's of other problems (losing changes I made to ant and tomcat eg..). It is for linux btw. Just a not : I have a checkout of all the

Re: Nice script to change all those cvsroots?

2001-07-19 Thread Jeff Turner
A collection of invaluable scripts for CVS: http://www.red-bean.com/cvsutils/ cvsco is the one I use daily.. removes all local modifications. Among them: cvschroot makes it possible to change CVS/Root in all subdirectories to the given value. --Jeff On Fri, Jul 20, 2001 at 12:22:32AM

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Craig R. McClanahan
On Thu, 19 Jul 2001, Jonathan Reichhold wrote: This hack definitely works. As long as you're willing to pay the overhead for the method call, it's essentially equivalent to asking Log4J whether or not debugging output is enabled, which does something similar (but asks the instantiated

cvs commit: jakarta-tomcat-connectors/webapp/java WarpEngine.java

2001-07-19 Thread pier
pier01/07/19 16:34:07 Added: webapp/java WarpEngine.java Log: Re-enabling WARP engine. Revision ChangesPath 1.12 +9 -163jakarta-tomcat-connectors/webapp/java/WarpEngine.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpHost.java

2001-07-19 Thread pier
pier01/07/19 16:34:35 Added: webapp/java WarpHost.java Log: Re-enabling Warp Host. Revision ChangesPath 1.9 +13 -115 jakarta-tomcat-connectors/webapp/java/WarpHost.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpRequest.java

2001-07-19 Thread pier
pier01/07/19 16:35:07 Added: webapp/java WarpRequest.java Log: Re-enabling WarpRequest Revision ChangesPath 1.6 +16 -101 jakarta-tomcat-connectors/webapp/java/WarpRequest.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpRequestHandler.java

2001-07-19 Thread pier
pier01/07/19 16:35:26 Added: webapp/java WarpRequestHandler.java Log: Re-enabling WarpRequestHandler Revision ChangesPath 1.9 +125 -126 jakarta-tomcat-connectors/webapp/java/WarpRequestHandler.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpResponse.java

2001-07-19 Thread pier
pier01/07/19 16:35:56 Added: webapp/java WarpResponse.java Log: Re-enabling WarpResponse Revision ChangesPath 1.5 +139 -131 jakarta-tomcat-connectors/webapp/java/WarpResponse.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java

2001-07-19 Thread pier
pier01/07/19 16:36:57 Modified:webapp/java WarpConfigurationHandler.java Log: Creating WarpContainers instead of standard ones (but the standard ones are still allowed) Revision ChangesPath 1.9 +19 -13

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnection.java

2001-07-19 Thread pier
pier01/07/19 16:37:55 Modified:webapp/java WarpConnection.java Log: Handle requests. Revision ChangesPath 1.16 +6 -2 jakarta-tomcat-connectors/webapp/java/WarpConnection.java Index: WarpConnection.java

Re: cvs commit: jakarta-tomcat-connectors/webapp/javaWarpConnection.java

2001-07-19 Thread Pier P. Fumagalli
FUCK! Why does MacOS/X crashes right in the middle of a commit? Back in one minute after restart... Pier

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Louis Tribble
Craig wrote: - The typical approach with the JSR47 API or with Log4J is to let the logger decide whether to really output the message or not. So, you would instrument your code with things like (conceptual, not real API): logger.log(The object is + myObject, Logger.DEBUG);

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java WarpPacket.java

2001-07-19 Thread pier
pier01/07/19 16:45:30 Modified:webapp/java WarpConnector.java WarpPacket.java Log: Forgot bean method to set port. Added applications table. Revision ChangesPath 1.16 +34 -0 jakarta-tomcat-connectors/webapp/java/WarpConnector.java Index:

cvs commit: jakarta-tomcat-connectors/webapp/java Constants.java.in

2001-07-19 Thread pier
pier01/07/19 16:46:30 Modified:webapp/java Constants.java.in Log: Added types. Revision ChangesPath 1.4 +15 -0 jakarta-tomcat-connectors/webapp/java/Constants.java.in Index: Constants.java.in

cvs commit: jakarta-tomcat-connectors/webapp/include wa_request.h

2001-07-19 Thread pier
pier01/07/19 16:47:31 Modified:webapp/include wa_request.h Log: Added content-type to the request structure. Revision ChangesPath 1.6 +3 -1 jakarta-tomcat-connectors/webapp/include/wa_request.h Index: wa_request.h

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.h

2001-07-19 Thread pier
pier01/07/19 16:49:00 Modified:webapp/lib pr_warp.h Log: Added WARP header structure to process headers from table. Added packet types for request. Changed function names for configuration. Revision ChangesPath 1.4 +24 -3

cvs commit: jakarta-tomcat-connectors/webapp/lib wa_main.c

2001-07-19 Thread pier
pier01/07/19 16:50:03 Modified:webapp/lib wa_main.c Log: Better debugging output. Revision ChangesPath 1.9 +8 -4 jakarta-tomcat-connectors/webapp/lib/wa_main.c Index: wa_main.c ===

cvs commit: jakarta-tomcat-connectors/webapp/lib wa_request.c

2001-07-19 Thread pier
pier01/07/19 16:50:48 Modified:webapp/lib wa_request.c Log: Set default content-type string. Revision ChangesPath 1.14 +2 -1 jakarta-tomcat-connectors/webapp/lib/wa_request.c Index: wa_request.c

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp_packet.c

2001-07-19 Thread pier
pier01/07/19 16:52:40 Modified:webapp/lib pr_warp_packet.c Log: Fixed bug truncating strings at the end. Revision ChangesPath 1.4 +3 -3 jakarta-tomcat-connectors/webapp/lib/pr_warp_packet.c Index: pr_warp_packet.c

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c

2001-07-19 Thread pier
pier01/07/19 16:53:41 Modified:webapp/lib pr_warp.c Log: Readded request handling. Revision ChangesPath 1.10 +182 -4jakarta-tomcat-connectors/webapp/lib/pr_warp.c Index: pr_warp.c ===

Re: cvs commit: jakarta-tomcat-connectors/webapp/javaWarpConnection.java

2001-07-19 Thread Christopher Cain
Pier P. Fumagalli wrote: FUCK! Why does MacOS/X crashes right in the middle of a commit? (Comment on Apple being able to find it with both hands and a flashlight withheld ;-)

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 mod_webapp.c

2001-07-19 Thread pier
pier01/07/19 16:55:01 Modified:webapp/apache-1.3 mod_webapp.c Log: Added Content-Type direct handling thru wa_request. Revision ChangesPath 1.20 +4 -1 jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c Index: mod_webapp.c

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp Constants.java WarpConfigurationHandler.java WarpLogger.java

2001-07-19 Thread pier
pier01/07/19 16:59:15 Added: catalina/src/share/org/apache/catalina/connector/warp Constants.java WarpConfigurationHandler.java WarpLogger.java Log: New WARP classes. Revision ChangesPath 1.1

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpConnection.java

2001-07-19 Thread pier
pier01/07/19 17:00:54 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpConnection.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.8 +137 -260

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpConnector.java

2001-07-19 Thread pier
pier01/07/19 17:01:00 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpConnector.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.12 +356 -233

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpEngine.java

2001-07-19 Thread pier
pier01/07/19 17:01:06 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpEngine.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.11 +9 -163

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpHost.java

2001-07-19 Thread pier
pier01/07/19 17:01:12 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpHost.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.8 +13 -115

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpPacket.java

2001-07-19 Thread pier
pier01/07/19 17:01:19 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpPacket.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.6 +171 -53

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpRequest.java

2001-07-19 Thread pier
pier01/07/19 17:01:26 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpRequest.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.5 +16 -101

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpRequestHandler.java

2001-07-19 Thread pier
pier01/07/19 17:01:32 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpRequestHandler.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.8 +125 -126

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpResponse.java

2001-07-19 Thread pier
pier01/07/19 17:01:38 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpResponse.java Log: New WARP implementation from Jakarta-Tomcat-Connectors Revision ChangesPath 1.4 +139 -131

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpConnectionHandler.java WarpConstants.java WarpContext.java WarpDebug.java WarpEngineMapper.java WarpHandler.java WarpHandlerTable.java WarpInputStream.java WarpOutputStream.java WarpReader.java WarpTable.java

2001-07-19 Thread pier
pier01/07/19 17:05:36 Removed: catalina/src/share/org/apache/catalina/connector/warp WarpConnectionHandler.java WarpConstants.java WarpContext.java WarpDebug.java WarpEngineMapper.java WarpHandler.java

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warpWarpConnectionHandler.java WarpConstants.java WarpContext.javaWarpDebug.java WarpEngineMapper.java WarpHandler.javaWarpHandlerTable.java WarpInputStream.java WarpOutputStream.javaWarpReader.java WarpTable.java

2001-07-19 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: pier01/07/19 17:05:36 Removed: catalina/src/share/org/apache/catalina/connector/warp WarpConnectionHandler.java WarpConstants.java WarpContext.java WarpDebug.java

Re: [TC4.0] Disabling debug output...

2001-07-19 Thread Incze Lajos
On Thu, Jul 19, 2001 at 01:43:32PM -0700, Jonathan Reichhold wrote: Actually I've got a thought on how to add in debug messages without recompiling. For a horrible hack say I've got a java class like: //Constants.java public class Constants{ public static boolean isDebug(){return

Re: [DOC] INSTALL.txt

2001-07-19 Thread guru
Neat! It might be better to split INSTALLATION into two separate sections, one for Windows, one for Unix. HOWTOs work best with fewer conditionals. - A On Tue, Jul 17, 2001 at 08:23:10PM -0400, Rob S. wrote: Along the right line? Used the formatting from the TC4 readme files. Needs some

RE: [DOC] INSTALL.txt

2001-07-19 Thread Rob S.
Agreed... (re: Win/Unix sections). Is a Mac section worth it? I don't have access to a Mac and haven't the slightest clue how they work =) I also redid the default homepage (ROOT/index.html) but forgot to send a copy home from work =( - r -Original Message- From: [EMAIL PROTECTED]

RE: [DOC] INSTALL.txt

2001-07-19 Thread Craig R. McClanahan
I'm going to include this in the beta 6 release tonight, after a couple of tweaks (and a mention of the new Windows-installer based version that Remy has created). Also, we'll need pointers to the RPMs that Henri so graciously creates, and corresponding directions to install them. MacOS X is,

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warpWarpConnectionHandler.java WarpConstants.java WarpContext.javaWarpDebug.java WarpEngineMapper.java WarpHandler.javaWarpHandlerTable.java WarpInputStream.java WarpOutputStream.javaWarpReader.java WarpTable.java

2001-07-19 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: pier01/07/19 17:05:36 Removed: catalina/src/share/org/apache/catalina/connector/warp WarpConnectionHandler.java WarpConstants.java

Re: [DOC] INSTALL.txt

2001-07-19 Thread Pier P. Fumagalli
Rob S. at [EMAIL PROTECTED] wrote: Agreed... (re: Win/Unix sections). Is a Mac section worth it? I don't have access to a Mac and haven't the slightest clue how they work =) Mac? Under OS/9 it doesn't work (only Java platform 1 over there)... OS/X is basically a unix box, so, no worries

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warpWarpConnectionHandler.java WarpConstants.java WarpContext.javaWarpDebug.java WarpEngineMapper.java WarpHandler.javaWarpHandlerTable.java WarpInputStream.java WarpOutputStream.javaWarpReader.java WarpTable.java

2001-07-19 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: Must have done something in the last updates (SHIT!)... It serves one request (perfectly), but the following ones are just headers... DAMN ME! Working on it... (SHIT!) Ok, now I'm talking to myself, and that's SCARY... The bitch serves all

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnection.java

2001-07-19 Thread pier
pier01/07/19 19:31:07 Modified:webapp/java WarpConnection.java Log: Better debugging output (packet types dumped in HEX) Revision ChangesPath 1.17 +4 -2 jakarta-tomcat-connectors/webapp/java/WarpConnection.java Index: WarpConnection.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpRequest.java

2001-07-19 Thread pier
pier01/07/19 19:32:12 Modified:webapp/java WarpRequest.java Log: Removed private context (which might have caused some troubles). Revision ChangesPath 1.7 +0 -1 jakarta-tomcat-connectors/webapp/java/WarpRequest.java Index: WarpRequest.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpRequestHandler.java

2001-07-19 Thread pier
pier01/07/19 19:33:52 Modified:webapp/java WarpRequestHandler.java Log: Fixed small bug with content type/length. Now the request and response objects are finished properly. Revision ChangesPath 1.10 +4 -3

cvs commit: jakarta-tomcat-connectors/webapp/java WarpResponse.java

2001-07-19 Thread pier
pier01/07/19 19:34:42 Modified:webapp/java WarpResponse.java Log: Response handles the finishResponse() method correctly, now. The outputStream instance is recycled between requests. Revision ChangesPath 1.6 +97 -17

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes TroubleShooter.java

2001-07-19 Thread pier
pier01/07/19 19:36:10 Modified:webapps/examples/WEB-INF/classes TroubleShooter.java Log: Fixed some NullPointerExceptions and display aesthetics. Revision ChangesPath 1.2 +21 -16 jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/TroubleShooter.java

Re: cvs commit: jakarta-tomcat-connectors/webapp/javaWarpResponse.java

2001-07-19 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Response handles the finishResponse() method correctly, now. Ok, I admit it, I'm an idiot... :( Pier

cvs commit: jakarta-tomcat/src/etc/jk mod_jk.conf

2001-07-19 Thread larryi
larryi 01/07/19 19:59:33 Modified:src/etc/jk mod_jk.conf Log: Fix invalid log level. Supported values are debug, info, error, and emerg. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat/src/etc/jk/mod_jk.conf Index: mod_jk.conf

cvs commit: jakarta-tomcat-site/xdocs index.xml

2001-07-19 Thread alex
alex01/07/19 19:48:06 Modified:xdocsindex.xml Log: Finish replacing 3.2.1 with 3.2.3 Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-site/xdocs/index.xml Index: index.xml === RCS

cvs commit: jakarta-tomcat-site/xdocs index.xml

2001-07-19 Thread alex
alex01/07/19 19:49:48 Modified:xdocsindex.xml Log: Tocmat - Tomcat Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-site/xdocs/index.xml Index: index.xml === RCS file:

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2001-07-19 Thread craigmcc
craigmcc01/07/19 20:20:09 Modified:catalina/src/share/org/apache/catalina Globals.java webapps/ROOT index.html Log: Updates for Tomcat 4.0-beta-6 release. Revision ChangesPath 1.29 +5 -5

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpConnection.java WarpRequest.java WarpRequestHandler.java WarpResponse.java

2001-07-19 Thread pier
pier01/07/19 20:25:30 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpConnection.java WarpRequest.java WarpRequestHandler.java WarpResponse.java Log: Reflect changes of JTC into JT4 for Tomcat B6 Revision

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warpWarpConnection.java WarpRequest.java WarpRequestHandler.javaWarpResponse.java

2001-07-19 Thread Pier P. Fumagalli
I tagged the webapp portion of j-t-c with the tomcat_40_b6... Night... Pier

cvs commit: jakarta-tomcat/src/admin/WEB-INF/scripts run-test.bat

2001-07-19 Thread larryi
larryi 01/07/19 20:48:09 Modified:src/admin/WEB-INF/scripts run-test.bat Log: Forgot to remove rem. Call Ant so CLASSPATH setting is restored. Revision ChangesPath 1.2 +2 -2 jakarta-tomcat/src/admin/WEB-INF/scripts/run-test.bat Index: run-test.bat

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

2001-07-19 Thread larryi
larryi 01/07/19 21:28:16 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Fix some descriptions Revision ChangesPath 1.38 +15 -15jakarta-tomcat/src/tests/webpages/WEB-INF/test-tomcat.xml Index: test-tomcat.xml

Re: [TC4] jakarta-regexp.jar

2001-07-19 Thread Jon Stevens
on 7/19/01 7:08 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: P.S. I'd like to propose that jakarta-regexp project name all their jars jakarta-regexp.jar no matter what version they are. This doesn't affect the decision here. -1 Until we have a CJAN, I like version numbers on jar files.

Re: [TC4] jakarta-regexp.jar

2001-07-19 Thread Craig R. McClanahan
On Thu, 19 Jul 2001 [EMAIL PROTECTED] wrote: Do you have a position on including a jakarta-regexp.jar (or a jakarta-regexp-1.2.jar or a jakarta-regexp-1.3-dev.jar) directly in jakarta-tomcat-4.0/lib so we can build it without synching and building jakarta-regexp? I'm positive Jon will

cvs commit: jakarta-tomcat-4.0 INSTALL.txt

2001-07-19 Thread craigmcc
craigmcc01/07/19 23:12:33 Added: .INSTALL.txt Log: Add Rob's installation instructions, tweaked just a little bit. Revision ChangesPath 1.1 jakarta-tomcat-4.0/INSTALL.txt Index: INSTALL.txt

Re: [TC4] jakarta-regexp.jar

2001-07-19 Thread guru
On Thu, Jul 19, 2001 at 10:58:21PM -0700, Craig R. McClanahan wrote: On Thu, 19 Jul 2001 [EMAIL PROTECTED] wrote: Do you have a position on including a jakarta-regexp.jar (or a jakarta-regexp-1.2.jar or a jakarta-regexp-1.3-dev.jar) directly in jakarta-tomcat-4.0/lib so we can build

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0-B6.txt

2001-07-19 Thread craigmcc
craigmcc01/07/19 23:13:49 Modified:.RELEASE-NOTES-4.0-B6.txt Log: Remove redundant note from the release notes. Revision ChangesPath 1.3 +372 -18 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B6.txt Index: RELEASE-NOTES-4.0-B6.txt

  1   2   >