Re: problem building 5.5.15

2006-02-13 Thread Mladen Turk
Eric Lenio wrote: All - Apologies in advance if this should go to tomcat-users but I'm suspecting a problem with the way the source code is being distributed so I'm starting here. I downloaded the source file for 5.5.15 and built it. After installing it I ran bin/version.sh which said I had ve

Re: svn commit: r377486 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java

2006-02-13 Thread Peter Rossbach
Ohh, I see you have later correct this past bug. Thanks! Are your current big changes not a very high risk to break the cluster functionaliy again? Why we not going inside a branch or a cluster2 module? Currently a lot of user work very successfully with the tomcat 5.5.15 cluster. It was m

Re: svn commit: r377486 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java

2006-02-13 Thread Peter Rossbach
Is that correct that you use now at McastService the same constant? Before it was start(1) and start(2) Peter [EMAIL PROTECTED] Am 13.02.2006 um 22:04 schrieb [EMAIL PROTECTED]: Author: fhanik Date: Mon Feb 13 13:04:20 2006 New Revision: 377486 URL: http://svn.apache.org/viewcvs?rev=37

Proposal: void AuthenticatorBase.doLogin(request, response, principal)

2006-02-13 Thread Ken Johanson
These 3 new (proposed) methods allow webapps (with classloader access to the server APIs) to implicitly register a Principal with a HttpSession (e.g to implement or use-existing 3rd party Authenticator/Realm systems): Add to org.apache.catalina.connector.ResponseFacade: public Response getRespo

DO NOT REPLY [Bug 38637] - IP address of the HttpSession owner

2006-02-13 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 38637] New: - IP address of the HttpSession owner

2006-02-13 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: r377499 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp: ReplicationTransmitter.java SimpleTcpCluster.java

2006-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 13:39:52 2006 New Revision: 377499 URL: http://svn.apache.org/viewcvs?rev=377499&view=rev Log: more code cleanup Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationTransmitter.java tomcat/container/tc5.

svn commit: r377488 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java

2006-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 13:10:41 2006 New Revision: 377488 URL: http://svn.apache.org/viewcvs?rev=377488&view=rev Log: oops, use the correct values Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java Modified: tomcat/cont

svn commit: r377486 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java

2006-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 13:04:20 2006 New Revision: 377486 URL: http://svn.apache.org/viewcvs?rev=377486&view=rev Log: Use constants instead of hard coding values Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java Modifie

Re: problem building 5.5.15

2006-02-13 Thread Mark Thomas
Eric Lenio wrote: > Hi Mark, I would be happy to send in patches to the docs on how to build > Tomcat but I still need more info. Let me rephrase my initial question. > > Does there exist a module in the current subversion > repository that has predefined all the properties to > generate a file

svn commit: r377484 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster: ./ group/ io/ session/ tcp/

2006-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 13:00:05 2006 New Revision: 377484 URL: http://svn.apache.org/viewcvs?rev=377484&view=rev Log: Started working on the cluster group, before I can fully do that, I need to clean up the dependencies between session replication logic and cluster core code. Added:

Re: problem building 5.5.15

2006-02-13 Thread Eric Lenio
Hi Mark, I would be happy to send in patches to the docs on how to build Tomcat but I still need more info. Let me rephrase my initial question. Does there exist a module in the current subversion repository that has predefined all the properties to generate a file that is the same as a release?

Re: Tomcat errors.

2006-02-13 Thread Angel Prieto
Hello, what do you want to mean when you say this question belongs as per? I can't find it. Could you please me tell me the full url? Thanks in advance. Mark Thomas escribió: Ángel Prieto wrote: Hello, I'm having some problems with apache+tomcat with this configuration: Could anyone tell m

Re: problem building 5.5.15

2006-02-13 Thread Mark Thomas
Eric Lenio wrote: > OK thanks for the tip. Is there a document that goes into detail > on this? BUILDING.TXT and http://tomcat.apache.org/tomcat-5.5-doc/building.html are the main documents. Documentation patches are always welcome. Mark -

Re: Request parameters straight after authentication

2006-02-13 Thread Mark Thomas
Kevin McCormack wrote: > Possible Fix? > == > I looked through the Tomcat 5.5.12 source code and ended up in the > org.apache.catalina.authentication.FormAuthenticator class and noticed > that there is no code there to save the request parameters from the > original request into the saved r

Re: problem building 5.5.15

2006-02-13 Thread Eric Lenio
OK thanks for the tip. Is there a document that goes into detail on this? On Mon, Feb 13, 2006 at 07:35:42PM +, Mark Thomas wrote: > Eric Lenio wrote: > > All - > > > > Apologies in advance if this should go to tomcat-users but I'm > > suspecting a problem with the way the source code is bei

Re: problem building 5.5.15

2006-02-13 Thread Mark Thomas
Eric Lenio wrote: > All - > > Apologies in advance if this should go to tomcat-users but I'm > suspecting a problem with the way the source code is being distributed > so I'm starting here. > > I downloaded the source file for 5.5.15 and built it. After installing > it I ran bin/version.sh which

Re: Tomcat errors.

2006-02-13 Thread Mark Thomas
Ángel Prieto wrote: > Hello, I'm having some problems with apache+tomcat with this configuration: > Could anyone tell me something about it? The question belongs on the users list as per http://tomcat.apache.org/lists.html Mark ---

svn commit: r377432 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster: ClusterChannel.java group/ group/GroupChannel.java

2006-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 09:33:22 2006 New Revision: 377432 URL: http://svn.apache.org/viewcvs?rev=377432&view=rev Log: Infrastructure for a group layer, this is the way to abstract away membership and replication logic from the cluster object, as the cluster object, the replication valve

svn commit: r377402 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/TcpReplicationThread.java

2006-02-13 Thread fhanik
Author: fhanik Date: Mon Feb 13 08:00:24 2006 New Revision: 377402 URL: http://svn.apache.org/viewcvs?rev=377402&view=rev Log: Corrected logging of IOException, keep alive close will cause an IOException on the other end. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apa

problem building 5.5.15

2006-02-13 Thread Eric Lenio
All - Apologies in advance if this should go to tomcat-users but I'm suspecting a problem with the way the source code is being distributed so I'm starting here. I downloaded the source file for 5.5.15 and built it. After installing it I ran bin/version.sh which said I had version 5.5.0.0. Not

Re: svn commit: r376730 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java

2006-02-13 Thread Remy Maucherat
Costin Manolache wrote: Well, long time ago CharChunk and ByteChunk were supposed to be just an implementation detail of MessageBytes - which was supposed to hide the detail of chars and bytes and avoid the strings. But they were supposed to work together, and stay kind of consistent. I am not

Re: Building Tomcat 5.0

2006-02-13 Thread Bob Herrmann
I'm trying to update the build script for 5.0 Has anyone seen this, it seems the 'get' in ant downloads a corrupt file, while the browser or command line tools get it right. ie. $ ant -f b.xml -Dsrc=http://easynews.dl.sourceforge.net/sourceforge/mx4j/mx4j-2.1.1.tar.gz b $

Request parameters straight after authentication

2006-02-13 Thread Kevin McCormack
Hi all, I believe that I've found a bug in Tomcat but wanted to run it by people on this list first to make sure. Note that I've checked Bugzilla and searched the mailing list and not found anything that looks like this. I hope that I'm not wasting peoples time. Here goes... Spec I'm running

Tomcat errors.

2006-02-13 Thread Ángel Prieto
Hello, I'm having some problems with apache+tomcat with this configuration: Apache 2.0.51 (on Fedora Core 2) Tomcat 5.0.28 JDK 1.4.0_04 Mod_jk connector for FC2. Sometimes system goes down and we don't have any idea what the reason is. We get this error sometimes: 10-feb-2006 10:05:02 org.apa

DO NOT REPLY [Bug 38630] New: - Environment (java:comp/env/) sometimes not available

2006-02-13 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 38629] New: - Classloader not quickly enough available for JSPs

2006-02-13 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

mod_jk doesn't make the setting of "reply_timeout" effective.

2006-02-13 Thread Hidenori Yukawa
I am using mod_jk 1.2.15. It set if to workers.properties. --- worker.ap1.type=ajp13 worker.ap1.host=192.168.0.3 worker.ap1.port=8009 worker.ap1.recovery_options=0 or 3 worker.ap1.retries=1 worker.ap1.reply_timeout=3 --- I set "reply_timeout=3"(30sec) by mod_jk1.2.15. And, The JSP page th