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

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

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 ada...@gmail.com 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

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

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 rainer.j...@kippdata.de 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

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

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

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

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=1032207view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

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=1032209view=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

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 knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

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=1032210view=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 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=diffrev1=3rev2=4

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=1032213view=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