svn commit: r1032216 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-11-06 Thread kkolinko
Author: kkolinko Date: Sun Nov 7 06:29:58 2010 New Revision: 1032216 URL: http://svn.apache.org/viewvc?rev=1032216&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=10

svn commit: r1032213 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/StandardEngine.java java/org/apache/coyote/http11/Http11Processor.java

2010-11-06 Thread kkolinko
Author: kkolinko Date: Sun Nov 7 05:22:24 2010 New Revision: 1032213 URL: http://svn.apache.org/viewvc?rev=1032213&view=rev Log: Two followup fixes for r1030188 (BZ 49909) Avoid NPEs in StandardEngine. Add logging in one missed case. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0

[Tomcat Wiki] Update of "FAQ/Password" by KonstantinKol inko

2010-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Password" page has been changed by KonstantinKolinko. The comment on this change is: Add two more options. http://wiki.apache.org/tomcat/FAQ/Password?action=diff&rev1=3&rev2=4

[Tomcat Wiki] Trivial Update of "FAQ/Password" by Konst antinKolinko

2010-11-06 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Password" page has been changed by KonstantinKolinko. The comment on this change is: Correction: character encoding of server.xml does not matter. http://wiki.apache.org/tomcat

DO NOT REPLY [Bug 49674] libservice.a: Malformed archive in commons-daemon

2010-11-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49674 --- Comment #4 from Konstantin Kolinko 2010-11-07 00:34:39 EDT --- 6.0.x was upgraded to daemon 1.0.4. It will be in 6.0.30. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

svn commit: r1032210 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

2010-11-06 Thread kkolinko
Author: kkolinko Date: Sun Nov 7 04:30:34 2010 New Revision: 1032210 URL: http://svn.apache.org/viewvc?rev=1032210&view=rev Log: Update commons-daemon to 1.0.4 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/webapps/docs/ch

DO NOT REPLY [Bug 49521] Fix ordering issues in setting channelSocket.maxPort

2010-11-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49521 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1032209 - in /tomcat/tc5.5.x/trunk: ./ connectors/jk/java/org/apache/jk/common/ connectors/jk/java/org/apache/jk/server/ container/webapps/docs/

2010-11-06 Thread kkolinko
Author: kkolinko Date: Sun Nov 7 04:22:07 2010 New Revision: 1032209 URL: http://svn.apache.org/viewvc?rev=1032209&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49521 - Disable scanning for a free port in Jk AJP/1.3 connector by default. - Do not change maxPort field value

svn commit: r1032208 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.properties.default container/webapps/docs/changelog.xml

2010-11-06 Thread kkolinko
Author: kkolinko Date: Sun Nov 7 04:11:34 2010 New Revision: 1032208 URL: http://svn.apache.org/viewvc?rev=1032208&view=rev Log: Update commons-daemon to 1.0.4 Update commons-pool to 1.5.5 Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/build/build.properties.default t

svn commit: r1032207 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-11-06 Thread kkolinko
Author: kkolinko Date: Sun Nov 7 04:01:24 2010 New Revision: 1032207 URL: http://svn.apache.org/viewvc?rev=1032207&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=10

Re: JspRuntimeContext & JspServlet - Using SpringSource's Jasper 5.5.23 implementation in Http Service?

2010-11-06 Thread misha680
David, Thank you so much. The solution that has, so far, worked very well for making OpenMRS work (!) in an OSGi environment is the Spring DM Web Extender. http://static.springsource.org/osgi/docs/current/reference/html/web.html In fact, it has worked very well. OpenMRS relies heavily on Spring

Re: JspRuntimeContext & JspServlet - Using SpringSource's Jasper 5.5.23 implementation in Http Service?

2010-11-06 Thread David Jencks
Hi Misha, You won't get far with only osgi httpservice support. IMO, practically speaking, you need osgi WAB support that also implements jsp support.You probably also want many of the osgi ee specs as implemented e.g. in apache aries. Geronimo includes all of these. There may well be ot

Re: JspRuntimeContext & JspServlet - Using SpringSource's Jasper 5.5.23 implementation in Http Service?

2010-11-06 Thread Misha Koshelev
Hi David and all: Thank you for the reference to the Geronimo project. http://geronimo.apache.org/ >From what I understand, this is a specific Web server, and we would be tie end users to this (or another specific) Web server if we were to go this route. Our lead developers, however, would very

DO NOT REPLY [Bug 48925] ((ServletRequest) request).getLocalAddr() returns "null"

2010-11-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48925 --- Comment #5 from Rainer Jung 2010-11-06 11:44:38 EDT --- I proposed a fix for Tomcat 6. It is available at http://people.apache.org/~rjung/patches/bz48925-tc6-ajp-localaddr.patch It only happens for the default implementation of the A

svn commit: r1032094 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-11-06 Thread rjung
Author: rjung Date: Sat Nov 6 15:40:32 2010 New Revision: 1032094 URL: http://svn.apache.org/viewvc?rev=1032094&view=rev Log: Add proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?

Re: [PATCH] Parallel deployment

2010-11-06 Thread Rainer Jung
On 06.11.2010 14:00, Rainer Jung wrote: On 06.11.2010 12:57, Tim Funk wrote: When running mod_jk with sticky session, but not using tomcat clustering ... Will adding a new version append the version number to the end of the session cookie AFTER the engineId (used by mod_jk for determining where

svn commit: r1032065 - in /tomcat/jk/trunk: native/common/jk_lb_worker.c xdocs/miscellaneous/changelog.xml

2010-11-06 Thread rjung
Author: rjung Date: Sat Nov 6 14:15:01 2010 New Revision: 1032065 URL: http://svn.apache.org/viewvc?rev=1032065&view=rev Log: Add LB support for versioned webapps in Tomcat by accepting multiple occurances of the route separator character '.' in the session id. Still needs testing. Modified:

DO NOT REPLY [Bug 48925] ((ServletRequest) request).getLocalAddr() returns "null"

2010-11-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48925 --- Comment #4 from andrea dal farra 2010-11-06 09:57:03 EDT --- I've tested mod_jk 1.2.30 with Jetty 7.2 and tomcat 7.0.4 and the problem does not occur anymore. in tomcat-6.0.29 i still have the issue -- Configure bugmail: https://issu

Re: [PATCH] Parallel deployment

2010-11-06 Thread Rainer Jung
On 06.11.2010 12:57, Tim Funk wrote: When running mod_jk with sticky session, but not using tomcat clustering ... Will adding a new version append the version number to the end of the session cookie AFTER the engineId (used by mod_jk for determining where to route the request) Tried it and the

Re: [PATCH] Parallel deployment

2010-11-06 Thread Tim Funk
This might cause a problem of using == instead of equals() for strcmp if (version == (request.getContext().getWebappVersion())) { mapRequired = false; } When running mod_jk with sticky session, but not using tomcat clustering ... Will adding a new version append the version number to the e

Re: JspRuntimeContext & JspServlet - Using SpringSource's Jasper 5.5.23 implementation in Http Service?

2010-11-06 Thread David Jencks
I don't understand the diagram you show nor what you mean by bridging, but you might want to consider looking at geronimo 3. We have tomcat and jasper running in an osgi environment and can deploy WABs and also EE wars as osgi bundles. I believe you can (as of a few days ago) look up the bund