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 i

svn commit: r482586 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2006-12-05 Thread remm
Author: remm Date: Tue Dec 5 02:55:38 2006 New Revision: 482586 URL: http://svn.apache.org/viewvc?view=rev&rev=482586 Log: - Add a flag to allow disabling the code which sets references to null when stopping a webapp. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/WebappClas

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 41106] - "deferred" expression fails if 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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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 uns

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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=rev&rev=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=rev&rev=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) Mo

Re: [VOTE] Tomcat 6.0.3 alpha release

2006-12-05 Thread Remy Maucherat
Remy Maucherat wrote: Yoav Shapira wrote: +1, let's cut it. I am not going to tag it today (I need to populate the changelog a little bit), but most likely tomorrow. Ok, so today at 00:00 GMT+1 for the svn tagging. Rémy -

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=rev&rev=482664 Log: That would create a trustedCertEntry but we need a keyEntry. Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/ss

DO NOT REPLY [Bug 41106] - "deferred" expression fails if 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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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 tran

Re: Primary-secondary session replication

2006-12-05 Thread Filip Hanik - Dev Lists
define org.apache.catalina.ha.session.BackupManager in your 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 with Tomc

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

2006-12-05 Thread Mladen Turk
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 discuss, but it cannot

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

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 process

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 d

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 clust

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 ide

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

Beans without packages in JSP files

2006-12-05 Thread Filip Hanik - Dev Lists
Are we intentionally not supporting this? Would it be possible to set a flag to allow this? I could expand the patch, that if the packageName parameter in findType(char[] typeName, char[][] packageName) starts with "org.apache.jsp" then it would do the same as below, try to resolve it as a singl

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=733449&messageID=4217703 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4361575 http://forum.java.sun.com/thread.jspa?t

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=rev&rev=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 s

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 http://www.nabble.com/mod_jk-problem-when-streaming-files-larger-than-%7E400k-%28causes-ClientAbortException%29-t2756411

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=rev&rev=482797 Log: - Add experimental clustered SSO code. - Submitted by Fabien Carrion. Added: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/authenticator/ tomcat/tc6.0.x/trunk/ja

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. and our code adds that before it tries to resolve A Filip Yoav Shapira wrote: Hi, I think we are intent

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=rev&rev=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: http://svn.apache.org/view

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. and our code adds that before it tries t

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. and our code adds t

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/ (r

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 . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r482828 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_3/

2006-12-05 Thread remm
Author: remm Date: Tue Dec 5 15:29:55 2006 New Revision: 482828 URL: http://svn.apache.org/viewvc?view=rev&rev=482828 Log: made a copy Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_3/ - copied from r482827, tomcat/tc6.0.x/trunk/ ---

[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=rev&rev=481745 Log: Update binaries with --ServiceUser/ServicePassword option. Modified: tomcat/connectors/trunk/procrun/bin/tomcat5.exe tomcat/connectors/tr

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=rev&rev=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: http://svn.apache.org/viewvc/tom

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=rev&rev=482934 Log: Fix LOGPATH index. Modified: tomcat/connectors/trunk/procrun/bin/tomcat5.exe tomcat/connectors/trunk/procrun/bin/tomcat5.exe.amd64 Modified: tomcat/connectors/trun

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=rev&rev=481745 Log: Update binaries with --ServiceUser/ServicePassword option. Modified: tomcat/connectors/trunk/procrun/bin/tomcat5.exe