On Mon, Aug 17, 2009 at 10:51 AM, Rahul Akolkar wrote:
> On Mon, Aug 17, 2009 at 1:04 AM, Henri Yandell wrote:
>
>> I hand edited the RDC website to point over to the Tomcat SVN location
>> on people.apache.org.
>
>
> Not clear what that means.
I modified the pom and edited
http://jakarta.apache.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project jakarta-tomcat has an issue affecting its community integration.
This issu
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project jakarta-tomcat-jk-native-buildconf has an issue affecting its community
i
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project jakarta-tomcat-dbcp has an issue affecting its community integration.
This
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project jakarta-tomcat-jk-ant has an issue affecting its community integration.
Th
Author: markt
Date: Mon Aug 17 22:23:31 2009
New Revision: 805187
URL: http://svn.apache.org/viewvc?rev=805187&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tom
https://issues.apache.org/bugzilla/show_bug.cgi?id=44041
--- Comment #11 from Mark Thomas 2009-08-17 23:23:18 BST ---
Point taken re syncs and WebappClassLoader.loadClass(String, boolean)
I have proposed a patch for 6.0.x and 5.5.x that adds that sync.
--
Configure bugmail: https://issues.apa
Author: markt
Date: Mon Aug 17 22:20:29 2009
New Revision: 805182
URL: http://svn.apache.org/viewvc?rev=805182&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44041
Remove previous sync that didn't fix the issue
Make loadClass synchronized like java.lang.ClassLoader
I was conc
https://issues.apache.org/bugzilla/show_bug.cgi?id=47700
Mark Thomas changed:
What|Removed |Added
Severity|minor |enhancement
--- Comment #1 from Ma
Author: markt
Date: Mon Aug 17 21:44:37 2009
New Revision: 805157
URL: http://svn.apache.org/viewvc?rev=805157&view=rev
Log:
Propose additional fix
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/STAT
Author: markt
Date: Mon Aug 17 21:40:41 2009
New Revision: 805153
URL: http://svn.apache.org/viewvc?rev=805153&view=rev
Log:
Fix NPE if something tries to access resources accessed during a stop.
This was seen when unpackWARs="false" and the JDBC clean up code tried to load
the leak prevention cl
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project jakarta-tomcat has an issue affecting its community integration.
This issu
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
--- Comment #20 from Mark Thomas 2009-08-17 20:25:43 BST ---
It is easier if we have access to the source. Can you provide source files for
the simplest possible jsp, tld and tag combination that demonstrates the issue?
--
Configure bug
https://issues.apache.org/bugzilla/show_bug.cgi?id=43656
Luke Kolin changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #19 from Luke Kolin
On Mon, Aug 17, 2009 at 1:04 AM, Henri Yandell wrote:
> SVN move done. The Jakarta side points over to Tomcat for now, I'll be
> retiring what's left over there later.
>
Thanks Hen.
> I hand edited the RDC website to point over to the Tomcat SVN location
> on people.apache.org.
Not clear what
https://issues.apache.org/bugzilla/show_bug.cgi?id=42996
--- Comment #40 from Jerome Louvel 2009-08-17
10:38:00 PDT ---
Thanks guys for all the tests (including Restlet code) and additional info. I'm
busy right now but will try to get to by next week. Please keep this issue open
a bit more.
C
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project jakarta-tomcat-dbcp has an issue affecting its community integration.
This
On 17/08/2009, Mark Thomas wrote:
> sebb wrote:
> > On 17/08/2009, ma...@apache.org wrote:
>
> >> + else
> >> +if [ $? -eq 0 ]; then
> >
> > Might be better to check $FORCE before sleeping?
>
>
> On reflection, I don't think there is any need for a sleep here at all.
> There is no PID
https://issues.apache.org/bugzilla/show_bug.cgi?id=47700
Summary: Javadocs (html doc for Java files) should be part of
the build.xml
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows XP
Status: NEW
Author: markt
Date: Mon Aug 17 13:44:37 2009
New Revision: 804983
URL: http://svn.apache.org/viewvc?rev=804983&view=rev
Log:
Add the improvements
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
Author: markt
Date: Mon Aug 17 13:43:20 2009
New Revision: 804982
URL: http://svn.apache.org/viewvc?rev=804982&view=rev
Log:
Don't sleep if there is nothing to sleep for. Update the usage text.
Modified:
tomcat/trunk/bin/catalina.sh
Modified: tomcat/trunk/bin/catalina.sh
URL:
http://svn.apa
sebb wrote:
> On 17/08/2009, ma...@apache.org wrote:
>> + else
>> +if [ $? -eq 0 ]; then
>
> Might be better to check $FORCE before sleeping?
On reflection, I don't think there is any need for a sleep here at all.
There is no PID so force won't be able to do anything anyway.
> Surely tha
On 17/08/2009, ma...@apache.org wrote:
> Author: markt
> Date: Mon Aug 17 13:01:31 2009
> New Revision: 804963
>
> URL: http://svn.apache.org/viewvc?rev=804963&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47699\nBetter
> handling of PID files
>
> Modified:
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=47699
--- Comment #1 from Mark Thomas 2009-08-17 14:05:10 BST ---
This has been fixed in trunk and proposed for 6.0.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because
Author: markt
Date: Mon Aug 17 13:04:53 2009
New Revision: 804965
URL: http://svn.apache.org/viewvc?rev=804965&view=rev
Log:
Propose fix
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=
Author: markt
Revision: 804963
Modified property: svn:log
Modified: svn:log at Mon Aug 17 13:03:56 2009
--
--- svn:log (original)
+++ svn:log Mon Aug 17 13:03:56 2009
@@ -1 +1,2 @@
-Fix https://issues.apache.org/bugzilla/s
Author: markt
Date: Mon Aug 17 13:01:31 2009
New Revision: 804963
URL: http://svn.apache.org/viewvc?rev=804963&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47699\nBetter handling
of PID files
Modified:
tomcat/trunk/bin/catalina.sh
Modified: tomcat/trunk/bin/catalina.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47699
Summary: CATALINA_PID can be over-written by failed start
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows Server 2003
Status: NEW
Severity: normal
Cool refactoring!
+1
Peter
Am 13.08.2009 um 22:07 schrieb Filip Hanik - Dev Lists:
Here is why I think its good
1. Current pools can't shrink, so when peak has been hit, that's
where were at
2. Current pools are unfair, synchronized (workers)
{ workers.wait() }, executors are a bit more f
On 13.08.2009 22:07, Filip Hanik - Dev Lists wrote:
> Here is why I think its good
>
> 1. Current pools can't shrink, so when peak has been hit, that's where
> were at
> 2. Current pools are unfair, synchronized (workers) { workers.wait() },
> executors are a bit more fair since they only hold a l
https://issues.apache.org/bugzilla/show_bug.cgi?id=17700
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=26826
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=27717
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=20204
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=6190
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=8694
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=20940
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=28248
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=25382
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=23319
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=22765
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=27269
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=27786
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=28490
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=25623
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=28278
Mark Thomas changed:
What|Removed |Added
CC|taglibs-...@jakarta.apache. |
|org
https://issues.apache.org/bugzilla/show_bug.cgi?id=46735
Mark Thomas changed:
What|Removed |Added
AssignedTo|taglibs-...@jakarta.apache. |dev@tomcat.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=47681
Mark Thomas changed:
What|Removed |Added
AssignedTo|taglibs-...@jakarta.apache. |dev@tomcat.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=47428
Mark Thomas changed:
What|Removed |Added
AssignedTo|taglibs-...@jakarta.apache. |dev@tomcat.apache.org
Author: markt
Date: Mon Aug 17 08:28:06 2009
New Revision: 804898
URL: http://svn.apache.org/viewvc?rev=804898&view=rev
Log:
Fix broken link.
Modified:
tomcat/site/trunk/docs/findhelp.html
tomcat/site/trunk/xdocs/findhelp.xml
Modified: tomcat/site/trunk/docs/findhelp.html
URL:
http://sv
50 matches
Mail list logo