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
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
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
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
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=49521
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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
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
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
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?
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
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:
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
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
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
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
21 matches
Mail list logo