Very interesting thread.
What's the needs in server / tc communications ?
- new apis
- new communication layer
ajp is a not so bad protocol but the jk impl mix comm & marsh/unmarsh
& api.
we could find a persistant communication layer (openwire from
activemq ?)
we could define a set of
Anas Ahmed wrote:
Two Scenarios of thread per request :-
1- if the request send directly to server without filter:-
When a connection is idle between requests, the thread can be recycled, and the
connection is
placed in a centralized NIO select set to detect new
request
Author: markt
Date: Mon Apr 6 09:05:33 2009
New Revision: 762258
URL: http://svn.apache.org/viewvc?rev=762258&view=rev
Log:
Minor javadoc correction
Modified:
tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java
Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/ServletContext.java
UR
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
--- Comment #2 from IzhikovNikolay 2009-04-06 03:17:08
PST ---
I will investigate this bug and fix it if I needed
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail b
Mark Thomas wrote:
> Anas Ahmed wrote:
>
>> I wrote proposal for the second project "improve the JMX support within
>> Apache Tomcat"
>> i'm waiting for your feedback
>> and i need your advice about which project i have to put my focus because
>> i'm student and the time is valuable
>
> My
Anas Ahmed wrote:
> I wrote proposal for the second project "improve the JMX support within
> Apache Tomcat"
> i'm waiting for your feedback
> and i need your advice about which project i have to put my focus because i'm
> student and the time is valuable
My suggestion (but it is only a sug
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
IzhikovNikolay changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #4 from
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
--- Comment #3 from IzhikovNikolay 2009-04-06 04:33:44
PST ---
Created an attachment (id=23445)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23445)
test application. I try to reproduce bug with it
I can't reproduce prob
Hi, Mark.
I want to investigate and fix this bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
How I should inform on it?
> Welcome back.
>
> These should be be a good place to get started:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=46958
> https://issues.apache.org/bugzilla/
NorthDragon NorthDragon wrote:
> Hi, Mark.
> I want to investigate and fix this bug
> https://issues.apache.org/bugzilla/show_bug.cgi?id=46907
> How I should inform on it?
Create yourself a bugzilla account and then add comments to the bug
report. Those comments are automatically sent to the dev l
Hello,
Recently I started to develop a web application
that is based on the Comet Architecture. After a lot of research, I realize
that there is a lack of documentation and tutorials about how to build simple
Comet
applications on Tomcat. The tomcat Advanced IO documentation previews the way
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=34110
--- Comment #6 from Dan Armbrust 2009-04-06
07:58:11 PST ---
This issue does not occur under Tomcat 6.0.18.
I believe that Charles has the correct explanation for what is going on:
http://marc.info/?l=tomcat-user&m=123889737632345&w
Author: jfclere
Date: Mon Apr 6 15:09:19 2009
New Revision: 762374
URL: http://svn.apache.org/viewvc?rev=762374&view=rev
Log:
First support for httpd-trunk heartbeat logic.
Added:
tomcat/trunk/java/org/apache/catalina/cluster/
tomcat/trunk/java/org/apache/catalina/cluster/CollectedInfo.j
Hello :)
We needed subdomain session cookie support for our java webapp; currently
there is no way to configure cookie domain attribute in tomcat <= 6.0.18.
This patch adds this functionality. Cookie domain can be specified as Manager
property (default null == turned off) in conf/context.xml or
A few comments inline.
On 06.04.2009 17:09, jfcl...@apache.org wrote:
> Author: jfclere
> Date: Mon Apr 6 15:09:19 2009
> New Revision: 762374
>
> URL: http://svn.apache.org/viewvc?rev=762374&view=rev
> Log:
> First support for httpd-trunk heartbeat logic.
>
> Added:
> tomcat/trunk/java/org
Brane F. Grac(nar wrote:
> Hello :)
>
> We needed subdomain session cookie support for our java webapp; currently
> there is no way to configure cookie domain attribute in tomcat <= 6.0.18.
>
> This patch adds this functionality. Cookie domain can be specified as Manager
> property (default nul
Author: jfclere
Date: Mon Apr 6 16:40:12 2009
New Revision: 762411
URL: http://svn.apache.org/viewvc?rev=762411&view=rev
Log:
Arrange the code according to Rainer's comments.
Modified:
tomcat/trunk/java/org/apache/catalina/cluster/HeartbeatListener.java
Modified: tomcat/trunk/java/org/apach
Rainer Jung wrote:
A few comments inline.
On 06.04.2009 17:09, jfcl...@apache.org wrote:
Author: jfclere
Date: Mon Apr 6 15:09:19 2009
New Revision: 762374
URL: http://svn.apache.org/viewvc?rev=762374&view=rev
Log:
First support for httpd-trunk heartbeat logic.
Added:
tomcat/trunk/java/o
Trying again. What's the trick to getting past the Apache spam filter
From: Jason Smith
Sent: Monday, April 06, 2009 11:38 AM
To: 'dev@tomcat.apache.org'
Subject: RE: Help with a Tomcat bug.
Trying again. Spam filter seems to hate me.
From: Jason Smith
Sent: Monday, April 06, 2009 11:08 AM
Jason Smith wrote:
> Trying again. What's the trick to getting past the Apache spam filter
Generally, use plain text rather than html. Don't use attachments.
Mark
>
> From: Jason Smith
> Sent: Monday, April 06, 2009 11:38 AM
> To: 'dev@tomcat.apache.org'
> Subject: RE: Help with a Tomcat b
Thanks, but I think I finally got it. 4th or 5th try.
Anyway, it looks like the InternalInputBuffer.nextRequest() is designed to pull
data forward to the next buffer. See code excerpt below. But it also looks
like it makes the assumption that all bytes have been consumed when this is
calle
Jason Smith wrote:
> Thanks, but I think I finally got it. 4th or 5th try.
>
> Anyway, it looks like the InternalInputBuffer.nextRequest() is designed to
> pull data forward to the next buffer. See code excerpt below. But it also
> looks like it makes the assumption that all bytes have been
https://issues.apache.org/bugzilla/show_bug.cgi?id=46967
Tim changed:
What|Removed |Added
CC||tf...@sdsusa.com
--
Configure bugmail:
Remy Maucherat wrote:
>
> The build is in the usual place in ~remm (built with a new computer, so
> it's a good idea to test it)
Looks good to me. TCKs and a couple of my local test cases all pass.
Any plans to call a vote?
Mark
On 06.04.2009 21:32, Niall Pemberton wrote:
> Sounds good. Who currently works on the Tomcat code and are they happy
> for it to come here as well.
Very basic commit statistics on repos/asf/tomcat/connectors/trunk/jni,
not including data about how big each of the commits was:
Count id
391 mturk
Hi Jean-Frederic,
On 06.04.2009 18:40, jean-frederic clere wrote:
> Rainer Jung wrote:
>> On 06.04.2009 17:09, jfcl...@apache.org wrote:
>>> Author: jfclere
>>> +package org.apache.catalina.cluster;
>>
>> Should we really reuse this package name? Until TC 5.5 that was the old
>> cluster, and the p
Author: rjung
Date: Mon Apr 6 20:47:04 2009
New Revision: 762499
URL: http://svn.apache.org/viewvc?rev=762499&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45026
Never use empty reason phrase. Backport of
http://svn.apache.org/viewvc?rev=697183&view=rev
http://svn.apache.o
Author: rjung
Date: Mon Apr 6 20:49:05 2009
New Revision: 762500
URL: http://svn.apache.org/viewvc?rev=762500&view=rev
Log:
Remove changlog entry backported from trunk to TC 6
in revision r762499.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelo
https://issues.apache.org/bugzilla/show_bug.cgi?id=46976
Summary: tomcat 6 doesn't support configuration of domain
parameter of generated session cookies
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
[I'm re-sending this e-mail as I did not have any response. Maybe it
was because of html format ?]
Hello,
Among the many possible causes of classloader leaks, one is the
context class loader of threads spawned during the execution of web
applications.
For instance, if the following servlet
Author: rjung
Date: Mon Apr 6 20:57:46 2009
New Revision: 762504
URL: http://svn.apache.org/viewvc?rev=762504&view=rev
Log:
Backport r757706: Use some already existing constants
instead of explicit numbers in the AJP connectors.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/tr
Author: rjung
Date: Mon Apr 6 21:10:05 2009
New Revision: 762507
URL: http://svn.apache.org/viewvc?rev=762507&view=rev
Log:
Allow huge request body packets for AJP13.
Backport of r697192 and r757708.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/coyote/aj
Comet READ events are generating when there is a POST method with a body
John Dous wrote:
Hello,
Recently I started to develop a web application
that is based on the Comet Architecture. After a lot of research, I realize
that there is a lack of documentation and tutorials about how to build s
Author: rjung
Date: Mon Apr 6 21:25:09 2009
New Revision: 762510
URL: http://svn.apache.org/viewvc?rev=762510&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45026
Never use empty reason phrase.
Backport of r697183 and r757721.
Modified:
tomcat/connectors/trunk/jk/java/o
Author: rjung
Date: Mon Apr 6 21:55:11 2009
New Revision: 762524
URL: http://svn.apache.org/viewvc?rev=762524&view=rev
Log:
Allow AJP connectors to provide correct getRemotePort().
The remote port is not part of the AJP13 protocol.
Since the protocol is not extensible enough for standard
attribut
Mladen Turk wrote:
Costin Manolache wrote:
So in essence you have a new protocol but the sole
difference is how you describe it.
The API can be something like:
- legacyRequest(RequestMessage) - whatever we have in the current AJP
protocol
- getServerLoad() and whatever new we wanted to add
Is the idea here to communicate the Tomcat server state to httpd using
multicast?
For that, you could simply build the feature set into
org.apache.catalina.ha where you can send multicast packets, where you
already have heart beat information etc.
So going that route, why not use code, or at lea
https://issues.apache.org/bugzilla/show_bug.cgi?id=45026
--- Comment #9 from Rainer Jung 2009-04-06 15:14:57
PST ---
A fix has also been applied to TC 6.0 (r762499 (
https://svn.apache.org/viewcvs.cgi?view=rev&rev=762499 ) and TC 5.5 (r762510 (
https://svn.apache.org/viewcvs.cgi?view=rev&
On Mon, Apr 6, 2009 at 3:06 PM, Filip Hanik - Dev Lists
wrote:
> Mladen Turk wrote:
>
>> Costin Manolache wrote:
>>
>>> So in essence you have a new protocol but the sole
difference is how you describe it.
>>>
>>> The API can be something like:
>>> - legacyRequest(RequestMessage) -
On Monday 06 April 2009 18:19:26 Mark Thomas wrote:
> Please create a bugzilla entry for this and attach the patch there so it
> doesn't get lost.
Done.
> To keep this consistent with httpOnly, this should be configured at the
> Context level rather than the manager.
Ok, this makes sense. I'll t
On 07.04.2009 00:46, Brane F. Gračnar wrote:
> On Monday 06 April 2009 18:19:26 Mark Thomas wrote:
>> It would also be a good idea to
>> include an update to the documentation in your patch.
>
> I know that this is a stupid question, but i don't have any idea which files
> to update :)
http://m
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by plinius:
http://wiki.apache.org/tomcat/FAQ/Logging
--
1. [#Q6 Where
The candidates binaries are available here:
http://people.apache.org/~remm/tomcat-6/v6.0.19/
According to the release process, the 6.0.19 tag is:
[ ] Broken
[ ] Alpha
[ ] Beta
[ ] Stable
Note: The i18n issue for the French language could be addressed by
providing a replacement JAR from a bugzilla
Filip Hanik - Dev Lists wrote:
Is the idea here to communicate the Tomcat server state to httpd using
multicast?
Yes.
For that, you could simply build the feature set into
org.apache.catalina.ha where you can send multicast packets, where you
already have heart beat information etc.
Well t
I have posted comments and suggestions to update my proposal.
Please feedback
Anas
_
Rediscover Hotmail®: Get quick friend updates right in your inbox.
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Upda
45 matches
Mail list logo