Primary-secondary session replication

2006-12-05 Thread b_wit_consulting . wendrich
Hello, I need help in building a WebApplicaction Cluster with Tomcat. Because we will support from 8 to 16 WebApplication Server, we would like implement the Primary-secondary session replication in our Cluster. The URL http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html doesn't give any

Re: [VOTE] Tomcat 6.0.3 alpha release

2006-12-05 Thread Remy Maucherat
Mladen Turk wrote: BTW, Can we make minimum native version required for 6.0.x to 1.1.7 (It's 1.1.3 right now copied from 5.5.x)? Is there usage in the current Tomcat code of a call that wasn't there in 1.1.3 ? Rémy - To

DO NOT REPLY [Bug 41059] - WebAppClassLoader clearReferences code break running threads

2006-12-05 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=41059. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r482650 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/startup/TldConfig.java tomcat/util/net/AprEndpoint.java

2006-12-05 Thread remm
Author: remm Date: Tue Dec 5 05:49:08 2006 New Revision: 482650 URL: http://svn.apache.org/viewvc?view=revrev=482650 Log: - Disable TLD cache for now until further refactoring, since I have found it was not consistent with Jasper. - Don't mutate keepAliveTimeout value in AprEndpoint. Modified:

svn commit: r482651 - in /tomcat/tc6.0.x/trunk/webapps: docs/changelog.xml docs/config/ajp.xml docs/config/http.xml examples/index.html

2006-12-05 Thread remm
Author: remm Date: Tue Dec 5 05:53:47 2006 New Revision: 482651 URL: http://svn.apache.org/viewvc?view=revrev=482651 Log: - Add a html file in case the user goes to the wrong place in the examples. - Changelog update. Added: tomcat/tc6.0.x/trunk/webapps/examples/index.html (with props)

svn commit: r482664 - /tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml

2006-12-05 Thread jfclere
Author: jfclere Date: Tue Dec 5 06:14:29 2006 New Revision: 482664 URL: http://svn.apache.org/viewvc?view=revrev=482664 Log: That would create a trustedCertEntry but we need a keyEntry. Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml Modified:

DO NOT REPLY [Bug 41106] - deferred expression fails if jsp-version less than 2.0

2006-12-05 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=41106. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Smooth applications migration in a J2EE cluster [mod_jk]

2006-12-05 Thread Anthony Vromant
Hello, I am member of the JOnAS team (http://jonas.objectweb.org/), the ObjectWeb application server (http://www.objectweb.org/). We are developing a prototype which provides a smooth web applications migration mechanism within a Java EE cluster (without interruption of service and in a

Re: Primary-secondary session replication

2006-12-05 Thread Filip Hanik - Dev Lists
define org.apache.catalina.ha.session.BackupManager in your Manager element http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-manager.html docs will be updated with more info, thanks for the note. Filip [EMAIL PROTECTED] wrote: Hello, I need help in building a WebApplicaction Cluster

ClusterSingleSignOn on Tomcat

2006-12-05 Thread Carrion, Fabien \(GE, Corporate, consultant\)
Hi the list, I saw that tomcat 6 is in beta. Do you think there is a possibility for me to integrate my single sign on cluster patch to the tomcat repository ? It is available for the last tomcat 6 svn version. The idea I have for a new cluster communication based on JMS could be tried

TomcatNative Libarry on Fedora Core 5

2006-12-05 Thread Martin Dubuc
Anybody been successful builidng Tomcat Native for Fedora Core 5? Is there a place where I could retrieve the RPM? I have tried to build. I had to modify the tcnative.spec file as outlined by Jonas and repackage the sources of the tomcat-native.tar.gz archive to be able to start the build

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

2006-12-05 Thread Rainer Jung
Mladen Turk wrote: Anthony Vromant wrote: Would it be possible to integrate such a feature in the original mod_jk ? If yes, we may contribute to the development by providing our code. There is no need to ask something like that. Just like for any other patch bring in the code, and we'll

Re: ClusterSingleSignOn on Tomcat

2006-12-05 Thread Remy Maucherat
Carrion, Fabien (GE, Corporate, consultant) wrote: Hi the list, I saw that tomcat 6 is in beta. Do you think there is a possibility for me to integrate my single sign on cluster patch to the tomcat repository ? It is available for the last tomcat 6 svn version. The idea I have for a new

Re: ClusterSingleSignOn on Tomcat

2006-12-05 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Carrion, Fabien (GE, Corporate, consultant) wrote: Hi the list, I saw that tomcat 6 is in beta. Do you think there is a possibility for me to integrate my single sign on cluster patch to the tomcat repository ? It is available for the last tomcat 6 svn version. The

Modifications to JNDI environment from admin or jmxproxy not seen in application

2006-12-05 Thread Eric
When I change JNDI environment entries in the admin app or from the manager app's jmxproxy, those changes are not reflected in the Context I'm getting in my app when I do new InitialContext().lookup(java:comp/env/test) Since I'm doing that per-call in my webapp (and printing the result directly

Re: Beans without packages in JSP files

2006-12-05 Thread Yoav Shapira
Hi, I think we are intentionally not supporting this, because Java itself (as of 1.4 IIRC) doesn't support it. See for example http://forum.java.sun.com/thread.jspa?threadID=733449messageID=4217703 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4361575

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

2006-12-05 Thread rjung
Author: rjung Date: Tue Dec 5 12:13:48 2006 New Revision: 482756 URL: http://svn.apache.org/viewvc?view=revrev=482756 Log: Dropping one of the two jk_endpoint members of the lb_endpoint. I could find not s single line apart from the deleted, where the jk_endpoint named e was used. Also tests

mod_jk problem when streaming files larger than ~400k (causes ClientAbortException)

2006-12-05 Thread Haroon Rafique
Hi Devs, I sent this to the user list without any responses. I am looking for some insight from the dev list. You can also see the nabble archive of the user-list posting at

svn commit: r482797 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: authenticator/ ha/authenticator/

2006-12-05 Thread remm
Author: remm Date: Tue Dec 5 13:49:09 2006 New Revision: 482797 URL: http://svn.apache.org/viewvc?view=revrev=482797 Log: - Add experimental clustered SSO code. - Submitted by Fabien Carrion. Added: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/authenticator/

Re: Beans without packages in JSP files

2006-12-05 Thread Filip Hanik - Dev Lists
I'm not talking about import A; I'm talking about simply using A in the JSP %=A.test()% without using an import, This doesn't work, cause our JSP page gets packaged as org.apache.jsp.directory and our code adds that before it tries to resolve A Filip Yoav Shapira wrote: Hi, I think we

svn commit: r482805 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2006-12-05 Thread remm
Author: remm Date: Tue Dec 5 14:09:59 2006 New Revision: 482805 URL: http://svn.apache.org/viewvc?view=revrev=482805 Log: - Changelog update. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

Re: Beans without packages in JSP files

2006-12-05 Thread Yoav Shapira
Hi, On 12/5/06, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'm not talking about import A; I'm talking about simply using A in the JSP %=A.test()% without using an import, This doesn't work, cause our JSP page gets packaged as org.apache.jsp.directory and our code adds that before it

Re: Beans without packages in JSP files

2006-12-05 Thread Filip Hanik - Dev Lists
Yoav Shapira wrote: Hi, On 12/5/06, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'm not talking about import A; I'm talking about simply using A in the JSP %=A.test()% without using an import, This doesn't work, cause our JSP page gets packaged as org.apache.jsp.directory and our code

Re: Beans without packages in JSP files

2006-12-05 Thread Filip Hanik - Dev Lists
just because I can't shut up, but everyone should know that by now, If I wanted this JSP to work %=A.test()% then I would simply do this 1. place A.class in WEB-INF/classes/ (required for running the compiled JSP, runtime class loading) 2. place A.class in WEB-INF/classes/org/apache/jsp/

DO NOT REPLY [Bug 38372] - tcnative-1.dll response overflow corruption, partial pages

2006-12-05 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=38372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[VOTE] Tomcat 6.0.3 alpha build

2006-12-05 Thread Remy Maucherat
The build is available here: http://people.apache.org/~remm/tomcat-6/v6.0.3/ Comments ? Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r481745 - in /tomcat/connectors/trunk/procrun/bin: tomcat5.exe tomcat5.exe.amd64 tomcat5w.exe tomcat5w.exe.amd64

2006-12-05 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: mturk Date: Sun Dec 3 01:49:18 2006 New Revision: 481745 URL: http://svn.apache.org/viewvc?view=revrev=481745 Log: Update binaries with --ServiceUser/ServicePassword option. Modified: tomcat/connectors/trunk/procrun/bin/tomcat5.exe

svn commit: r482933 - /tomcat/tc6.0.x/trunk/res/procrun/tomcat6.exe

2006-12-05 Thread mturk
Author: mturk Date: Tue Dec 5 23:13:26 2006 New Revision: 482933 URL: http://svn.apache.org/viewvc?view=revrev=482933 Log: Fix LOGPATH index. Modified: tomcat/tc6.0.x/trunk/res/procrun/tomcat6.exe Modified: tomcat/tc6.0.x/trunk/res/procrun/tomcat6.exe URL:

svn commit: r482934 - in /tomcat/connectors/trunk/procrun/bin: tomcat5.exe tomcat5.exe.amd64

2006-12-05 Thread mturk
Author: mturk Date: Tue Dec 5 23:13:48 2006 New Revision: 482934 URL: http://svn.apache.org/viewvc?view=revrev=482934 Log: Fix LOGPATH index. Modified: tomcat/connectors/trunk/procrun/bin/tomcat5.exe tomcat/connectors/trunk/procrun/bin/tomcat5.exe.amd64 Modified:

Re: svn commit: r481745 - in /tomcat/connectors/trunk/procrun/bin: tomcat5.exe tomcat5.exe.amd64 tomcat5w.exe tomcat5w.exe.amd64

2006-12-05 Thread Mladen Turk
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Sun Dec 3 01:49:18 2006 New Revision: 481745 URL: http://svn.apache.org/viewvc?view=revrev=481745 Log: Update binaries with --ServiceUser/ServicePassword option. Modified: tomcat/connectors/trunk/procrun/bin/tomcat5.exe