Hi
Am 05.05.2006 um 17:21 schrieb Costin Manolache:
On 5/5/06, Rainer Jung <[EMAIL PROTECTED]> wrote:
Hi,
Remy started a thread talking about source tree reorg. It soon turned
into a discussion about various integration questions.
I would be interested in discussing a couple of questions
c
Can you please explain how domain memberships at future works?
Peter
Am 06.05.2006 um 00:59 schrieb [EMAIL PROTECTED]:
Author: fhanik
Date: Fri May 5 15:59:35 2006
New Revision: 400201
URL: http://svn.apache.org/viewcvs?rev=400201&view=rev
Log:
Removed domains, since we are doing so many cha
All my tests are working... :-)
Am 08.05.2007 um 18:29 schrieb Remy Maucherat:
The candidates binaries are available here:
http://people.apache.org/~remm/tomcat-6/v6.0.13/
According to the release process, the 6.0.13 tag is:
[ ] Broken
[ ] Alpha
[ ] Beta
[ x] Stable
Rémy
I think the script is res/maven/mvn-pub.xml, but
mvn.properties.default is not up to date.
Hope Remy or Filip know correct username/password for upload.
Peter
Am 18.05.2007 um 13:00 schrieb Yoav Shapira:
Hi,
On 5/18/07, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote:
Anybody? :-)
There's
Hi,
I have play arround with Tomcat Comet timeout ( 6.0.13 MAC OSX) with
Firefox 2.0.0.3.
APR
a) Set connectionTimeout= 30 and keepAliveTimeout=4
Result
Hi
I see that event.setTimeout working at main trunk with NIO.,
Thanks :-) I miss many Cluster and Comet fixes at changelog!
Setting with Connector keepAliveTimeout only working at APR! Why APR
don't support event.setTimeout?
Peter
Am 21.05.2007 um 21:46 schrieb Peter Rossbach:
Hi Rainer,
your _REENTRANT fix trigger a next MAC OS X problem:
eragon:~/workshop/tomcat-connectors-1.2.23-src/native peter$ make
Making all in common
/opt/local/share/apr-1/build/libtool --silent --mode=compile gcc -I/
Users/peter/workshop/apache2/include -Wall -g -O2 -DHAVE_APR -I/opt/
loc
542900)
+++ jk_util.c (working copy)
@@ -1686,12 +1686,87 @@
pthread_getunique_np(&t, &tid);
return ((int)(tid.intId.lo & 0x));
#else
-int tid = (int)(t & 0x);
+int tid = ((int)t) & 0x;
return tid;
#endif /* AS400 */
}
#endif
Reg
Hi,
I detect a problem with current commons-modeller 2.0 release. The
ant.properties file is not included at binary release . Arrg!
This means that currently tomcat embedded release not working.
How we can add this file at next tomcat 5.5.24?
Peter
--
Hi Filip and Remy,
Sorry for the very late checkin, but I am little bit busy last two
weeks. I have some trobule with today ApplicationDispatcher
implementation :-(
Thanks, Filip that you revert my patch, we can discuss the change
after tomcat release 5.5.24 is build.
I see this particula
Hi Filip,
Great, I think it is a good time to start talking about Bayeux /dojo
as a standard comet protocol. The current different Async/comet
server API's make it very strong to start for most programmers. I
review the Jetty Bayeux implementation and find it very useful.
OK, really the cu
HI Filip,
why this implementation break the build? I have testet with jdk 1.5.0
and made successfull a clean build?
Peter
Am 08.06.2007 um 14:50 schrieb [EMAIL PROTECTED]:
Author: fhanik
Date: Fri Jun 8 05:50:14 2007
New Revision: 545496
URL: http://svn.apache.org/viewvc?view=rev&rev=
Hi Filip,
I found a simple way to build with Java 1.4.2.
Index: container/catalina/build.xml
===
--- container/catalina/build.xml(revision 545449)
+++ container/catalina/build.xml(working copy)
@@ -613,6 +613,7 @@
ime), has conditional dependancies on the JDK used to compile.
Filip
Peter Rossbach wrote:
Hi Filip,
I found a simple way to build with Java 1.4.2.
Index: container/catalina/build.xml
===
--- container/catalina/build.xm
Hi Remy and Filip
you veto my ApplicationDispatcher patch for Tomcat Release 5.5.25
(revision 545127) 7.6.2007 and see Bugreport 30949:
My patch fix following bugs:
After a exception at ApplicationDispatcher.forward and include is
thrown:
- Memory Leak at STRICT_SERVLET_COMPILANCE is en
Hi remy,
I think the problem is real. Some portlet api and modularized web
applications have this problem.
Why you veto a fix without a better proposal? I don't see currently
an option without a try/finally block.
regards
Peter
Am 19.06.2007 um 22:59 schrieb Remy Maucherat:
is throws at processRequest()?
Regards
peter
Am 20.06.2007 um 09:57 schrieb Remy Maucherat:
Peter Rossbach wrote:
Hi remy,
I think the problem is real. Some portlet api and modularized web
applications have this problem.
Why you veto a fix without a better proposal? I don'
--;
}
}
if(manager instanceof DeltaManager)
((DeltaManager)manager).registerSessionAtReplicationValve
(this);
}
DeltaManager then register the crossContext session.
regards
Peter
Am 20.06.2007 um 13:39 schrieb Remy Maucherat:
Peter Rossbach wrote:
Hi Remy,
you mean this fix is
Hi Filip.
The commons-modeler 2.0 not include ant.properties, but we need the
modeler jmx task:
localhost:~/develop/server/apache-tomcat-5.5.24-embed peter$ ant
Buildfile: build.xml
init:
[taskdef] Could not load definitions from resource org/apache/
commons/modeler/ant/ant.properties.
No, and I think we can fix it later at 5.5.25.
At commons modeler nightly build the bug is not fixed.
Peter
Am 21.06.2007 um 03:42 schrieb Filip Hanik - Dev Lists:
my question to you earlier was, is this different from 5.5.23?
Filip
Peter Rossbach wrote:
Hi Filip.
The commons-modeler
/21/07, Peter Rossbach <[EMAIL PROTECTED]> wrote:
> No, and I think we can fix it later at 5.5.25.
> At commons modeler nightly build the bug is not fixed.
I created a Jira issue for this:
https://issues.apache.org/jira/browse/MODELER-22
..and have patched modeler (m1 build) to
Hi Rainer,
I have look at AccessLogValve to support 64 bit contentLength output,
but the complete servlet API based on int data type:
API 2.4/ 2.5
ServletRequest
public int getContentLength();
ServletResponse
public void setContentLength(int len);
public void setBufferSize(int size);
Hi,
testet successful with MAC OS X 10.4.10 (Intel) .
:-)
Peter
So here's the vote. Because we already had several days of testing,
the vote will be closed on Monday July 30, 24:00 GMT.
Apache Tomcat Connectors 1.2.24 is:
[x ] Stable - no major issues, no regressions
[ ] Beta - at least on
+1
Am 31.07.2007 um 00:48 schrieb Remy Maucherat:
The candidates binaries are available here:
http://people.apache.org/~remm/tomcat-6/v6.0.14/
According to the release process, the 6.0.14 tag is:
[ ] Broken
[ ] Alpha
[ ] Beta
[ x] Stable
Rémy
-
+1
tested at MAC OS X 10.4.10 with apache 2.2.4 and 2.0.59
Am 07.08.2007 um 12:28 schrieb Rainer Jung:
Apache Tomcat Connectors 1.2.25 is:
[x ] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- t
Hi Takayuki,
Argg, you are right and I find the problem. Only the CoyoteAdaptor
flush the CoyoteResponse buffer. Arrg!
Please check newest 5.5 dev trunk.
regards
peter
Hint: The content length of jsp-examples/index.html between 5.5.23
and 5.5 trunk is not the same after
Marks lisence upda
8/17/07, Peter Rossbach <[EMAIL PROTECTED]> wrote:
Hi Takayuki,
Argg, you are right and I find the problem. Only the CoyoteAdaptor
flush the CoyoteResponse buffer. Arrg!
Please check newest 5.5 dev trunk.
regards
peter
Hint: The content length of jsp-examples/index.html between 5.5.23
a
HI Filip,
can you explain your 6.0.x fix ((http://issues.apache.org/bugzilla/
show_bug.cgi?id=40042).) a little bit, please?
I think we hava only a chance to recover membership after cluster
membership send failure, to reopen the socket.
Here my current cluster 5.5 fix:
==
public class
t(),
instead of recoding that into a new method
Filip
Peter Rossbach wrote:
HI Filip,
can you explain your 6.0.x fix ((http://issues.apache.org/
bugzilla/show_bug.cgi?id=40042).) a little bit, please?
I think we hava only a chance to recover membership after cluster
membership send failure, t
anik - Dev Lists:
Peter Rossbach wrote:
Hi Filip,
OK, but second is a real problem and frist you fix ;-)
Can you fix it as we call checkExpire at the RecoveryThread?
I don't know about this one, I could call checkExpire, but if the
datagram socket is down, then is the expiration real?
I guess
Hi Filip,
can you document the fix at changelog, please?
peter
Am 17.08.2007 um 21:36 schrieb [EMAIL PROTECTED]:
Author: fhanik
Date: Fri Aug 17 12:36:19 2007
New Revision: 567117
URL: http://svn.apache.org/viewvc?view=rev&rev=567117
Log:
back port from trunk, recovery options and retain me
Sorry for wrong line pasting ;.( Many Thanks and it is fixed.
Regards
Peter
Am 20.08.2007 um 10:28 schrieb Takayuki Kaneko:
Hi Peter,
I'd like to point out that some attributes contains "(msec)" in the
name.
If it was a mistake, I made a patch.
Regards,
- Takayuki
Index: /container
Hi Bill,
can it be that your checkin is not the last working version?
The class CharChunk has only a method getBuffer()
Regards
Peter
Am 27.08.2007 um 05:38 schrieb [EMAIL PROTECTED]:
Author: billbarker
Date: Sun Aug 26 20:38:45 2007
New Revision: 569970
URL: http://svn.apache.org/viewvc
Hi Filip and Rainer,
can you please, test my tomcat 5.5.25 cluster membership backport
from tomcat 6.0.x?
I have made a lot of tests with macos 10.4.10 Intel ;-(
regards
Peter
Am 24.08.2007 um 22:35 schrieb Filip Hanik - Dev Lists:
Unless someone objects, after an hour of this message, ar
+1
move 6.0 trunk at a sandbox. We must made a check that we not lose
some non comet changes :-(
Am 01.09.2007 um 02:09 schrieb Remy Maucherat:
Hi,
Due to continuing independent development in trunk by Filip, I am
calling for a second vote to move it to the sandbox, where Filip
could
+1
Am 31.08.2007 um 16:49 schrieb Filip Hanik - Dev Lists:
Candidate binaries are available here: http://people.apache.org/
~fhanik/tomcat/tomcat-5.5/v5.5.25/
According to the (slightly) updated release process, the 5.5.25 tag
is:
[ ] Broken
[ ] Alpha
[ ] Beta
[x ] Stable
5.5.24 didn't ge
Yes, its clear and vote to move tomcat/trunk to a sandbox branch!
Peter
Am 03.09.2007 um 11:53 schrieb Remy Maucherat:
Peter Rossbach wrote:
+1
move 6.0 trunk at a sandbox. We must made a check that we not lose
some non comet changes :-(
This vote is about trunk (/tomcat/trunk), not
HI Filip,
can you please, backport your jmx cluster integration from your
sandbox (tomcat/sandbox/gdev6x/) ?
Checkins Rev 565763 17.8.2007
Checkins Rev 564074,564071,564069 9.8.2007
Regards
Peter
+1
Peter
Am 09.09.2007 um 19:46 schrieb Filip Hanik - Dev Lists:
yes, it's on my list
Filip
Peter Rossbach wrote:
HI Filip,
can you please, backport your jmx cluster integration from your
sandbox (tomcat/sandbox/gdev6x/) ?
Checkins Rev 565763 17.8.2007
Checkin
Hi,
I like this FileDirContext extension. It is a very nice way to
include external content without symlinks!
Regards
Peter
Am 13.09.2007 um 17:25 schrieb Remy Maucherat:
[EMAIL PROTECTED] wrote:
Author: funkman
Date: Thu Sep 13 08:19:59 2007
New Revision: 575332
URL: http://svn.apache.
HI Filip,
can you please add your changes at changelog.xml (BUG 43356)
Peter
Am 14.09.2007 um 23:30 schrieb [EMAIL PROTECTED]:
Author: fhanik
Date: Fri Sep 14 14:30:29 2007
New Revision: 575798
URL: http://svn.apache.org/viewvc?rev=575798&view=rev
Log:
Backport from earlier fix
http://issue
[X] +1. Yes, the above works and addresses my concerns
as well as the problems which started this whole
thing.
[ ] 0. Whatever.
[ ] -1. The above does not work for the following reasons:
I agree with Remy: We must find a process that really work normally
quick
Hi,
I vote +1 :-)
Peter
Am 26.09.2007 um 16:22 schrieb Jim Jagielski:
I'd like to call a vote on acceptance of the above methodology,
as crafted and fine-tuned by Costin and myself. It is worthwhile
to note that, really, these are the typical ASF methods, but
with some "grainy" aspects be
It seems an Axis bug. Please, use the aixs oder tomcat user list for
those reports.
Regards
Peter
Am 04.10.2007 um 09:30 schrieb Nagasree:
I am using Tomcat 5.0.28 and Axis 1.4. When I start the tomcat
server I see
the following error on the console.
INFO: Server startup in 9844 ms
-
Hi,
Look at Java Service Wrapper project. I think you can extend there
logging trigger filter API.
http://wrapper.tanukisoftware.org/doc/english/prop-filter-x-n.html
As you detect the OME then you can use the jkstatus mod_jk interface
to deactivate the worker from list.
http://tomcat.ap
++1
Am 05.10.2007 um 14:07 schrieb Remy Maucherat:
Mark Thomas wrote:
Next attempt.
Taking account of the comments so far, a slightly modified
proposal is
below.
svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk
https://svn.apache.org/repos/asf/tomcat/trunk
svn cp https://svn.ap
HI,
what I miss is the bundle of the following include
The file is reference at web-jsptaglibrary_2_1.xsd and web-app_2_5.xsd.
Can it be that schemaResolver at o.a.c.startup.DigesterFactory must
be also registered all
included xml schemas for standalone resolving?
Original schema files at
Thanks to report it,
I hope we can fix it before 6.0.15 tag.
Peter
Am 06.10.2007 um 19:59 schrieb Jason Brittain:
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/
drops/R-3.3.1-200709211145/eclipse-JDT-3.3.1.zip
Hi,
I have reviewed Catalina and StandardServer Tomcat 6 implementation.
I can see that the old trick with correct. The main thread is not terminate after a stop signal was
received.
With port=-1 setting a user can start a tomcat without opening a
shutdown port. Ok, the only chance to st
Hi Rainer,
I think we need a clear policy for all tomcat parts. Currently this
means that we
must also change the commit policy for jk and tcnative.
Peter
Am 01.10.2007 um 15:46 schrieb Rainer Jung:
Hi,
since the main project agreed on trying a new policy for commits
against stable bra
Hi Filip,
has you seen my "Call stopAwait at StandardServer.stop" mail?
Peter
Am 07.10.2007 um 17:10 schrieb Filip Hanik - Dev Lists:
don't forget to include a link to the diff file, so that it can be
reviewed before committed, just in case someone misses the dev email
Filip
[EMAIL PROTE
OK, I add this to the tomcat 5.5 STATUS file :-)
Peter
Am 07.10.2007 um 19:42 schrieb William L. Thomson Jr.:
On Sun, 2007-10-07 at 07:14 +0200, Peter Rossbach wrote:
Thanks to report it,
I hope we can fix it before 6.0.15 tag.
FYI, this can likely be done for 5.5.x as well. On Gentoo we
s:
I did, but folks shouldn't have to dig through the dev archives,
should they :)
Filip
Peter Rossbach wrote:
Hi Filip,
has you seen my "Call stopAwait at StandardServer.stop" mail?
Peter
Am 07.10.2007 um 17:10 schrieb Filip Hanik - Dev Lists:
don't forget to includ
Hi Remy,
I think the patch is incomplete
this line seem not correct:
+else
+ JRE_HOME=/usr
+fi
better
+else
+ JRE_HOME=/usr/bin/java
+fi
Peter
Am 17.10.2007 um 03:11 schrieb [EMAIL PROTECTED]:
Author: remm
Date: Tue Oct 16 18:11:39 2007
New Revision: 585313
URL:
Hi Remy,
but is'nt /usr/lib/java the correct value to JRE_HOME ?
Regards
Peter
Am 17.10.2007 um 13:10 schrieb Rémy Maucherat:
On Wed, 2007-10-17 at 05:47 +0200, Peter Rossbach wrote:
Hi Remy,
I think the patch is incomplete
this line seem not correct:
+else
+ JRE_HOME
happy since he can symlink
my_program_that_i_can_see_in_ps to java.
-Tim
Rémy Maucherat wrote:
On Wed, 2007-10-17 at 05:47 +0200, Peter Rossbach wrote:
Hi Remy,
I think the patch is incomplete
this line seem not correct:
+else
+ JRE_HOME=/usr
+fi
better
+else
Yes!
I can't see that maven build is better choice.
Peter
Vote -1 for build with maven!
Am 18.10.2007 um 00:45 schrieb Mark Thomas:
Paul Shemansky wrote:
Key features that may be useful to us are :
- The Standard Directory Layout - Specifically, multi-module builds.
This might make manag
+1
Great!
peter
Am 19.10.2007 um 01:34 schrieb Mark Thomas:
All,
I would like to propose that we have reached the time where Tomcat
5.0.x should be archived. What this means in practice is:
- Sending an announcement out that no further work, including security
patches will be performed on
Hi Filip,
can you please add your last changes also to the changelog.xml?
Regards
Peter
Am 19.10.2007 um 15:35 schrieb [EMAIL PROTECTED]:
Author: fhanik
Date: Fri Oct 19 06:35:38 2007
New Revision: 586444
URL: http://svn.apache.org/viewvc?rev=586444&view=rev
Log:
update status file
Modifi
HI Lucas,
look like a very great plan. I also think about better JMX support
and management console to muliple tomcat instances.
Please let us start the discussion, about your ideas.
regards
Peter
Personal hint: Start with simple changes, first! I like your zero
bug count idea...
Am 21.
Hi Paul,
please open a bug!
Peter
Am 23.10.2007 um 15:46 schrieb Paul Shemansky:
While browsing the project, I noticed that there is an unused
separation of Catalina Ant JMX resources. If this was unintended, a
possible cleanup patch is attached.
-
+1
Am 29.10.2007 um 23:26 schrieb Rémy Maucherat:
Hi,
As the issue list seems relatively empty, I would like to tag 6.0.15
soon, probably late tomorrow.
Rémy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
Hi,
Before we tag, can we add the missing author hints at changelog,
please :-(
Peter
Am 30.10.2007 um 05:52 schrieb Peter Rossbach:
+1
Am 29.10.2007 um 23:26 schrieb Rémy Maucherat:
Hi,
As the issue list seems relatively empty, I would like to tag 6.0.15
soon, probably late
Hi,
I read the status and changelog reference and think the are not
reflect the 6.0.15 status!
Peter
Am 01.11.2007 um 02:58 schrieb Rémy Maucherat:
On Mon, 2007-10-29 at 23:26 +0100, Rémy Maucherat wrote:
Hi,
As the issue list seems relatively empty, I would like to tag 6.0.15
soon, prob
Good point
+1
Peter
Am 01.11.2007 um 09:51 schrieb jean-frederic clere:
Mark Thomas wrote:
Mark Thomas wrote:
svn cp
https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_15
https://svn.apache.org/repos/asf/tomcat/tc6.1.0/trunk
https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags
Hi,
It is not only ineffizient and a risk, Read 7.7.2 at the spec:
SRV.7.7.2 Distributed Environments
Within an application marked as distributable, all requests that are
part of a session
must be handled by one Java Virtual Machine1 (“JVM”) at a time. The
container
must be able to handle al
llow different
servers to handle the session? If not, what's it for?
--
Len
On 11/3/07, Peter Rossbach <[EMAIL PROTECTED]> wrote:
Hi,
It is not only ineffizient and a risk, Read 7.7.2 at the spec:
SRV.7.7.2 Distributed Environments
Within an application marked as distributable, all
Hi
Test Comet NIO API, Cluster and NIO Connector.
Also 6.015 work fine with mod:jk 1.2.25 via AJP.
Peter
Am 05.11.2007 um 15:17 schrieb Rémy Maucherat:
The candidates binaries are available here:
http://people.apache.org/~remm/tomcat-6/v6.0.15/
According to the release process, the 6.0.15 ta
Hi Alexey,
I think it is a great idea to bundle harmony with tomcat. Ok, I also
agree with Yoav and Costin that bundle building and hosting is
harmony team job.
How can I help you to made the harmony/tomcat bundle ready? But I am
working at a Mac and I am very interested to get a java 6 up
Strange,
but with Revision 586865 I have test with the link and check in the
JDT 3.3.1 change at 27.10.07
Peter
Am 15.11.2007 um 20:04 schrieb Filip Hanik - Dev Lists:
jean-frederic clere wrote:
[EMAIL PROTECTED] wrote:
Author: pero
Date: Thu Nov 15 09:58:26 2007
New Revision: 595376
I review the tomcat 6 JDTCompiler class that only some formattings
und error handlings has change.
What is bad to use a newer JDT compiler version?
regards,
Peter
Am 16.11.2007 um 14:09 schrieb jean-frederic clere:
Peter Rossbach wrote:
Strange,
but with Revision 586865 I have test with
Hi,
you can find the current implemenation at package
org.apache.catalina.authenticator.
You can implement you own auth strategie as a context Valve.
Your class must be implement the o.a.c.Authenticator interface.
Please, look at o.a.c.a.AuthenticatorBase base auth class.
Re
true and/or false... I suppose that if "true" means all ok
and the user is authenticated but i wanted to be sure
- Messaggio originale -
Da: Peter Rossbach <[EMAIL PROTECTED]>
A: Tomcat Developers List
Inviato: Mercoledì 21 novembre 2007, 17:32:45
Oggetto: Re: Question
Hi Bill,
can we fix this bug also at Tomcat 5.5?
regards
Peter
Am 29.11.2007 um 05:19 schrieb [EMAIL PROTECTED]:
Author: billbarker
Date: Wed Nov 28 20:19:46 2007
New Revision: 599259
URL: http://svn.apache.org/viewvc?rev=599259&view=rev
Log:
Remove conditional headers on Form Auth replay,
I think the change is very good. Older Connection are close first!
Peter
Am 30.11.2007 um 12:56 schrieb Mladen Turk:
[EMAIL PROTECTED] wrote:
Author: rjung
Date: Fri Nov 30 02:26:42 2007
New Revision: 599767
URL: http://svn.apache.org/viewvc?rev=599767&view=rev
Log:
Complete half-baked r5997
+1
See you a chance the commons dbcp or pool team fix the bug and we can
use a newer version?
Regards
Peter
Am 01.12.2007 um 21:24 schrieb Mark Thomas:
All,
The update to commons-pool-1.3 has caused a memory leak[1].
Further, [2]
suggests it may cause reload issues in some circumstan
+1 for that...
Peter
Am 11.12.2007 um 01:53 schrieb Filip Hanik - Dev Lists:
if String objects are kept in a constants pool, then one would
synchronized (name) {
clazz = super.findClass(name);
}
to allow concurrent loading of diff
Hi Filip,
good news :-) I am happy to test this features :-)
Regards
Peter
Am 14.12.2007 um 20:53 schrieb Filip Hanik - Dev Lists:
In the near future, I plan to add the following to trunk
1. annotation dependency injection patch
2. cluster JMX configurations
3. any NIO improvements that hav
I think your Membership DropTime 4sec is very small. Some more Load
or a FULL GC can drop your member.
Nomally I use 30 sec.
Peter
Am 19.12.2007 um 11:40 schrieb Raúl García:
Hi,
We are using tomcat 6.0.14.
We use a cluster working at the same machine,
we start it and it seems to be ok, re
+1 to that before next tomcat release tagging
Peter
Am 19.12.2007 um 17:23 schrieb jean-frederic clere:
Hi,
I'll tag the tcnative to 1.1.12.
The changes are the following between 1.1.12 and 1.1.11:
+++
Improvement: Add support of J9VM based JVM. (jfclere)
Improvement: Arrange licence in so
Good work!
Apache Tomcat Connectors 1.2.26 is:
[x ] Stable - no major issues, no regressions
[ ] Beta - at least one significant issue -- tell us what it is
[ ] Alpha - multiple significant issues -- tell us what they are
Merry Christmas
Peter
Am 21.12.2007 um 19:41 schrieb Rainer Jung:
+1
Am 04.01.2008 um 19:34 schrieb Mark Thomas:
Filip Hanik - Dev Lists wrote:
we have a lot of updates added in, I think it may be good to set a
date
for our next release and work towards that
+1.
There are a stack of changes (both committed and proposed) for
5.5.x as
well. It would be
Hi Filip and Rainer,
I found the following info to reduce the TIME_WAIT at windows:
===
The TIME_WAIT problem is a very common one for Windows NT systems.
Unlike most Unix systems, Windows NT does not have a generic setting
for the TIME_WAIT interval modification. To modify this
Hi,
for other server os's I found:
=
For AIX: To see the current TCP_TIMEWAIT value, run the following
command:
/usr/sbin/no a | grep tcp_timewait
To set the TCP_TIMEWAIT values to 15 seconds, run the following command:
/usr/sbin/no o tcp_timewait =1
The tcp_timewait option is u
Hi Filip,
I am starting testing your new NioProtocol handler, but I got
following exception:
30.10.2006 13:37:24 org.apache.tomcat.util.net.NioEndpoint
setSocketOptions
SCHWERWIEGEND:
java.net.SocketException: Invalid argument
at sun.nio.ch.Net.setIntOption0(Native Method)
ava.sun.com/j2se/1.5.0/docs/api/java/net/
Socket.html#setTrafficClass(int)
Peter Rossbach wrote:
Hi Filip,
I am starting testing your new NioProtocol handler, but I got
following exception:
30.10.2006 13:37:24 org.apache.tomcat.util.net.NioEndpoint
setSocketOptions
SCHWERWIEGEND:
ja
e.JspApplicationC
ontextImpl',
'[EMAIL PROTECTED]')
30.10.2006 16:25:36 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: attributeReplaced
('C3E6394AC176D22B752C75D55343AA02', 'ni
ckname', 'pero')
30.10.2006 16:25:40 org.apache.catalina.core.Appl
? I've added in your fix, but cant
reproduce the problem
Filip
Peter Rossbach wrote:
Hi Filip.
you see at my situation the key can be null:
30.10.2006 16:03:20 org.apache.tomcat.util.net.NioEndpoint$Worker run
INFO:
[EMAIL PROTECTED]:java.nio.channels
.SocketChannel[connected local
unattach the attachment from the key
Filip
Filip Hanik - Dev Lists wrote:
how do you reproduce this? I've added in your fix, but cant
reproduce the problem
Filip
Peter Rossbach wrote:
Hi Filip.
you see at my situation the key can be null:
30.10.2006 16:
Hi,
I see following compiler warning at mac os x 10.4.8 gcc 4.0.1.
===
I/Users/peter/tools/local/include -I/Users/peter/tools/local//
include/apr-1 -o src/network.lo -c src/network.c && touch src/
network.lo
src/network.c: In function 'Java_org_apache_tomcat_jni_Socket_send':
src/network.c
Hi Malden,
I have check the tcnative connector at tomcat 60. Strange, the
version numbers differ
tomcat60/native/connector/include/tcn_version.h
* @version $Revision: 466609 $, $Date: 2006-10-22 01:30:39 +0200
(Sun, 22 Oct 2
tomcat55/connectors/jni/native/include/tcn_version.h
* @versio
Hanik - Dev Lists:
ok, I fixed the NPE, thanks for bringing to my attention. I haven't
used the chat app yet, so I can't speak for how it works.
Filip
Peter Rossbach wrote:
Hi Filip,
I have use newest tomcat 6 svn head, with jdk 1.5.0_06, MAC OS X
10.4.8, PPC,
fresh build.
Used
OK,
at which time you plan the 2.x cut?
regards
Peter
Am 30.10.2006 um 20:03 schrieb Mladen Turk:
Peter Rossbach wrote:
Hi Malden,
Must be tcnative at tomcat60 not an external svn link?
I would like that we have the subset of connectors/jni
inside tc6/native (only the parts that are
Hi Mladen,
I detect some problems to build current tcnative from tomcat55/
connectors/jni/native (1.0.7) and tomcat60/native/connectors (1.0.6)
at my MAC OS X 10.4.8 with XCODE 2.4.1
===
First the gcc 4.0.1 detect following compiler warnings:
===
/bin/sh
+1
Cheers
Peter
Am 15.11.2006 um 11:31 schrieb Remy Maucherat:
Hi,
Instead of voting on 6.0.1, it would be possible to create a new
tag for 6.0.2 incorporating the fixes for the most visible
glitches, and vote on that immediately (as there are no other
changes at the moment).
Comments
+1 -- 6.0.2 is beta,
Am 17.11.2006 um 10:46 schrieb William A. Rowe, Jr.:
Guys - something got broken again in your release process against
ASF policy...
I don't see three +1's for any of the recent postings to your
downloads page.
Please remedy this - even if it's a matter of 3 +1's for
Hi
I have test to compile apr at mac os x 10.4..8 intel and get
following warning:
/bin/sh /Users/peter/develop/tools/local/tomcat55//build-1/libtool --
silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN -
DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -O2 -
DHAVE_OPENSSL -I
Hi,
I have implemented a JvmRouteBinderValve that detect a session failover.
This valve rewrite the interal session id and send the change to
other backup nodes.
className="org.apache.catalina.cluster.tcp.ReplicationValve"
filter
Hi Rainer and Mladen,
I made the paketSize port to tomcat 5.5 tree. Now, I start some
testing and ...
- I have successfull send more than 8k to the client with a download
request.
But I must patch o.a.c.connector.Response and
AjpAprProcessor.SocketOutputBuffer
and JkInputStream to set cor
Hi Remy,
Am 12.12.2006 um 17:57 schrieb Remy Maucherat:
[EMAIL PROTECTED] wrote:
Author: pero
Date: Tue Dec 12 08:35:15 2006
New Revision: 486219
URL: http://svn.apache.org/viewvc?view=rev&rev=486219
Log:
Add support to send and receive more the 8K BODY packets.
I'm not happy with that. Ther
101 - 200 of 326 matches
Mail list logo