Re: Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-08 Thread Anthony Vromant
Hi Rainer, First of all, thank you for these informations. Here is the HTTP link for the Flash demonstration of our prototype : https://wiki.objectweb.org/jonas/Upload.jsp?page=JOnASClusteringSmoothUpdateWebCluster I am looking at the new features provided by mod_jk 1.2.20, the dynamic

Tomcat 6.0.4 and http thread releasing

2006-12-08 Thread Henri Gomez
Hi to all, I'm doing some stress testing on Tomcat 6.0.4 on i5/OS with IBM Java 5 32 bits, no APR here. I used ApacheBench to stress the Tomcat 6.0.4 sending about 1 million requests on 100 concurrents connections (using keep alive). I expected to see the number of HTTP thread to reduce after

Re: Tomcat 6.0.4 and http thread releasing

2006-12-08 Thread Remy Maucherat
Henri Gomez wrote: What could be the problem ? The user :D Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 6.0.4 and http thread releasing

2006-12-08 Thread Henri Gomez
The user :D No seriously, what's the problem ? There is no active connections : 18081 000:47:36 Listen 18082 000:01:04 Listen 18083 002:04:57 Listen 18089 002:04:57 Listen Tomcat shouldn't close the Thread to keep only 25 http Threads ? But may be I'm a bozo ?

Re: Tomcat 6.0.4 and http thread releasing

2006-12-08 Thread Henri Gomez
Oups, To keep only 75 spare http Threads 2006/12/8, Henri Gomez [EMAIL PROTECTED]: The user :D No seriously, what's the problem ? There is no active connections : 18081 000:47:36 Listen 18082 000:01:04 Listen 18083 002:04:57 Listen 18089 002:04:57 Listen Tomcat

Re: Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-08 Thread Henri Gomez
The page is password protected ;( Sad since I'm also very interested in seeing what you plain to do. Regards 2006/12/8, Anthony Vromant [EMAIL PROTECTED]: Hi Rainer, First of all, thank you for these informations. Here is the HTTP link for the Flash demonstration of our prototype :

svn commit: r483966 - /tomcat/build/tc5.5.x/build.properties.default

2006-12-08 Thread pero
Author: pero Date: Fri Dec 8 04:37:43 2006 New Revision: 483966 URL: http://svn.apache.org/viewvc?view=revrev=483966 Log: fix wrong download archive name Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL:

DO NOT REPLY [Bug 41134] New: - Unable to run Apache Tomcat

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

Re: Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-08 Thread Anthony Vromant
Hi, This will be better with this link : https://wiki.objectweb.org/jonas/Wiki.jsp?page=JOnASClusteringSmoothUpdateWebCluster You just have to click on Launch the demonstration. Sorry for the mistake. Regards, Anthony Henri Gomez wrote: The page is password protected ;( Sad since I'm also

Re: mod_jk environment variable handling in Apache

2006-12-08 Thread Henri Gomez
Oups forgot to respond The unique case where an env var could be usefull is by VirtualHost 2006/11/23, Rainer Jung [EMAIL PROTECTED]: Henri Gomez wrote: I'm doing extensive use VirtualHost and no-jk directive on our Apache 2.0.x servers so I'm very carefull about any changes in these area.

[OT] Windows cmd parsing

2006-12-08 Thread Mladen Turk
Hi, If anyone has access to the Windows 2000 or Windows NT 4.0 (I have 2k3 and XP, so I know its working), can you do the following: Open cmd.exe C: set FOO=FOO BAR C: echo %FOO% And give me the output? The problem is that I'm not sure how pre-XP handles the SET directive is there is a single

RE: [OT] Windows cmd parsing

2006-12-08 Thread Fenlason, Josh
Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\stagecoachset FOO=FOO BAR C:\Documents and Settings\stagecoachecho %FOO% FOO BAR C:\Documents and Settings\stagecoach -Original Message- From: Mladen Turk [mailto:[EMAIL

Re: [OT] Windows cmd parsing

2006-12-08 Thread Mladen Turk
Fenlason, Josh wrote: Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\stagecoachset FOO=FOO BAR C:\Documents and Settings\stagecoachecho %FOO% FOO BAR Excellent, so it works on 2K as well! Thanks, Mladen.

svn commit: r484669 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2006-12-08 Thread jim
Author: jim Date: Fri Dec 8 09:41:09 2006 New Revision: 484669 URL: http://svn.apache.org/viewvc?view=revrev=484669 Log: The action is always the same on the 3 conditionals, so why make it appear they are different? Make the code more clear. Modified:

Support for JAAS credentials

2006-12-08 Thread Shivaraj Tenginakai
Hi All, The current JAAS based authentication in Tomcat (6.0.2) , has no means of manipulating the associated credentials. This prevents an application from specifying more complex security policies. For example, timing out the roles independent of the session timeout. A very simple fix would

Re: redistribution of sun j2ee xsd's and dtd's

2006-12-08 Thread Kevan Miller
On Dec 6, 2006, at 8:29 PM, Jeanfrancois Arcand wrote: Remy Maucherat wrote: Kevan Miller wrote: Well, that's certainly the way it ought to be, IMO. However, the xsd's (e.g. http://svn.apache.org/repos/asf/tomcat/tc6.0.x/ trunk/java/javax/servlet/resources/j2ee_1_4.xsd) are copyrighted

Re: New 6.0.x build

2006-12-08 Thread Filip Hanik - Dev Lists
I've documented the JAR dependencies below, I used a little tool jarjar, I hope its correct, but this is the deps scheme I plan to use to do the maven publish of individual jars. jars not listed, don't have dependencies bootstrap.jar - catalina.jar bootstrap.jar - tomcat-juli.jar

RE: Tomcat and OCSP

2006-12-08 Thread Mark Claassen
I asked this on the user list, but perhaps this is a question better for here. I have been using Tomcat for a while, but have not been developing yet really (although I did submit a patch a while ago to the CGIServlet). However, this OCSP issue has potential to really hit the fan for us and if

Re: Tomcat and OCSP

2006-12-08 Thread Yoav Shapira
Mark, If you submit a patch for OCSP support, I'll gladly review it, and I imagine several other people would be interested as well. Yoav On 12/8/06, Mark Claassen [EMAIL PROTECTED] wrote: I asked this on the user list, but perhaps this is a question better for here. I have been using Tomcat

DO NOT REPLY [Bug 41124] - tcnative problem when streaming files large PDF files (ClientAbortException)

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

RE: Tomcat and OCSP

2006-12-08 Thread Mark Claassen
Since you say that, I am assuming that OCSP is so far not included in Tomcat 6.0. Any hints on where to start would be greatly appreciated. Mark P.S. I am doing the download target in the build right now and I am getting this: downloadgz: [get] Getting:

Re: Tomcat and OCSP

2006-12-08 Thread Filip Hanik - Dev Lists
is a patch even required? or is OSCP something you just turn on since its built into the JDK Mark, do you have anymore details what this would involve? Filip Yoav Shapira wrote: Mark, If you submit a patch for OCSP support, I'll gladly review it, and I imagine several other people would be

Re: Tomcat and OCSP

2006-12-08 Thread Yoav Shapira
Hi, Wouldn't you need OCSP revocation handling at the SSL connector processing point? That's the patch I was thinking of, but I'm not an expert in this area, so I might be off-base. Yoav On 12/8/06, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: is a patch even required? or is OSCP

Re: Tomcat and OCSP

2006-12-08 Thread Filip Hanik - Dev Lists
I would imagine that should be automatic, you just configure the responder URL for your JVM http://java.sun.com/j2se/1.5.0/docs/guide/security/pki-tiger.html#OCSP Filip Yoav Shapira wrote: Hi, Wouldn't you need OCSP revocation handling at the SSL connector processing point? That's the patch

RE: Tomcat and OCSP

2006-12-08 Thread Mark Claassen
I am really not sure what is involved...as I have not done all the necessary research. My understanding is that the location of the revocation server is built into the certificates themselves somehow. Several months ago I looked around, and thought I saw where you did the certificate validation.

RE: Tomcat and OCSP

2006-12-08 Thread Mark Claassen
I don't know. I am looking at the Tomcat 6.0 source, and I see protected void configureClientAuth(SSLServerSocket socket){ if (wantClientAuth){ socket.setWantClientAuth(wantClientAuth); } else { socket.setNeedClientAuth(requireClientAuth); }

RE: Tomcat and OCSP

2006-12-08 Thread Bill Barker
-Original Message- From: Mark Claassen [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 12:49 PM To: 'Tomcat Developers List' Subject: RE: Tomcat and OCSP I am really not sure what is involved...as I have not done all the necessary research. My understanding is

RE: Tomcat and OCSP

2006-12-08 Thread Mark Claassen
No, Tomcat uses the regular Java API. You don't see it, since it is buried in the SSL Handshake code. Then, just for fun, if you are using CLIENT-CERT auth, Tomcat checks all the dates again (but not the trust). Yeah, I am looking at that now in the JSSESocketFactory. When I first checked, I

DO NOT REPLY [Bug 41124] - tcnative problem when streaming files large PDF files (ClientAbortException)

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

DO NOT REPLY [Bug 41134] - Unable to run Apache Tomcat

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

svn commit: r484910 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2006-12-08 Thread billbarker
Author: billbarker Date: Fri Dec 8 20:12:31 2006 New Revision: 484910 URL: http://svn.apache.org/viewvc?view=revrev=484910 Log: Fix modeler memory leak on reload. Fix for: MODELER-15 Please don't try to port this to TC 6.x, because Remy has already put a better patch in place there.