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

2002-02-20 Thread remm
remm02/02/20 00:29:00 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java Log: - Fix for bug 6569. Set the charset of content-type in setLocale. Revision ChangesPath 1.21 +7 -4

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

2002-02-20 Thread remm
remm02/02/20 00:29:09 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch ResponseBase.java Log: - Fix for bug 6569. Set the charset of content-type in setLocale. Revision ChangesPath No revision

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

2002-02-20 Thread remm
remm02/02/20 00:29:56 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Remove some warnings in the logs. Revision ChangesPath 1.97 +6 -6

DO NOT REPLY [Bug 6569] - setLocale() doesn't set the Content-Type charset attribute

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6569. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Patrick Luby [EMAIL PROTECTED] wrote: Pier, Hmmm. I could only find the setuid() calls in the parent process that launches Tomcat. I couln't find any code JNI code (or a shared library) that Tomcat could use to temporarily switch the user back to root immediately before binding a

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
jean-frederic clere [EMAIL PROTECTED] wrote: Remy Maucherat wrote: Patrick Luby [EMAIL PROTECTED] wrote: Remy, This is great news! I scanned through the Unix code and noticed that it uses the chmod'ing executables with setuid bits instead of performing a JNI call to the setuid()

RE: [PATCH] log output can get messed up with org.apache.catalina.logger.FileLogger

2002-02-20 Thread Kevin Seguin
Another way to fix this would be to use String concatenation. The question is, which is more expensive, the synchronization or the String concatenation? yeah, that occurred to me too... anybody have an answer? This is how the code would be with String concatenation: //

SessionListener sessionDestroyed() - session already invalidated - Tomcat 4.0.2

2002-02-20 Thread Bigwood, David
I am having issues getting useful functionality with code that implements Servlet 2.3 HttpSessionListener. The code was intended to provide some enhancements to a logging suite to carry out some tasks BEFORE a session is actually destroyed. My intention is to gather some interesting data about

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Patrick Luby [EMAIL PROTECTED] wrote: Pier, Pier Fumagalli wrote: unique process??? It's a DYLD NSAddModule call to the JVM library, and CreateJavaVM is called CreateJavaVMImpl... Doesn't look that unique... It is unique if you want Java code to invoke a C function via JNI. On Mac OS

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/logger FileLogger.java

2002-02-20 Thread seguin
seguin 02/02/20 07:55:44 Modified:catalina/src/share/org/apache/catalina/logger Tag: tomcat_40_branch FileLogger.java Log: keep timestamps and log messages from different threads from getting mixed up in the log file. went with the string

DO NOT REPLY [Bug 6582] New: - Sample code does not match behavior

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6582. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/logger FileLogger.java

2002-02-20 Thread seguin
seguin 02/02/20 07:58:04 Modified:catalina/src/share/org/apache/catalina/logger FileLogger.java Log: keep timestamps and log messages from different threads from getting mixed up in the log file. went with the string concatentation approach instead

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Ajp13Processor.java

2002-02-20 Thread seguin
seguin 02/02/20 08:12:42 Modified:jk/java/org/apache/ajp Ajp13.java RequestHandler.java jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Ajp13Processor.java Added: jk/java/org/apache/ajp Logger.java Log: logging improvements: *)

Re: [Daemon] New commons component

2002-02-20 Thread Patrick Luby
Pier, Pier Fumagalli wrote: Patrick... System.loadlibrary (or however is called), does the exact opposite of what we need... We ship a binary that will load the JVM library, we don't rely on the JVM binary to load a library... Maybe I should clarify what I am trying to do. I am trying to

Re: [Daemon] New commons component

2002-02-20 Thread Paul Speed
Comments below... Pier Fumagalli wrote: Patrick Luby [EMAIL PROTECTED] wrote: Maybe I should clarify what I am trying to do. I am trying to enable the use of setuid() within the existing Tomcat startup process (i.e. shell scripts). I definitely like your native launcher and the more I

What decides that a thread is idle?

2002-02-20 Thread Thom Park
Hello, I'm currently having to use tomcat 3.2 in a production environment. Moving to 3.3 or 4.0 is not an option (for at least 6 months). I'm wrestling with the ThreadPool exhausted issue and am trying to understand how a thread becomes idle. I don't see the thread become available as soon as

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

2002-02-20 Thread Craig R. McClanahan
On 20 Feb 2002 [EMAIL PROTECTED] wrote: Date: 20 Feb 2002 08:29:00 - From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector ResponseBase.java

Seeking Paid Expert Tomcat Developer Support

2002-02-20 Thread cam
Please excuse my posting, I am developer working on a site for commercial deployment using (currently) TC 4.0.xx We really could use someone who is a real-expert in the use (and possibly internals) of TC 4.x (or even TC 3.3.x). Certainly there are lots of developers who have more experience

DO NOT REPLY [Bug 6586] New: - Automatically set JAVA, JAVAHOME enviroment variables at startup

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6586. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

o.a.c.mbeans.*

2002-02-20 Thread Christopher K. St. John
It looks like the current mbeans code is mostly boilerplate. Is there a technical problem with using the information from mbeans-descriptors.xml to create dynamic mbeans that don't require hand-coded mbeans wrappers? -- Christopher St. John [EMAIL PROTECTED] DistribuTopia

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

2002-02-20 Thread Remy Maucherat
On 20 Feb 2002 [EMAIL PROTECTED] wrote: Date: 20 Feb 2002 08:29:00 - From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector

Re: [Daemon] New commons component

2002-02-20 Thread Patrick Luby
Remy, Remy Maucherat wrote: I agree with Pier here. I think we should only try to implement daemon fnctionality using the appropriate wrapper. Implmenting it with standard Tomcat using scripts is a nasty hack. Somehow, Patrick doesn't seem to like my BootstrapService (which works

Re: [Daemon] New commons component

2002-02-20 Thread costinm
On Wed, 20 Feb 2002, Paul Speed wrote: particular concern to paranoid sysadmins (redundant?). If I run tomcat with a security manager I should be able to turn off native code completely in the policy file. Then I only need to audit the source code for the launcher to verify that my

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

2002-02-20 Thread remm
remm02/02/20 10:33:26 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java Log: - Fix the fix for 6569. - Now, setLocale can be called before setContentType, and either way the charset will be set appropriately. Revision

Re: [Daemon] New commons component

2002-02-20 Thread Remy Maucherat
Remy, Remy Maucherat wrote: I agree with Pier here. I think we should only try to implement daemon fnctionality using the appropriate wrapper. Implmenting it with standard Tomcat using scripts is a nasty hack. Somehow, Patrick doesn't seem to like my BootstrapService (which works

Re: [Daemon] New commons component

2002-02-20 Thread Patrick Luby
Costin, [EMAIL PROTECTED] wrote: That wouldn't work - if the UID is changed before starting tomcat, then it can't listen on port 80. The uid must be changed after it start listening, like any unix program does. And the wrapper/invocator is just one way to start tomcat - I like the

Re: SessionListener sessionDestroyed() - session already invalidated- Tomcat 4.0.2

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Bigwood, David wrote: My question is this: Is there a specific reason why the session is invalidated BEFORE expire calls the session listeners, or could we move the setValid(false) call down? This ordering is based on what the JavaDocs say for the

Re: [Daemon] New commons component

2002-02-20 Thread Patrick Luby
Remy, Remy Maucherat wrote: At the moment, it is only a NT service, I think. The exe wrapper can (and probably should) do both. I will admit that I am no Windows expert, but can't you just have a main() function that invokes start service code. Shutdown would be a little trickier as you

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

2002-02-20 Thread remm
remm02/02/20 10:40:17 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch ResponseBase.java Log: - Port fix the fix for 6569. - Now, setLocale can be called before setContentType, and either way the charset will be set

how to post?

2002-02-20 Thread GuruPrasad
__ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 6281] - JDBCRealm+Form Login+URL re-writing session=broken

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6281. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Difference between Valve and javax.servlet.Filter?

2002-02-20 Thread GuruPrasad
What are the difference between Valve and Filter? - Thanks, prasad __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: [Daemon] New commons component

2002-02-20 Thread costinm
On Wed, 20 Feb 2002, Patrick Luby wrote: The uid must be changed after it start listening, like any unix program does. And the wrapper/invocator is just one way to start tomcat - I like the flexibility on startup. This is very true and was the reason I was pursuing the public native

Re: [Daemon] New commons component

2002-02-20 Thread Patrick Luby
Costin, [EMAIL PROTECTED] wrote: 1. I think combining the wrappers ( any of them ) with the platform-specific native code used inside tomcat is _bad_. One of the good things about tomcat is that it can be started/mebedded in many different ways. Creating a small jni library is quite

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

2002-02-20 Thread remm
remm02/02/20 11:21:21 Modified:catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java Log: - Fix a case (found by accident when doing a bad cut paste to a telnet) were an incorrect request could kill a processor (which wouldn't get

DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5735. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-02-20 Thread remm
remm02/02/20 11:24:38 Modified:catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java Log: - Fix a NPE which could happen with an invalid request. Revision ChangesPath 1.12 +7 -5

DO NOT REPLY [Bug 6592] New: - o.a.c.Host javadocs have mistakes

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6592. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] Bug 6592: hostjdoc.patch

2002-02-20 Thread Christopher K. St. John
-- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com hostjdoc.patch Description: Binary data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 6594] New: - Caching behavior after re-deploying a WAR with the manager

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6594. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 1450] - Incorrect encode URL with session ID

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1450. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java

2002-02-20 Thread Paul Speed
Sorry to comment, but I see this one again and again on all kinds of projects. :) -if (servletRequest.getMethod().equals(HEAD)) +if ((servletRequest.getMethod() != null) + (servletRequest.getMethod().equals(HEAD))) { Almost always better to go ahead and

DO NOT REPLY [Bug 1450] - Incorrect encode URL with session ID

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1450. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Remy Maucherat [EMAIL PROTECTED] wrote: I agree with Pier here. I think we should only try to implement daemon fnctionality using the appropriate wrapper. Implmenting it with standard Tomcat using scripts is a nasty hack. Somehow, Patrick doesn't seem to like my BootstrapService (which works

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Wed, 20 Feb 2002, Pier Fumagalli wrote: The only code working is within Tomcat, and it's there already... Look at the API changes in the Connector I pointed out yesterday, and at the different Embedded solutions (like the one Remy did for Win32

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Patrick Luby [EMAIL PROTECTED] wrote: I admit it: I was trying to implement a hack. I am definitely warming up to the idea of jumping straight into Pier's scripts. After all of this discussion, it doesn't seem to be so much work to switch to a native launcher to implement the setuid() stuff.

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Patrick Luby [EMAIL PROTECTED] wrote: This is very true and was the reason I was pursuing the public native method approach. But Pier mentioned and passing a callback function to the JVM when he starts it. Maybe Pier could elaborate on this process? Basically, for Pier's callback approach

Re: o.a.c.mbeans.*

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Christopher K. St. John wrote: Date: Wed, 20 Feb 2002 13:05:34 -0600 From: Christopher K. St. John [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: o.a.c.mbeans.* It looks like the current mbeans code is mostly

Re: Difference between Valve and javax.servlet.Filter?

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, GuruPrasad wrote: Date: Wed, 20 Feb 2002 10:59:55 -0800 (PST) From: GuruPrasad [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Difference between Valve and javax.servlet.Filter? What are the difference between

DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5735. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: o.a.c.mbeans.*

2002-02-20 Thread Christopher K. St. John
Craig R. McClanahan wrote: It looks like the current mbeans code is mostly boilerplate. In what respect? Well, taking StandardHostMBean as an example, many of the methods take a String argument, convert it to an ObjectName, get the underlying object using getAttribute(), and then call

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Pier Fumagalli [EMAIL PROTECTED] wrote: Few hours... Yeah, whatever... Trivial... Pier test.c Description: application/applefile test.c Description: Binary data Test.java Description: application/applefile Test.java Description: Binary data make.sh Description: Binary data --

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Patrick Luby [EMAIL PROTECTED] wrote: Remy, Remy Maucherat wrote: At the moment, it is only a NT service, I think. The exe wrapper can (and probably should) do both. I will admit that I am no Windows expert, but can't you just have a main() function that invokes start service code.

DO NOT REPLY [Bug 6598] New: - The Implicate mapping of TLDs in packaged libraries no longer works

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6598. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6569] - setLocale() doesn't set the Content-Type charset attribute

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6569. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-02-20 Thread remm
remm02/02/20 14:56:05 Modified:catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java Log: - Experimental change: add a try/catch to make sure the processor is always recycled. Revision ChangesPath 1.43 +9 -5

DO NOT REPLY [Bug 6598] - The Implicate mapping of TLDs in packaged libraries no longer works

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6598. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6400] - Tag Libraries not deploying in 4.0.2 final

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6400. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-02-20 Thread remm
remm02/02/20 15:00:18 Modified:catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java Log: - Code cleanup, submitted by Paul Speed. Revision ChangesPath 1.13 +4 -5

cvs commit: jakarta-tomcat-connectors/jk/conf jk2.manifest

2002-02-20 Thread costin
costin 02/02/20 15:28:33 Modified:jk/conf jk2.manifest Log: Add logging stuff to the manifest's classpath. Revision ChangesPath 1.3 +1 -1 jakarta-tomcat-connectors/jk/conf/jk2.manifest Index: jk2.manifest

cvs commit: jakarta-tomcat-connectors/lib - New directory

2002-02-20 Thread costin
costin 02/02/20 15:28:46 jakarta-tomcat-connectors/lib - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/lib commons-logging.jar

2002-02-20 Thread costin
costin 02/02/20 15:29:52 Added: lib commons-logging.jar Log: Binary checkin for commons-logging. Again, there are 2 styles of building - download ( or build ) all deps, or checking the binaries in cvs. Most jakarta projects support both. Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core Channel.java JkHandler.java WorkerEnv.java

2002-02-20 Thread costin
costin 02/02/20 15:39:03 Modified:jk/java/org/apache/jk/core Channel.java JkHandler.java WorkerEnv.java Log: Use commons-logging for log instead of println Revision ChangesPath 1.5 +7 -4

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java HandlerDispatch.java HandlerRequest.java JkInputStream.java

2002-02-20 Thread costin
costin 02/02/20 15:39:58 Modified:jk/java/org/apache/jk/common ChannelSocket.java HandlerDispatch.java HandlerRequest.java JkInputStream.java Log: Replace our println log with commons-logging Revision ChangesPath 1.6

DO NOT REPLY [Bug 6600] New: - enodeURL adds 'jsession' when 'isRequestedSessionIdFromURL' returns false

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6600. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2002-02-20 Thread costin
costin 02/02/20 15:43:43 Modified:jk/java/org/apache/jk/server JkMain.java Log: Use commons-logging. Revision ChangesPath 1.12 +23 -24 jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkMain.java Index: JkMain.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server/tomcat33/config - New directory

2002-02-20 Thread costin
costin 02/02/20 15:43:51 jakarta-tomcat-connectors/jk/java/org/apache/jk/server/tomcat33/config - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Daemon] New commons component

2002-02-20 Thread Patrick Luby
Pier, I took a quick look at the code and found the RegisterNative function. This looks like an interesting feature. I also found the same function in your daemons code. The picture is becoming much clearer. Let me try to get it working in the next few days with the callback function set to

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-02-20 Thread costin
costin 02/02/20 16:13:45 Modified:jk build.xml Log: Build update Revision ChangesPath 1.29 +6 -2 jakarta-tomcat-connectors/jk/build.xml Index: build.xml === RCS file:

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

2002-02-20 Thread remm
remm02/02/20 17:27:34 Modified:catalina/src/share/org/apache/catalina/connector/http Tag: tomcat_40_branch HttpResponseStream.java Log: - Port NPE fix from HEAD branch. Revision ChangesPath No revision No

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Patrick Luby [EMAIL PROTECTED] wrote: Pier, I took a quick look at the code and found the RegisterNative function. This looks like an interesting feature. I also found the same function in your daemons code. The picture is becoming much clearer. Well, RegisterNative is there since at

Re: [Daemon] New commons component

2002-02-20 Thread Remy Maucherat
Patrick Luby [EMAIL PROTECTED] wrote: Pier, I took a quick look at the code and found the RegisterNative function. This looks like an interesting feature. I also found the same function in your daemons code. The picture is becoming much clearer. Well, RegisterNative is there since

Re: [Daemon] New commons component

2002-02-20 Thread Remy Maucherat
Pier, I took a quick look at the code and found the RegisterNative function. This looks like an interesting feature. I also found the same function in your daemons code. The picture is becoming much clearer. Let me try to get it working in the next few days with the callback function set

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Remy Maucherat [EMAIL PROTECTED] wrote: All the code is already in place... Just need to be tied together... Damn, wait a bit before posting, I was about to say the exact same thing ;-) Now I have to go back and edit my message :-P Rounding up all mail before going to bed... Had enough of

Re: [Daemon] New commons component

2002-02-20 Thread Pier Fumagalli
Remy Maucherat [EMAIL PROTECTED] wrote: There are only two native daemon configurations I'm interested in: - embedded in Apache 2 with a JNI connector That's feasible, but requires major changes in Tomcat 4.0 - used through jsvc on Unix, and some similar wrapper on Win NT (or jsvc.exe

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

2002-02-20 Thread remm
remm02/02/20 17:57:30 Modified:catalina/src/share/org/apache/catalina/connector/http Tag: tomcat_40_branch HttpProcessor.java Log: - Port the addition of try/catch to make the main processing code more robust. Unexpected exceptions will be logged.

Re: [Daemon] New commons component

2002-02-20 Thread Patrick Luby
Pier, Pier Fumagalli wrote: IMO, it's a waste of time... You shouldn't call setuid from Java, but the native code launching the VM should call appropriate methods at appropriate moments of the lifecycle... As I said before: 1) CreateJavaVM 2) call Tomcat-initialize() (bind to ports) 3)

DO NOT REPLY [Bug 5735] - HTTP connector running out of processors under heavy load

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5735. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13Packet.java

2002-02-20 Thread billbarker
billbarker02/02/20 19:04:20 Modified:src/share/org/apache/tomcat/modules/server Ajp13Packet.java Log: Sanity check the output dump when debugging Ajp13. The problem is that on read, 'len' includes the header, and on write it doesn't. Now it won't try and dump past the end of

DO NOT REPLY [Bug 6579] - ArrayIndexOutOfBoundsException: AJP13Connector debug=1

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6579. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt

2002-02-20 Thread billbarker
billbarker02/02/20 19:06:51 Modified:.RELEASE-NOTES-3.3.1.txt Log: Document fix to 6579 Revision ChangesPath 1.37 +4 -1 jakarta-tomcat/RELEASE-NOTES-3.3.1.txt Index: RELEASE-NOTES-3.3.1.txt

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp Ajp13Packet.java

2002-02-20 Thread billbarker
billbarker02/02/20 19:13:27 Modified:jk/java/org/apache/ajp Ajp13Packet.java Log: Port fix for 6579 from the 3.3 branch. Revision ChangesPath 1.10 +5 -2 jakarta-tomcat-connectors/jk/java/org/apache/ajp/Ajp13Packet.java Index: Ajp13Packet.java

DO NOT REPLY [Bug 6600] - enodeURL adds 'jsession' when 'isRequestedSessionIdFromURL' returns false

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6600. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6594] - Caching behavior after re-deploying a WAR with the manager

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6594. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2002-02-20 Thread remm
remm02/02/20 21:54:21 Modified:catalina build.xml Log: - Fix the build after the addition of commons-logging to JK2. Revision ChangesPath 1.106 +1 -0 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml

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

2002-02-20 Thread remm
remm02/02/20 22:06:35 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java Log: - Implement a more dynamic behavior for setting the charset. - Patch submitted by Hans Bergsten. Revision ChangesPath 1.23 +14 -7

DO NOT REPLY [Bug 6569] - setLocale() doesn't set the Content-Type charset attribute

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6569. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-02-20 Thread remm
remm02/02/20 22:09:51 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch ResponseBase.java Log: - Port patch. - Implement a more dynamic behavior for setting the charset. - Patch submitted by Hans Bergsten. Revision

Re: [Daemon] New commons component

2002-02-20 Thread costinm
On Thu, 21 Feb 2002, Pier Fumagalli wrote: There are only two native daemon configurations I'm interested in: - embedded in Apache 2 with a JNI connector That's feasible, but requires major changes in Tomcat 4.0 It should work fine with jk2, no change is needed in tomcat ( it's the same

DO NOT REPLY [Bug 6604] New: - Request.getRemoteUser() throwing NullPointerException

2002-02-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6604. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.